Mercurial > vim
view src/proto/pty.pro @ 24108:0a5eba7e6660 v8.2.2595
patch 8.2.2595: setting 'winminheight' may cause 'lines' to change
Commit: https://github.com/vim/vim/commit/9e813b3dea94a8952b732a224fa31beba6e85973
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Mar 13 14:29:05 2021 +0100
patch 8.2.2595: setting 'winminheight' may cause 'lines' to change
Problem: Setting 'winminheight' may cause 'lines' to change.
Solution: Also take minimal height of other tabpages into account. (https://github.com/vim/vim/issues/7899)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 13 Mar 2021 14:30:03 +0100 |
parents | d4a6d575e910 |
children |
line wrap: on
line source
/* pty.c */ int setup_slavepty(int fd); int mch_openpty(char **ttyn); int mch_isatty(int fd); /* vim: set ft=c : */