diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-27 15:18:42 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-27 15:18:42 +0100 |
| commit | b96238f65c06309da345226e6735cd20f06ae845 (patch) | |
| tree | 9707789655908f2198bc561cdc46a11c15f8f263 /config.h | |
| parent | 9d66e892274dffebbe3497b50846576b39b757c8 (diff) | |
changed tabspaces
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |
