term: add visually focused attribute to terminal struct

This commit is contained in:
Daniel Eklöf 2020-01-02 16:06:35 +01:00
parent 4ecb0ecf4d
commit eb1ea2d80d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 14 additions and 4 deletions

View file

@ -276,6 +276,7 @@ struct terminal {
struct wayland *wl;
struct wl_window *window;
bool visual_focus;
struct {
int scrollback_lines;