diff options
Diffstat (limited to 'clients/tui.h')
| -rw-r--r-- | clients/tui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/tui.h b/clients/tui.h index 7250c0b..fcab5b7 100644 --- a/clients/tui.h +++ b/clients/tui.h @@ -61,6 +61,7 @@ void tui_keys_setup(void); /* --- text measure and formatting --- */ int tui_disp_width(const char *s); int tui_disp_width_n(const char *s, size_t n); +int tui_num_width(int n); void tui_pad_field(char *buf, size_t cap, int width); void tui_pad_label(char *buf, size_t n, const char *text, int width); void tui_pad_hdr(char *buf, size_t n, int width, const char *text); |
