summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-03-12 15:11:46 +0100
committerhut <hut@lavabit.com>2013-03-12 15:13:26 +0100
commit7505dd038a48a31bc8656fae2e01275bf3fe1807 (patch)
treec0f167bb7c29f2ecdf6f348b0463aa921678734c
parent6154e8d6fb204f13c637df275718f978010df33a (diff)
downloadranger-7505dd038a48a31bc8656fae2e01275bf3fe1807.tar.gz
container.settings: added notice that "show_cursor" aint working
-rw-r--r--ranger/container/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/container/settings.py b/ranger/container/settings.py
index 23d20412..bec366df 100644
--- a/ranger/container/settings.py
+++ b/ranger/container/settings.py
@@ -34,7 +34,7 @@ ALLOWED_SETTINGS = {
     'save_console_history': bool,
     'scroll_offset': int,
     'shorten_title': int,
-    'show_cursor': bool,
+    'show_cursor': bool,  # TODO: not working?
     'show_hidden_bookmarks': bool,
     'show_hidden': bool,
     'sort_case_insensitive': bool,
le='author Kartik Agaram <vc@akkartik.com> 2020-10-26 21:24:43 -0700 committer Kartik Agaram <vc@akkartik.com> 2020-10-26 21:24:43 -0700 7115' href='/akkartik/mu/commit/310copy-bytes.subx?h=hlt&id=71418907f69cd29ea9a07e7b2f80d51bcec3bba2'>71418907 ^
e0bceffe ^





a148b23a ^
71418907 ^
a148b23a ^
71418907 ^
a148b23a ^













71418907 ^
a148b23a ^











71418907 ^
a148b23a ^








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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156