Refactor the display formatters into their own functions, remove the static arrays for component contents, and start tracking the displayed width of each segment separately from the length in bytes.

This commit is contained in:
Andrew Wood
2024-12-08 16:04:00 +00:00
parent cfea00b200
commit 6298a7be9d
12 changed files with 1211 additions and 923 deletions
+1
View File
@@ -5,6 +5,7 @@
* *fix:* allow **--format** to include "%p" more than once
* *fix:* add _configure_ script fallback for **--remote** check when cross-compiling (#120)
* *fix:* allow **extra-display** to be changed by **--remote** (#123)
* *cleanup:* refactored display formatters into separate functions
### 1.9.7 - 2 December 2024