1
0
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:
Jfreegman
2013-12-04 16:14:33 -05:00
parent 424ab7cd10
commit 1517cbb6cb
3 changed files with 47 additions and 30 deletions

View File

@ -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;