aboutsummaryrefslogtreecommitdiffstats
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
commit1cf8b77d2798a43c979b71e16fd45d63b808f569 (patch)
treebe28de4081f44d4e6e266122bd1362c8adb4fd24 /st.h
parent0ecfcc39b07bb7cca6a688a743299e6ef990e122 (diff)
downloadst-1cf8b77d2798a43c979b71e16fd45d63b808f569.tar.gz
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 */
remember that computers suck.