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 16:05:17 -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 16:05
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 16:05 Updated by: coryowens
* New Ticket "MYSYS Bash Does Not Distinguish Between Backspace and
Ctrl+Backspace" created
---------------------------------------------------------------------
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: Thu, 20 Sep 2018 20:37:15 -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-20 20:37
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 20:37 Updated by: earnie
Comment:
Please confirm uname -a bash --version
---------------------------------------------------------------------
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
------------------------------
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
End of MinGW-Notify Digest, Vol 12, Issue 6
*******************************************