summary refs log tree commit diff
path: root/bin/qf.c
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();
une McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroearch case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe