diff options
author | June McEnroe <june@causal.agency> | 2022-06-02 23:17:38 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-06-02 23:17:38 -0400 |
commit | 956c25d98c3c7af4ff78c3175630b281c780b3c7 (patch) | |
tree | 9e5bcbaddd7111a1acc3d7246aad6bb66f90c5b7 /bin | |
parent | Do basic match highlighting (diff) | |
download | src-956c25d98c3c7af4ff78c3175630b281c780b3c7.tar.gz src-956c25d98c3c7af4ff78c3175630b281c780b3c7.zip |
Set TABSIZE=4
Absolutely indiscriminately.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/qf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/qf.c b/bin/qf.c index f2979d4f..0975cea8 100644 --- a/bin/qf.c +++ b/bin/qf.c @@ -103,6 +103,7 @@ static void curse(void) { cbreak(); noecho(); nodelay(stdscr, true); + TABSIZE = 4; curs_set(0); start_color(); use_default_colors(); |