pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
984c12d
)
Changed inconsistent indent
author
Eric Pruitt
<eric.pruitt@gmail.com>
Mon, 14 Jul 2014 14:05:07 +0000
(09:05 -0500)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Tue, 15 Jul 2014 17:30:48 +0000
(19:30 +0200)
- A line was indented using spaces despite the rest of the code using
tabs.
Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
st.c
patch
|
blob
|
history
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,