mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
input: don't crash on mouse motion events on the render timer surface
This commit is contained in:
parent
823a7c0318
commit
44557dc7cf
3 changed files with 8 additions and 1 deletions
|
|
@ -194,6 +194,7 @@ enum term_surface {
|
|||
TERM_SURF_GRID,
|
||||
TERM_SURF_SEARCH,
|
||||
TERM_SURF_SCROLLBACK_INDICATOR,
|
||||
TERM_SURF_RENDER_TIMER,
|
||||
TERM_SURF_TITLE,
|
||||
TERM_SURF_BORDER_LEFT,
|
||||
TERM_SURF_BORDER_RIGHT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue