diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -1,24 +0,0 @@ | |||
1 | -*- mode: org; mode: auto-fill -*- | ||
2 | |||
3 | * general | ||
4 | |||
5 | ** code page issue | ||
6 | |||
7 | * archival | ||
8 | |||
9 | ** unlzma < foo.lzma does not work | ||
10 | |||
11 | unlzma < foo.lzma | bar does work though | ||
12 | |||
13 | * ash | ||
14 | |||
15 | ** ^C, ^D do not work | ||
16 | |||
17 | ^Z can be used while ^D does not work | ||
18 | |||
19 | ^C sometimes does not work (Ctrl-Break always works though). | ||
20 | This may have something to do with read_key()? | ||
21 | |||
22 | ** $HOME not set | ||
23 | |||
24 | $HOMEPATH should probably be used | ||