From c5450bd180efd57f9cbd9d3315391b8cc8238be3 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 24 Feb 2010 15:35:16 +0100 Subject: console: fixed tabcompletion in openconsole starting with !xyz! --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 466ab8f4..d475f099 100644 --- a/TODO +++ b/TODO @@ -57,6 +57,7 @@ Bugs (X) #26 10/01/06 :delete on symlinks of directories fails (X) #31 10/01/06 ^C breaks cd-after-exit by stopping sourced shell script ( ) #40 10/01/17 freeze with unavailable sshfs + Looks like I need threads for that... (X) #41 10/01/17 capital file extensions are not recognized (X) #46 10/01/19 old username displayed after using su (X) #49 10/01/19 fix unit tests :'( -- cgit 1.4.1-2-gfad0 e4058add3c2002b90f171a1ace40bf21118103e'>this commit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/linux/translate_subx
blob: 1f6c21dadc58daaf98e1d182148feb05cff97fbb (plain) (blame)
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
='n54' href='#n54'>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