diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-23 10:14:53 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-23 10:14:53 +1000 |
commit | fdc69a4b0eadfefaf1247f868953a896aa73e2f2 (patch) | |
tree | 05dabd8519bcdd7bad8c7a1153f471675a1ca676 /BUGS | |
parent | f4f8fa6f4a41df8f9e41ad562bbff7d18032de07 (diff) | |
download | busybox-w32-fdc69a4b0eadfefaf1247f868953a896aa73e2f2.tar.gz busybox-w32-fdc69a4b0eadfefaf1247f868953a896aa73e2f2.tar.bz2 busybox-w32-fdc69a4b0eadfefaf1247f868953a896aa73e2f2.zip |
win32: ash: implement ^C (and Ctrl+Break)
^C sometimes does not work while Ctrl+Break seems to always work
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ | |||
10 | 10 | ||
11 | ^Z can be used while ^D does not work | 11 | ^Z can be used while ^D does not work |
12 | 12 | ||
13 | ^C sometimes does not work (Ctrl-Break always works though). | ||
14 | This may have something to do with read_key()? | ||
15 | |||
13 | ** $HOME not set | 16 | ** $HOME not set |
14 | 17 | ||
15 | $HOMEPATH should probably be used | 18 | $HOMEPATH should probably be used |