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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user