summary refs log tree commit diff stats
path: root/TODO
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-17 12:38:21 +0100
committerhut <hut@lavabit.com>2010-03-17 12:38:21 +0100
commit9207e83c0672c6b8b49fce3b621197fb1e77b2be (patch)
tree80d8d2875291fc29a21b94b00b460e51302c6401 /TODO
parent9a735f62cfb4a16eb711750883f68f8099508f4b (diff)
downloadranger-9207e83c0672c6b8b49fce3b621197fb1e77b2be.tar.gz
fixed #69: tab completion breaks with Apps subclass
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 964cccc9..f20d542e 100644
--- a/TODO
+++ b/TODO
@@ -70,7 +70,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
+   (X) #69  10/03/11  tab-completion breaks with Apps subclass
 
 
 Ideas
span> ^
14a38052 ^
ac07e589 ^
60338448 ^
695f9bf8 ^
60338448 ^
e0610e39 ^
ac07e589 ^
608a7fa8 ^















695f9bf8 ^
608a7fa8 ^















c8a3ccbe ^
608a7fa8 ^
a0d3cac4 ^

































































































608a7fa8 ^



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