aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-23 10:14:53 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-23 10:14:53 +1000
commitfdc69a4b0eadfefaf1247f868953a896aa73e2f2 (patch)
tree05dabd8519bcdd7bad8c7a1153f471675a1ca676 /BUGS
parentf4f8fa6f4a41df8f9e41ad562bbff7d18032de07 (diff)
downloadbusybox-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--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 3be0808fd..a4bfbf2ac 100644
--- a/BUGS
+++ b/BUGS
@@ -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).
14This 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