mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04: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)
|
#if defined(HAVE_CURSOR_SHAPE)
|
||||||
else if (cursor_string_to_server_shape(term->mouse_user_cursor) != 0
|
else if (cursor_string_to_server_shape(term->mouse_user_cursor) != 0
|
||||||
#elif
|
#else
|
||||||
else if (true
|
else if (true
|
||||||
#endif
|
#endif
|
||||||
|| render_xcursor_is_valid(seat, term->mouse_user_cursor))
|
|| render_xcursor_is_valid(seat, term->mouse_user_cursor))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue