ndreynolds / ex_termbox

Low-level termbox bindings for Elixir
MIT License
55 stars 14 forks source link

Resize events not working anymore after key/mouse events #13

Closed f0x closed 10 months ago

f0x commented 10 months ago

Replicable into the included example (and also in a ratatouille simple app or toby), examples/event_viewer.exs.

  1. mix run examples/event_viewer.exs
  2. resize the terminal (kde konsole here) -> the app receives the resize events
  3. trigger several key/mouse events -> the app receives the events
  4. resize again the terminal -> the app doesn't receive the resize events anymore, but the key/mouse events still work
f0x commented 10 months ago

It seems to happen only in a KDE environment, with Konsole. Working fine in a Gnome environment, I suppose it's something Konsole related, so closing the issue, sorry