mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 00:16:35 +02:00
Remove seconds from default timestamp
Also reduce the --- prefix to one dash before a message. These characters are taking up valuable real-estate
This commit is contained in:
@ -122,8 +122,8 @@ enum settings_values {
|
||||
#define LINE_JOIN "-->"
|
||||
#define LINE_QUIT "<--"
|
||||
#define LINE_ALERT "-!-"
|
||||
#define LINE_NORMAL "---"
|
||||
#define TIMESTAMP_DEFAULT "%H:%M:%S"
|
||||
#define LINE_NORMAL "-"
|
||||
#define TIMESTAMP_DEFAULT "%H:%M"
|
||||
#define LOG_TIMESTAMP_DEFAULT "%Y/%m/%d [%H:%M:%S]"
|
||||
#define MPLEX_AWAY_NOTE "Detached from screen"
|
||||
|
||||
|
Reference in New Issue
Block a user