st

simple terminal

git clone https://9o.is/git/st.git

commit 7e096761848d57153ea2c774ecb1b2b41c3edd75
parent ac9b977195cd0bf4178eb565c948263a99ab1209
Author: Eric Pruitt <eric.pruitt@gmail.com>
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 <k0ga@shike2.com>

Diffstat:
Mst.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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,