Every placeholder in the Statusbar Template may also specify width, e. g. `%3l`. Width is the minimum number of characters to be shown. If the value is shorter than width, the result is left-padded with spaces, or right-padded in case of negative width. The value is not truncated even if the result is larger. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3221
-- Commit Summary --
* Statusbar Template enhancement: width specifier. * Style fix. * Debug code dropped.
-- File Changes --
M doc/geany.txt (26) M src/ui_utils.c (71)
-- Patch Links --
https://github.com/geany/geany/pull/3221.patch https://github.com/geany/geany/pull/3221.diff