mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04:00
input: store last seen wayland input serial
We need this for clipboard data
This commit is contained in:
parent
bb8a733758
commit
32f397d9b0
2 changed files with 11 additions and 1 deletions
|
|
@ -275,6 +275,7 @@ struct terminal {
|
|||
struct coord saved_cursor;
|
||||
struct coord alt_saved_cursor;
|
||||
|
||||
uint32_t input_serial;
|
||||
struct {
|
||||
struct coord start;
|
||||
struct coord end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue