1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 20:16:44 +02:00

fix a couple bugs

This commit is contained in:
Jfreegman
2013-12-18 20:18:02 -05:00
parent d04f5fa102
commit feefecb2ac
4 changed files with 5 additions and 5 deletions

View File

@ -111,7 +111,7 @@ struct StatusBar {
bool is_online;
};
#define MAX_LINE_HIST 128
#define MAX_LINE_HIST 10
/* chat and groupchat window/buffer holder */
struct ChatContext {