mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 23:26:45 +02:00
add command to turn logs on/off
This commit is contained in:
@ -171,6 +171,7 @@ struct PromptBuf {
|
||||
wchar_t line[MAX_STR_SIZE];
|
||||
size_t pos;
|
||||
size_t len;
|
||||
|
||||
bool at_bottom; /* true if line end is at bottom of window */
|
||||
int orig_y; /* y axis point of line origin */
|
||||
bool scroll; /* used for prompt window hack to determine when to scroll down */
|
||||
|
Reference in New Issue
Block a user