1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 15:46:45 +02:00

Make little action indicators on each output line configurable.

Also added a new DISCONNECTION line info type.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang
2015-02-08 07:49:05 -05:00
parent 5cbbb62ce2
commit 38a0f6fae4
10 changed files with 119 additions and 13 deletions

View File

@ -41,6 +41,7 @@ enum {
OUT_ACTION_READ, /* same as OUT_MSG_READ but for actions */
PROMPT,
CONNECTION,
DISCONNECTION,
NAME_CHANGE,
} LINE_TYPE;