Searched refs:set_shellsize (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | term.pro | 48 void set_shellsize(int width, int height, int mustset);
|
| /vim-8.2.3635/src/ |
| H A D | term.c | 2143 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 D | option.c | 3734 set_shellsize((int)Columns, (int)Rows, TRUE); in set_num_option()
|
| H A D | ex_docmd.c | 7602 set_shellsize(w, h, TRUE); in ex_winsize()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 12676 set_shellsize().
|
| H A D | version7.txt | 4009 Solution: Do scrollbinding in set_shellsize().
|