about summary refs log tree commit diff stats
path: root/src/ldump.c
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-03 23:12:02 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-03 23:12:02 -0800
commit810e16013668e6a6a77e0d05b99fe0991d1507bf (patch)
tree343e9ccea6577666e2f101ef6793b3ca91874b00 /src/ldump.c
parent294c135d3ffd8e937bef404703695d7d79599f8e (diff)
downloadteliva-810e16013668e6a6a77e0d05b99fe0991d1507bf.tar.gz
another fix for colors
I'd assumed that assume_default_colors updates fg/bg -1, but it doesn't.
Looks like I can't ever use -1 colors.
Diffstat (limited to 'src/ldump.c')
0 files changed, 0 insertions, 0 deletions
28e ^
fb942da8 ^
1fd41772 ^






051c4738 ^
6f65d591 ^
bc643692 ^
6f65d591 ^

fb942da8 ^
6f65d591 ^
fb942da8 ^
1fd41772 ^
fb942da8 ^
1fd41772 ^






e80fd05f ^














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
36
37
38
39
40
41
42
43
44
45
46
47