lnav version
v0.13.2
Environment
- OS: macOS 13.7.1 (Build 22H221)
- Terminal: Ghostty 1.2.3
- Shell: zsh 5.9 (x86_64-apple-darwin22.0)
- TERM: screen-256color
Describe the bug
When running lnav in Ghostty terminal, some keyboard inputs become unresponsive. For example, pressing q to quit does not work. However, arrow keys (up/down) and Enter key work normally.
To Reproduce
- Open Ghostty terminal
- Run
lnav <logfile>
- Try pressing
q to quit - no response
- Arrow keys and Enter key work normally
Expected behavior
All keyboard inputs should work normally.
Ghostty config
font-family = "JetBrainsMono Nerd Font"
maximize = true
font-size = 12.5
theme = dark:Catppuccin Frappe,light:Catppuccin Latte
window-padding-x = 10
window-padding-y = 10,4
background-opacity = 0.9
background-blur = true
shell-integration = detect
shell-integration-features = ssh-terminfo,ssh-env,no-cursor
macos-titlebar-style = hidden
font-thicken = true
font-thicken-strength = 130
quick-terminal-animation-duration = 0
cursor-style = block
cursor-style-blink = false
lnav version
v0.13.2
Environment
Describe the bug
When running lnav in Ghostty terminal, some keyboard inputs become unresponsive. For example, pressing
qto quit does not work. However, arrow keys (up/down) and Enter key work normally.To Reproduce
lnav <logfile>qto quit - no responseExpected behavior
All keyboard inputs should work normally.
Ghostty config