Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [mingw] #38621: MYSYS Bash Does Not Distinguish Between
Backspace and Ctrl+Backspace (MinGW Notification List)
2. [mingw] #38621: MYSYS Bash Does Not Distinguish Between
Backspace and Ctrl+Backspace (MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Thu, 20 Sep 2018 21:10:00 -0600
From: MinGW Notification List <[email protected]>
Subject: [MinGW-Notify] [mingw] #38621: MYSYS Bash Does Not
Distinguish Between Backspace and Ctrl+Backspace
To: OSDN Ticket System <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#38621: MYSYS Bash Does Not Distinguish Between Backspace and Ctrl+Backspace
Open Date: 2018-09-20 16:05
Last Update: 2018-09-20 21:10
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38621
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38621
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2018-09-20 21:10 Updated by: coryowens
Comment:
$ 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.
---------------------------------------------------------------------
Ticket Status:
Reporter: coryowens
Owner: (None)
Type: Issues
Status: Open
Priority: 5 - Medium
MileStone: (None)
Component: MSYS
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
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.
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38621
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38621
------------------------------
Message: 2
Date: Fri, 21 Sep 2018 11:44:19 -0400
From: MinGW Notification List <[email protected]>
Subject: [MinGW-Notify] [mingw] #38621: MYSYS Bash Does Not
Distinguish Between Backspace and Ctrl+Backspace
To: OSDN Ticket System <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#38621: MYSYS Bash Does Not Distinguish Between Backspace and Ctrl+Backspace
Open Date: 2018-09-20 18:05
Last Update: 2018-09-21 11:44
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38621
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38621
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2018-09-21 11:44 Updated by: earnie
* Status Update from Open to Closed
* Resolution Update from None to Rejected
Comment:
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.
---------------------------------------------------------------------
Ticket Status:
Reporter: coryowens
Owner: (None)
Type: Issues
Status: Closed
Priority: 5 - Medium
MileStone: (None)
Component: MSYS
Severity: 5 - Medium
Resolution: Rejected
---------------------------------------------------------------------
Ticket details:
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.
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38621
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38621
------------------------------
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
End of MinGW-Notify Digest, Vol 12, Issue 7
*******************************************