We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
After running notcurses-demo in iTerm2 on MacOS 15.1.1, keyboard input is all messed up. Pressing keys just spits out escape codes like the following:
u3;1:3uu;1:3u7442;5u9;5u9;5:3u7442;1:3u7442;5u9;5u9;5:3u9;5u9;5:3u9;5u9;5:3u7442;1:3u3u3;1:3u3u3;1:3u3u3 ;1:3u3u3;1:3u:3uu;1:3uu;1:3u3u3;1:3u3u3;1:3u7u7;1:3u
I'm guessing the kitty keyboard protocol is enabled, but not disabled before exit?
Thanks
Please include the following data:
export | egrep 'LANG|LC_CTYPE|TERM'
COLORTERM=truecolor ITERM_PROFILE=Default ITERM_SESSION_ID=w0t0p0:68157217-8854-437A-9458-1D089E6551C6 LANG=en_US.UTF-8 LC_TERMINAL=iTerm2 LC_TERMINAL_VERSION=3.5.10 TERM=xterm-256color TERMINFO_DIRS=/Applications/iTerm.app/Contents/Resources/terminfo:/usr/share/terminfo TERM_FEATURES=T3CwLrMSc7UUw9Ts3BFGsSyHNoSxF TERM_PROGRAM=iTerm.app TERM_PROGRAM_VERSION=3.5.10 TERM_SESSION_ID=w0t0p0:68157217-8854-437A-9458-1D089E6551C6
notcurses-demo i
iTerm2 Build 3.5.10
The text was updated successfully, but these errors were encountered:
I've "fixed" this by sending \x1b[=0u to turn off the enhancements before sending the pop (\x1b[<u). That seems to make things work again.
\x1b[=0u
\x1b[<u
Sorry, something went wrong.
time to dig out the osx laptop and bring it up to date with the world!
dankamongmen
No branches or pull requests
Hi there,
After running notcurses-demo in iTerm2 on MacOS 15.1.1, keyboard input is all messed up. Pressing keys just spits out escape codes like the following:
I'm guessing the kitty keyboard protocol is enabled, but not disabled before exit?
Thanks
Please include the following data:
export | egrep 'LANG|LC_CTYPE|TERM'
notcurses-demo i
)iTerm2 Build 3.5.10
The text was updated successfully, but these errors were encountered: