commit 9963ae674f248068768124f0e999da4eec2d80e0
parent 1b12a2fb6a470f4088250de622345793b72933bc
Author: robert <robertrussell.72001@gmail.com>
Date: Sat, 5 Jun 2021 20:07:23 -0700
Make tabs 4 spaces
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "Fira Mono:pixelsize=18:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -91,7 +91,7 @@ char *termname = "st-256color";
*
* stty tabs
*/
-unsigned int tabspaces = 8;
+unsigned int tabspaces = 4;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
diff --git a/st.info b/st.info
@@ -47,7 +47,7 @@ st-mono| simpleterm monocolor,
indn=\E[%p1%dS,
invis=\E[8m,
is2=\E[4l\E>\E[?1034l,
- it#8,
+ it#4,
kel=\E[1;2F,
ked=\E[1;5F,
ka1=\E[H,