about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-10 19:23:59 +0000
committerJames Booth <boothj5@gmail.com>2015-01-10 19:23:59 +0000
commit7256e49396c4d5f06de591a03c9e455ffa243b2f (patch)
treefef4b68704569611ba609f1949bebdb100e3ab1f /src/config/preferences.h
parent31c0f2ba788b19d776da5e7368280091c8d3bbdf (diff)
parentc77a731cf07c2061713bf25506516a3938edf3b3 (diff)
downloadprofani-tty-7256e49396c4d5f06de591a03c9e455ffa243b2f.tar.gz
Merge branch 'master' into chat-sessions
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index 54b4cefe..0a953482 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -47,6 +47,8 @@
 #define PREFS_MIN_LOG_SIZE 64
 #define PREFS_MAX_LOG_SIZE 1048580
 
+// represents all settings in .profrc
+// each enum value is mapped to a group and key in .profrc (see preferences.c)
 typedef enum {
     PREF_SPLASH,
     PREF_BEEP,