1
0
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:
Jfreegman
2014-06-28 22:05:05 -04:00
parent 97536d2a72
commit ebc5cd9285
4 changed files with 12 additions and 26 deletions

View File

@@ -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,