mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 04:16:34 +01:00
manpage fixes/rm redundant comments & make alerts setting more intuitive
This commit is contained in:
@@ -57,8 +57,8 @@ enum {
|
||||
TIMESTAMPS_OFF = 0,
|
||||
TIMESTAMPS_ON = 1,
|
||||
|
||||
ALERTS_DISABLED = 1,
|
||||
ALERTS_ENABLED = 0,
|
||||
ALERTS_DISABLED = 0,
|
||||
ALERTS_ENABLED = 1,
|
||||
|
||||
NATIVE_COLS = 1,
|
||||
DFLT_COLS = 0,
|
||||
|
||||
Reference in New Issue
Block a user