1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-28 00:25: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:
jfreegman 2020-11-22 18:53:32 -05:00
parent 8e84ac58d4
commit 1fd1e27bdf
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

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