mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
enqueue_cursor_report: set clr->next to NULL
This commit is contained in:
parent
561f4eba8c
commit
0d68b62bee
@ -433,6 +433,7 @@ enqueue_cursor_report(ncinputlayer* nc, const ncinput* ni){
|
||||
}
|
||||
clr->y = ni->y;
|
||||
clr->x = ni->x;
|
||||
clr->next = NULL;
|
||||
// i don't think we ever want to have more than one here. we don't actually
|
||||
// have any control logic which leads to multiple outstanding requests, so
|
||||
// any that arrive are presumably garbage from the bulk input (and probably
|
||||
|
Loading…
x
Reference in New Issue
Block a user