-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
Hi,
We are trying out nnn
with netbsd-curses
and musl libc
.
The performance results are just awesome!
Seeing the issue jarun/nnn#998 because of the following difference between ncursesw
and netbsd-curses
:
In a case where ncursesw
sends KEY_RESIZE
(key value 410) twice, netbsd-curses
sends a KEY_RESIZE
(key value 512) followed by a NULL
(key value 0) character.
nnn
uses the NULL
key (^Space) for range selection leading into issues.
Can you please take a look why the NULL
key is sent after the KEY_RESIZE
?
Attached the debug logs from ncursesw
and netbsd-curses
. A diff would show the problem.
Please let us know if you need some more details.
Metadata
Metadata
Assignees
Labels
No labels