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

refactor prompt to allow scrolling

This commit is contained in:
Jfreegman
2014-03-25 03:17:22 -04:00
parent a40b6b1b1b
commit 5e941427d3
8 changed files with 252 additions and 209 deletions

View File

@ -26,6 +26,7 @@ enum {
SYS_MSG,
IN_MSG,
OUT_MSG,
PROMPT,
ACTION,
CONNECTION,
} LINE_TYPE;