mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00: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->y = ni->y;
|
||||||
clr->x = ni->x;
|
clr->x = ni->x;
|
||||||
|
clr->next = NULL;
|
||||||
// i don't think we ever want to have more than one here. we don't actually
|
// 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
|
// have any control logic which leads to multiple outstanding requests, so
|
||||||
// any that arrive are presumably garbage from the bulk input (and probably
|
// any that arrive are presumably garbage from the bulk input (and probably
|
||||||
|
Loading…
Reference in New Issue
Block a user