term: add tab-stop list to terminal struct

This list is intended to store tab stop columns
This commit is contained in:
Daniel Eklöf 2019-11-16 10:54:21 +01:00
parent 35c56765a4
commit f91073c362
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 0 deletions

View file

@ -262,6 +262,8 @@ struct terminal {
int max_x_advance;
} fextents;
tll(int) tab_stops;
struct wayland *wl;
struct wl_window *window;