summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/qf.c1
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();