about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-09 23:29:25 +0000
committerJames Booth <boothj5@gmail.com>2014-11-09 23:29:25 +0000
commit46583839df397ce9634d147a28e79134b7045ea9 (patch)
treed3f699fe3c29d7b5a46990cfae261fef1599d40e /src/ui/ui.h
parent70501f5dbf1b8d80b80c7b24e0e6ab46921ba7dd (diff)
downloadprofani-tty-46583839df397ce9634d147a28e79134b7045ea9.tar.gz
Added /wrap user preference for enabling/disabling word wrapping
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index f5c9b621..e2ede545 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -300,6 +300,7 @@ void (*cons_splash_setting)(void);
 void (*cons_vercheck_setting)(void);
 void (*cons_occupants_setting)(void);
 void (*cons_presence_setting)(void);
+void (*cons_wrap_setting)(void);
 void (*cons_mouse_setting)(void);
 void (*cons_statuses_setting)(void);
 void (*cons_titlebar_setting)(void);