aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2009-05-14 01:03:17 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2009-05-14 01:03:17 +0200
commit9364de4c646a228b030c31e9703490812d04bf50 (patch)
treebe28de4081f44d4e6e266122bd1362c8adb4fd24 /st.h
parent28abdd24c728b88e3ed9028d798a036a5ae87e32 (diff)
downloadst-9364de4c646a228b030c31e9703490812d04bf50.tar.gz
st-9364de4c646a228b030c31e9703490812d04bf50.tar.bz2
handle tabulation (still not perfect)
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 2 insertions, 0 deletions
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 */