diff options
| author | verdant <im@verdant.ee> | 2026-07-28 17:37:44 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-28 17:38:21 +0800 |
| commit | 76b479661ae9992932044f9137f2f6d89d9e078b (patch) | |
| tree | 499a7621ff15649c0ee20dbfb0650ff5324e003f /display.c | |
| parent | a16f3b0731d4d9d4b1094a3b528426336e287ef9 (diff) | |
| download | sf-76b479661ae9992932044f9137f2f6d89d9e078b.tar.gz sf-76b479661ae9992932044f9137f2f6d89d9e078b.zip | |
Print permission infomation on the status bar
Diffstat (limited to 'display.c')
| -rw-r--r-- | display.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ color_pair_init(void) { init_pair(COLOR_PAIR_FM_HL, COLOR_BLACK, COLOR_WHITE); init_pair(COLOR_PAIR_FM_DIR, COLOR_CYAN, COLOR_BLACK); + init_pair(COLOR_PAIR_FM_STATUS_BAR, COLOR_BLUE, COLOR_BLACK); } terminal * |
