From 867f1c9743e0cecab44b07324ef3108bb0f2160a Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 2 Jun 2022 23:17:38 -0400 Subject: Set TABSIZE=4 Absolutely indiscriminately. --- bin/qf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/qf.c') 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(); -- cgit 1.4.1