about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-07 06:05:55 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-07 06:05:55 -0800
commitd79c83f2094e2c3cc06a6c91ff4607d136b6452a (patch)
tree2ed7cba27e51a846e7b6fcf9fd5bfb793e353972
parent484575323b4815bc711bc02563d6dc30b0ba130b (diff)
downloadteliva-d79c83f2094e2c3cc06a6c91ff4607d136b6452a.tar.gz
.
-rw-r--r--src/lcurseslib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lcurseslib.c b/src/lcurseslib.c
index ddec163..8533c34 100644
--- a/src/lcurseslib.c
+++ b/src/lcurseslib.c
@@ -37,7 +37,7 @@ void draw_menu_item(const char* key, const char* name) {
 }
 
 void draw_menu (lua_State *L) {
-  attron(A_BOLD|A_REVERSE);
+  attron(A_BOLD);
   for (int x = 0; x < COLS; ++x)
     mvaddch(LINES-1, x, ' ');
   menu_column = 2;
dded the examples from the man page to the examples directory' href='/akspecs/ranger/commit/examples/rifle_sxiv.sh?id=796074b541aaca459c594fe517c11d275778eef6'>796074b5 ^
dcbc83fe ^
b53a97ed ^












dcbc83fe ^
0c42a419 ^
baf1bafa ^
b53a97ed ^
baf1bafa ^




b53a97ed ^

bef8a8f8 ^
796074b5 ^
dcbc83fe ^

b53a97ed ^
62af2777 ^
dcbc83fe ^

796074b5 ^
dcbc83fe ^
796074b5 ^
dcbc83fe ^
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
48