mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
terminal: #elif -> #else
This commit is contained in:
parent
c2e481fb6a
commit
7bfa700c55
1 changed files with 1 additions and 1 deletions
|
|
@ -3132,7 +3132,7 @@ term_xcursor_update_for_seat(struct terminal *term, struct seat *seat)
|
|||
|
||||
#if defined(HAVE_CURSOR_SHAPE)
|
||||
else if (cursor_string_to_server_shape(term->mouse_user_cursor) != 0
|
||||
#elif
|
||||
#else
|
||||
else if (true
|
||||
#endif
|
||||
|| render_xcursor_is_valid(seat, term->mouse_user_cursor))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue