handle tabulation (still not perfect)
This commit is contained in:
parent
0ecfcc39b0
commit
1cf8b77d27
2 changed files with 16 additions and 0 deletions
2
st.h
2
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue