about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4aad990..a51ba88 100644
--- a/main.c
+++ b/main.c
@@ -241,7 +241,7 @@ main(int argc, char *argv[])
 
 	for(ntags = 0; tags[ntags]; ntags++);
 	seltag = emallocz(sizeof(Bool) * ntags);
-	seltag[DEFTAG] = True;
+	seltag[0] = True;
 
 	/* style */
 	dc.bg = getcolor(BGCOLOR);
mmitter Kartik K. Agaram <vc@akkartik.com> 2022-05-18 18:19:27 -0700 bugfix: ensure Cursor_line is always on a text line' href='/akkartik/text.love/commit/README.md?id=ec410d5223fc7a30f69571d5a7e0bbffc26ede6b'>ec410d5 ^
d622043 ^

96df187 ^
d622043 ^
ec410d5 ^
96df187 ^
bb9e23a ^


96df187 ^













1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35