about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2018-03-09 23:44:28 +0000
committerJames Booth <boothj5@gmail.com>2018-03-09 23:44:28 +0000
commit6f5c0eb52505709fd92d01ed9102653cb47da4b4 (patch)
treef8d8a6be4cc74fa3c6e92494dd0c195be276addd /src/config/preferences.h
parente96af8537c8a0e3e53904be7e035f51f155e2493 (diff)
downloadprofani-tty-6f5c0eb52505709fd92d01ed9102653cb47da4b4.tar.gz
Preference to show/hide tab number
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index aef019e1..e1b666a0 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -144,6 +144,7 @@ typedef enum {
     PREF_PLUGINS_SOURCEPATH,
     PREF_ROOM_LIST_CACHE,
     PREF_STATUSBAR_SHOW_NAME,
+    PREF_STATUSBAR_SHOW_NUMBER,
     PREF_STATUSBAR_CHAT,
     PREF_STATUSBAR_ROOM,
 } preference_t;