1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 21:36:35 +01:00

allow line editing via arrow keys in chat/groupchat windows

This commit is contained in:
Jfreegman
2013-11-30 22:12:43 -05:00
parent c25296e65a
commit bb6b28b7c3
5 changed files with 135 additions and 24 deletions

View File

@@ -99,6 +99,7 @@ struct StatusBar {
struct ChatContext {
wchar_t line[MAX_STR_SIZE];
size_t pos;
size_t len;
WINDOW *history;
WINDOW *linewin;
WINDOW *sidebar;