Changed tabspace to 4
This commit is contained in:
@@ -87,7 +87,7 @@ char *termname = "st-256color";
|
|||||||
*
|
*
|
||||||
* stty tabs
|
* stty tabs
|
||||||
*/
|
*/
|
||||||
unsigned int tabspaces = 8;
|
unsigned int tabspaces = 4;
|
||||||
|
|
||||||
/* Terminal colors (16 first used in escape sequence) */
|
/* Terminal colors (16 first used in escape sequence) */
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
|
2
st.info
2
st.info
@@ -47,7 +47,7 @@ st-mono| simpleterm monocolor,
|
|||||||
indn=\E[%p1%dS,
|
indn=\E[%p1%dS,
|
||||||
invis=\E[8m,
|
invis=\E[8m,
|
||||||
is2=\E[4l\E>\E[?1034l,
|
is2=\E[4l\E>\E[?1034l,
|
||||||
it#8,
|
it#4,
|
||||||
kel=\E[1;2F,
|
kel=\E[1;2F,
|
||||||
ked=\E[1;5F,
|
ked=\E[1;5F,
|
||||||
ka1=\E[1~,
|
ka1=\E[1~,
|
||||||
|
Reference in New Issue
Block a user