[vim/vim] GTK4: 'lines' and 'columns' are not limited to the screen size (Issue #21041)
h_east (Vim Github Repository) <[email protected]>
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/issues/[email protected]> |
h-east created an issue (vim/vim#21041) ### Steps to reproduce $ vim --clean -g +"set ls=2" :set lines=999 --> At the very least, the status line and command line are off-screen. ### Expected behaviour 'lines' and 'columns' are reduced so that the window still fits on the screen. On my screen 38 lines and 182 columns fit, but Vim ends up with 46 lines and 190 columns, and the window is larger than the screen. The GTK3 GUI limits the window to the screen size as expected. ### Version of Vim 9.2.0954 ### Environment Ubuntu 24.04 Vim's configure ``` ./configure --with-wayland --enable-gui=gtk4 --enable-python3interp --enable-canberra --enable-fail-if-missing ``` ### Logs and stack traces ```shell ``` -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/issues/21041 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/issues/[email protected]> -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/21041%40github.com.