Introduction
Introduction Statistics Contact Development Disclaimer Help
tChanged inconsistent indent - st - [fork] customized build of st, the simple t…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit b5d0a13c10ab6ba6121c5fa67b9f20c8d41de349
parent 984c12d2a67fd19ee69b35152d93de8cb67595e8
Author: Eric Pruitt <[email protected]>
Date: Mon, 14 Jul 2014 09:05:07 -0500
Changed inconsistent indent
- A line was indented using spaces despite the rest of the code using
tabs.
Signed-off-by: Roberto E. Vargas Caballero <[email protected]>
Diffstat:
M st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/st.c b/st.c
t@@ -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,
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.