1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 09:26:46 +02:00

prevent screen from moving on input when in scroll mode

This commit is contained in:
Jfreegman
2014-03-28 17:33:23 -04:00
parent 21c48bde5c
commit 26640cda14
2 changed files with 10 additions and 10 deletions

View File

@ -77,9 +77,9 @@ void line_info_toggle_scroll(ToxWindow *self, bool scroll);
/* clears the screen (does not delete anything) */
void line_info_clear(struct history *hst);
/* puts msg in specified line_info->msg buffer */
/* puts msg in specified line_info msg buffer */
void line_info_set(ToxWindow *self, uint32_t id, uint8_t *msg);
void line_info_init(struct history *hst);
void line_info_onKey(ToxWindow *self, wint_t key);
void line_info_onDraw(ToxWindow *self);
void line_info_onDraw(ToxWindow *self);