diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-02-17 16:02:53 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-02-17 16:02:53 -0800 |
| commit | f9fc99d28e23a5930ca916cbe7abe13c718c6f58 (patch) | |
| tree | 8a2211ecaeacf5ccfc17df807f9ed9e5cd54725d /bb.h | |
| parent | 2d9eac4237b23280fa9f10639bb74367f33729c6 (diff) | |
Added xwindow title setting, and $HOME -> ~ in the bb path area.
Diffstat (limited to 'bb.h')
| -rw-r--r-- | bb.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,7 @@ #include "bterm.h" // Macros: -#define BB_VERSION "0.21.0" +#define BB_VERSION "0.21.1" #ifndef PATH_MAX #define PATH_MAX 4096 @@ -220,6 +220,7 @@ static void set_cursor(bb_t *bb, int i); static void set_selected(bb_t *bb, entry_t *e, int selected); static void set_scroll(bb_t *bb, int i); static void set_sort(bb_t *bb, const char *sort); +static void set_title(bb_t *bb); static void sort_files(bb_t *bb); static char *trim(char *s); static int try_free_entry(entry_t *e); |
