Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Changed inconsistent indent
[st.git]
/
st.c
diff --git
a/st.c
b/st.c
index
b221f33
..
040638a
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-89,7
+89,7
@@
char *argv0;
#define VT102ID "\033[?6c"
enum glyph_attribute {
-
ATTR_NULL = 0,
+ ATTR_NULL = 0,
ATTR_BOLD = 1,
ATTR_FAINT = 2,
ATTR_ITALIC = 4,