チケット #38621

MYSYS Bash Does Not Distinguish Between Backspace and Ctrl+Backspace

登録: 2018-09-21 07:05 最終更新: 2018-09-22 00:44

報告者:
担当者:
(未割り当て)
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
拒否
ファイル:
なし
投票
点数: 1
100.0% (1/1)
0.0% (0/1)

詳細

On many modern terminals, Backspace and Ctrl+Backspace send different key codes (often ^?/0x7f and ^H/0x08 respectively) so that these two codes can be mapped to backspace and backward-kill-word. MYSYS Bash converts both of these to the same key code (^?/0x7f), so there is no way to map them to different functions. Alt+Backspace (sending ESC-^?/0x27f), can be used for backward-kill-word currently, but that is a different key combination than is standard in modern text entry across many platforms.

チケットの履歴 (4 件中 3 件表示)

2018-09-21 07:05 更新者: coryowens
  • 新しいチケット "MYSYS Bash Does Not Distinguish Between Backspace and Ctrl+Backspace" が作成されました
2018-09-21 09:37 更新者: earnie
コメント

Please confirm uname -a bash --version

2018-09-21 12:10 更新者: coryowens
コメント
$ uname -a
MSYS_NT-10.0 DESKTOP-3L03DNF 2.10.0(0.325/5/3) 2018-07-25 13:06 x86_64 Msys
$ bash --version
GNU bash, version 4.4.19(2)-release (x86_64-pc-msys)
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
2018-09-22 00:44 更新者: earnie
  • 解決法なし から 拒否 に更新されました
  • 状況オープン から 完了 に更新されました
コメント

Thank you for the information. Based on the information you've given, you will need to take your concern to the http://msys2.org(https://github.com/alexpux/msys2-packages/issues) support of this issue.

添付ファイルリスト

添付ファイルはありません

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする