bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix backspace key in Windows console driver


From: Pavel Fedin
Subject: Re: [PATCH] Fix backspace key in Windows console driver
Date: Thu, 6 Jul 2023 20:35:57 +0300
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

 Hello! Sorry for disturbing, any progress ?

On 23.06.2023 0:13, Thomas Dickey wrote:
On Fri, Jun 23, 2023 at 12:08:38AM +0300, Pavel Fedin wrote:
  Hello everyone!

Windows console reports both VK_BACK and an ASCII code of 0x7F (DEL) via
native API. The driver always prefers ASCII code if present, therefore a
wrong code is reported to the app.

I made this patch to fix it, i hope you find it useful.
thanks (will review/etc)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]