From 1cf8b77d2798a43c979b71e16fd45d63b808f569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Aptel?= Date: Thu, 14 May 2009 01:03:17 +0200 Subject: handle tabulation (still not perfect) --- st.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'st.h') diff --git a/st.h b/st.h index 87db5c2..4652a33 100644 --- a/st.h +++ b/st.h @@ -66,6 +66,8 @@ enum { CRset=1 , CRupdate=2 }; /* Character state */ enum { TMwrap=1 , TMinsert=2 }; /* Terminal mode */ enum { SCupdate, SCredraw }; /* screen draw mode */ +typedef int Color; + typedef struct { char c; /* character code */ char mode; /* attribute flags */ -- cgit v1.2.1