From: Roberto E. Vargas Caballero Date: Wed, 29 Aug 2012 17:59:37 +0000 (+0200) Subject: Add tabs field into Term struct X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/ee7fd748ac7bfabda2ac37251d230b45adb3e138?hp=ee7fd748ac7bfabda2ac37251d230b45adb3e138 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 --- st.c | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) ---