mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
term: add visually focused attribute to terminal struct
This commit is contained in:
parent
4ecb0ecf4d
commit
eb1ea2d80d
2 changed files with 14 additions and 4 deletions
|
|
@ -276,6 +276,7 @@ struct terminal {
|
|||
|
||||
struct wayland *wl;
|
||||
struct wl_window *window;
|
||||
bool visual_focus;
|
||||
|
||||
struct {
|
||||
int scrollback_lines;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue