You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works fine in tmux, but when I run neonmodem without tmux, the pop-up windows get really messed up.
I installed it by cloning the repo, then cd into the repo and run make. Then moved the binary to /usr/local/bin. I'm only using the hackernews backend.
Kitty:
Tmux + Kitty:
The text was updated successfully, but these errors were encountered:
Thanks for reporting! That's an interesting one. I quickly commited a workaround so you can at least use it unbothered on kitty. Simply set RenderShadows = false in your ~/.config/neonmodem.toml and you should be good to go. Alternatively launch neonmodem with NEONMODEM_RENDERSHADOWS=false, e.g. NEONMODEM_RENDERSHADOWS=false neonmodem.
The issue has something to do with the way I'm using the PlaceOverlay function that I blithely stole from this lipgloss PR. Will investigate.
Terminal: Kitty version 0.26.5
It works fine in tmux, but when I run
neonmodem
without tmux, the pop-up windows get really messed up.I installed it by cloning the repo, then
cd
into the repo and runmake
. Then moved the binary to/usr/local/bin
. I'm only using the hackernews backend.Kitty:
Tmux + Kitty:
The text was updated successfully, but these errors were encountered: