makew0rld / amfora

A fancy terminal browser for the Gemini protocol.
GNU General Public License v3.0
1.14k stars 65 forks source link

Resizing doesn't work consistently with Tilix #276

Open makew0rld opened 2 years ago

makew0rld commented 2 years ago

When using Tilix as a dropdown terminal with Amfora open, oftentimes when it drops down, Amfora only resizes to the height of the non-fullscreen terminal. This is an issue with cview resizing most likely. Unless there is an issue with Amfora handling resize events that come quickly one after another.

makew0rld commented 2 years ago

After some testing, it seems like this is indeed a cview issue. It is only picking up one resize event when two happen in succession with Tilix.

makew0rld commented 2 years ago

Filed issue with cview: https://code.rocketnine.space/tslocum/cview/issues/84