Changed tabspace to 4

This commit is contained in:
Fabian Schmidt 2020-05-23 13:01:59 +02:00
parent 475a0a36cb
commit 5ec07dcba3
2 changed files with 2 additions and 2 deletions

View File

@ -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[] = {

View File

@ -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~,