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