summary refs log tree commit diff stats
path: root/TODO
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-11 20:27:25 +0100
committerhut <hut@lavabit.com>2010-03-12 00:46:47 +0100
commit0128bee71f734138d3f49f56092688bb0623c6a2 (patch)
treeaf3dc32bcd9b0b8f42a56270dcbd8920d2fe7505 /TODO
parent6d7253853ca11320dd7d08720f8e7312c5fc5b2e (diff)
downloadranger-0128bee71f734138d3f49f56092688bb0623c6a2.tar.gz
working on the configuration system / main method
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 41b5497e..81af21db 100644
--- a/TODO
+++ b/TODO
@@ -69,6 +69,7 @@ Bugs
    (X) #62  10/02/15  curs_set can raise an exception
    (X) #65  10/02/16  "source ranger ranger some/file.txt" shouldn't cd after exit
    ( ) #67  10/03/08  terminal title in tty
+   ( ) #69  10/03/11  tab-completion breaks with Apps subclass
 
 
 Ideas
ec94b18d000ade93bc'>29a92072 ^
ca01193d ^
ac0e9db5 ^
d72f3799 ^




e2240eb4 ^
7284d503 ^

e2240eb4 ^





ac0e9db5 ^
0487a30e ^


827898fc ^
66b97b4d ^
0487a30e ^
e2240eb4 ^

7284d503 ^
c3779a78 ^
7284d503 ^
1848b18f ^

e2240eb4 ^

e2240eb4 ^

fd41212e ^
ac0e9db5 ^

fd41212e ^
c84640b1 ^
0487a30e ^
827898fc ^
ac0e9db5 ^
fd41212e ^
827898fc ^
fd41212e ^
72c4fb2d ^
fd41212e ^




0ee448dc ^
c3779a78 ^
218c3612 ^
0487a30e ^
ac0e9db5 ^
fd41212e ^
0487a30e ^


5f06655c ^
ac0e9db5 ^
5f06655c ^

ac0e9db5 ^
827898fc ^
0ee448dc ^
fd41212e ^

218c3612 ^

e2240eb4 ^

0ee448dc ^
0487a30e ^
ac0e9db5 ^
0487a30e ^










5f06655c ^








88be3dbc ^
0ee448dc ^
5497090a ^


0ee448dc ^
fc9dc705 ^



0487a30e ^
72c4fb2d ^
d472e0dd ^
ed78d87f ^


5eddbc16 ^
5497090a ^
00b808d9 ^

5497090a ^
00b808d9 ^
ed78d87f ^

5497090a ^
ed78d87f ^
5497090a ^
00b808d9 ^
5497090a ^
ed78d87f ^


218c3612 ^



5497090a ^
218c3612 ^




7284d503 ^

88be3dbc ^
c495d2ac ^



5497090a ^
c495d2ac ^


0487a30e ^

c495d2ac ^
ac0e9db5 ^
0487a30e ^






ac0e9db5 ^
0487a30e ^
c495d2ac ^



0487a30e ^




5497090a ^
0487a30e ^



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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195