mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 08:46:47 +02:00
add buffer yanking, clean up input functions
This commit is contained in:
@ -183,6 +183,9 @@ struct ChatContext {
|
||||
int hst_pos;
|
||||
int hst_tot;
|
||||
|
||||
wchar_t yank[MAX_STR_SIZE]; /* contains last killed/discarded line */
|
||||
int yank_len;
|
||||
|
||||
struct history *hst;
|
||||
struct chatlog *log;
|
||||
|
||||
|
Reference in New Issue
Block a user