mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
added ctrl+w to magic readline
This commit is contained in:
parent
05907e3b66
commit
733f7d8248
1 changed files with 1 additions and 1 deletions
2
h-m-m
2
h-m-m
|
|
@ -1756,7 +1756,7 @@ function magic_readline(&$mm, $title)
|
|||
);
|
||||
|
||||
// ctrl+backspace, meta+backspace, or alt+backspace
|
||||
elseif ($in==special_keys['ctrl_back_space'] || $in==special_keys['meta_back_space'])
|
||||
elseif ($in==special_keys['ctrl_back_space'] || $in==special_keys['meta_back_space'] || $in==special_keys['ctrl_w'])
|
||||
{
|
||||
$from =
|
||||
max
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue