diff options
| author | Klemens Nanni | 2021-07-17 20:04:15 +0000 | 
|---|---|---|
| committer | C. McEnroe | 2021-07-20 12:03:46 -0400 | 
| commit | f8e3414af06df95b18b8e29caa74a7eea3022c92 (patch) | |
| tree | 3924d2b8519cabb3d43c2114e243ba5b889ffa2b /chat.h | |
| parent | 773d5bbdc006077e93ee5e3dc54f3c8ae6f15f33 (diff) | |
Add -q/quiet option to raise default message visibility threshold
Silencing all windows with `M-+' (across multiple catgirl instances)
can be cumbersome, so provide an option to hide events, JOIN/PART noise,
etc. by default (each window's threshold will persist across load/save
cycles, i.e. when using the `-s/save' option).
Started out as `-v | visibility = threshold' to set a specific level,
the idea of a simpler toggle comes from june, who also squashed other
bugs (as usual).
Diffstat (limited to 'chat.h')
| -rw-r--r-- | chat.h | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -292,6 +292,7 @@ void commandCompleteAdd(void);  enum Heat { Ice, Cold, Warm, Hot };  enum { TimeCap = 64 }; +extern enum Heat uiThreshold;  extern struct Time {  	bool enable;  	const char *format;  | 
