about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-04-23 16:54:40 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-04-24 09:49:14 +0200
commit125ca2f0d2e0513ed8b47ba05a193fccbcb9d79d (patch)
tree9215cf43b982348bbca4582ec1e49c67afa96ddd /src/config/preferences.h
parent637dfca6ddb38874e0472ffa53acd2cc73e3e608 (diff)
downloadprofani-tty-125ca2f0d2e0513ed8b47ba05a193fccbcb9d79d.tar.gz
Add occupants wrap option
Wrapping for the occupants panel like already exists for the roster
panel. See `/occupants wrap on`.

Regards https://github.com/boothj5/profanity/issues/690
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 6e6cfeb3..5bc82dc9 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -150,6 +150,7 @@ typedef enum {
     PREF_STATUSBAR_ROOM,
     PREF_OMEMO_LOG,
     PREF_OMEMO_POLICY,
+    PREF_OCCUPANTS_WRAP,
 } preference_t;
 
 typedef struct prof_alias_t {