I think I have discovered a bug in the terminal size calculation done by the VTE in the messages window, I use the fish shell and I always get this message whenever I open the terminal: ``` ⏎ Welcome to fish, the friendly interactive shell TheDcoder@arch /m/d/P/C/E/build (master)> <W> fish: Current terminal parameters set terminal size to unreasonable value. <W> fish: Defaulting terminal size to 80x24. ``` Perhaps Geany is initializing the VTE widget too soon, causing it to believe the available size is 0 or some other unreasonable value.
I am using Geany 1.37 and this issue is always reproducible.