diff options
Diffstat (limited to '')
-rw-r--r-- | kirc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ typedef struct STATE { size_t lenu8; /* Current edited line length. */ size_t cols; /* Number of columns in terminal. */ int history_index; /* Current line in the edit history */ + char nick_privmsg; /* whether or not we are sending messages to a chan or nick */ } state_t, *state; struct abuf { |