mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 07:36:35 +01:00
add prompt logging support
This commit is contained in:
@@ -114,6 +114,7 @@ struct ToxWindow {
|
||||
/* window type identifiers */
|
||||
bool is_chat;
|
||||
bool is_groupchat;
|
||||
bool is_prompt;
|
||||
|
||||
bool alert0;
|
||||
bool alert1;
|
||||
@@ -182,6 +183,7 @@ struct PromptBuf {
|
||||
int hst_pos;
|
||||
int hst_tot;
|
||||
|
||||
struct chatlog *log;
|
||||
WINDOW *linewin;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user