diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ unlzma < foo.lzma | bar does work though | |||
16 | 16 | ||
17 | ^Z can be used while ^D does not work | 17 | ^Z can be used while ^D does not work |
18 | 18 | ||
19 | ^C sometimes does not work (Ctrl-Break always works though). | ||
20 | This may have something to do with read_key()? | ||
21 | |||
19 | ** $HOME not set | 22 | ** $HOME not set |
20 | 23 | ||
21 | $HOMEPATH should probably be used | 24 | $HOMEPATH should probably be used |