mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 05:56:46 +02:00
allow line editing in prompt window
This commit is contained in:
@ -100,6 +100,7 @@ struct ChatContext {
|
||||
wchar_t line[MAX_STR_SIZE];
|
||||
size_t pos;
|
||||
size_t len;
|
||||
int orig_y;
|
||||
WINDOW *history;
|
||||
WINDOW *linewin;
|
||||
WINDOW *sidebar;
|
||||
|
Reference in New Issue
Block a user