From b96238f65c06309da345226e6735cd20f06ae845 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 27 Nov 2022 15:18:42 +0100 Subject: changed tabspaces --- config.h | 2 +- st | Bin 110088 -> 110088 bytes x.o | Bin 78784 -> 78784 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4a0e704..ad5c171 100644 --- a/config.h +++ b/config.h @@ -93,7 +93,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 b/st index 58fe51b..f9f55f0 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index b7e4659..e736179 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3