Home
last modified time | relevance | path

Searched refs:set_shellsize (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dterm.pro48 void set_shellsize(int width, int height, int mustset);
/vim-8.2.3635/src/
H A Dterm.c2143 set_shellsize(width, height, FALSE); // may change Rows in set_termname()
3412 set_shellsize(0, 0, FALSE); in shell_resized()
3448 set_shellsize(int width, int height, int mustset) in set_shellsize() function
H A Doption.c3734 set_shellsize((int)Columns, (int)Rows, TRUE); in set_num_option()
H A Dex_docmd.c7602 set_shellsize(w, h, TRUE); in ex_winsize()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt12676 set_shellsize().
H A Dversion7.txt4009 Solution: Do scrollbinding in set_shellsize().