thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

Loose resize event on start #686

Closed backdround closed 3 years ago

backdround commented 5 years ago

I have the same issue like #88

If terminal opened with "-e nvim", then neovim doesn't receive first resize event. termite --class qute_editor -e nvim: termite_resize_event

Bug works:

For local needs i fix it by inserting 0.05 delay before nvim. termite --class qute_editor -e "bash -c \"sleep 0.05 && nvim\"": termite_resize_event_with_delay

I test this behavior on xterm and couldn't reproduce. xterm -class qute_editor -e nvim: xterm_resize_event

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.