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:
@ -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);
|
||||
|
Reference in New Issue
Block a user