diff options
author | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2012-08-29 19:59:37 +0200 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2012-08-29 19:59:37 +0200 |
commit | ee7fd748ac7bfabda2ac37251d230b45adb3e138 (patch) | |
tree | b350439ebeb67f710486ce3d881b6a86ed973cb3 /st.info | |
parent | c6853fe18564437fe0a4cb06565a0a7d63d40b5a (diff) | |
download | st-ee7fd748ac7bfabda2ac37251d230b45adb3e138.tar.gz st-ee7fd748ac7bfabda2ac37251d230b45adb3e138.tar.bz2 |
Add tabs field into Term struct
Tabs stop are simulated in st using a fixed size of 8, always, without be
worried about sequences changing the tab stops. A user can put a tab stop in
each horizontal position of the screen, so we need at least one flag for
each column of the screen. In the same way as dirty flags is used for the
rows, it is used a bool dinamic array.
Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
---
st.c | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
Diffstat (limited to 'st.info')
0 files changed, 0 insertions, 0 deletions