mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
term: add tab-stop list to terminal struct
This list is intended to store tab stop columns
This commit is contained in:
parent
35c56765a4
commit
f91073c362
2 changed files with 4 additions and 0 deletions
|
|
@ -262,6 +262,8 @@ struct terminal {
|
|||
int max_x_advance;
|
||||
} fextents;
|
||||
|
||||
tll(int) tab_stops;
|
||||
|
||||
struct wayland *wl;
|
||||
struct wl_window *window;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue