blob: 4a92d6cb50a030d95ba5b4b76f46ff5251c7d027 [file] [log] [blame]
Bram Moolenaaredf3f972016-08-29 22:49:24 +02001/* vi:set ts=8 sts=4 sw=4 noet:
Bram Moolenaar071d4272004-06-13 20:20:40 +00002 *
3 * VIM - Vi IMproved by Bram Moolenaar
4 *
5 * Do ":help uganda" in Vim to read a list of people who contributed.
6 * Do ":help credits" in Vim to see a list of people who contributed.
7 * See README.txt for an overview of the Vim source code.
8 */
9
10#include "vim.h"
11
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010012static void cmd_with_count(char *cmd, char_u *bufp, size_t bufsize, long Prenum);
13static void win_init(win_T *newp, win_T *oldp, int flags);
14static void win_init_some(win_T *newp, win_T *oldp);
15static void frame_comp_pos(frame_T *topfrp, int *row, int *col);
16static void frame_setheight(frame_T *curfrp, int height);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010017static void frame_setwidth(frame_T *curfrp, int width);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010018static void win_exchange(long);
19static void win_rotate(int, int);
20static void win_totop(int size, int flags);
21static void win_equal_rec(win_T *next_curwin, int current, frame_T *topfr, int dir, int col, int row, int width, int height);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010022static win_T *win_free_mem(win_T *win, int *dirp, tabpage_T *tp);
23static frame_T *win_altframe(win_T *win, tabpage_T *tp);
24static tabpage_T *alt_tabpage(void);
25static win_T *frame2win(frame_T *frp);
26static int frame_has_win(frame_T *frp, win_T *wp);
27static void frame_new_height(frame_T *topfrp, int height, int topfirst, int wfh);
28static int frame_fixed_height(frame_T *frp);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010029static int frame_fixed_width(frame_T *frp);
30static void frame_add_statusline(frame_T *frp);
31static void frame_new_width(frame_T *topfrp, int width, int leftfirst, int wfw);
32static void frame_add_vsep(frame_T *frp);
33static int frame_minwidth(frame_T *topfrp, win_T *next_curwin);
34static void frame_fix_width(win_T *wp);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010035static int win_alloc_firstwin(win_T *oldwin);
36static void new_frame(win_T *wp);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010037static tabpage_T *alloc_tabpage(void);
38static int leave_tabpage(buf_T *new_curbuf, int trigger_leave_autocmds);
39static void enter_tabpage(tabpage_T *tp, buf_T *old_curbuf, int trigger_enter_autocmds, int trigger_leave_autocmds);
40static void frame_fix_height(win_T *wp);
41static int frame_minheight(frame_T *topfrp, win_T *next_curwin);
Bram Moolenaarc917da42016-07-19 22:31:36 +020042static void win_enter_ext(win_T *wp, int undo_sync, int no_curwin, int trigger_new_autocmds, int trigger_enter_autocmds, int trigger_leave_autocmds);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010043static void win_free(win_T *wp, tabpage_T *tp);
44static void frame_append(frame_T *after, frame_T *frp);
45static void frame_insert(frame_T *before, frame_T *frp);
46static void frame_remove(frame_T *frp);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010047static void win_goto_ver(int up, long count);
48static void win_goto_hor(int left, long count);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010049static void frame_add_height(frame_T *frp, int n);
50static void last_status_rec(frame_T *fr, int statusline);
Bram Moolenaar071d4272004-06-13 20:20:40 +000051
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010052static void make_snapshot_rec(frame_T *fr, frame_T **frp);
53static void clear_snapshot(tabpage_T *tp, int idx);
54static void clear_snapshot_rec(frame_T *fr);
55static int check_snapshot_rec(frame_T *sn, frame_T *fr);
56static win_T *restore_snapshot_rec(frame_T *sn, frame_T *fr);
Bram Moolenaar071d4272004-06-13 20:20:40 +000057
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010058static int frame_check_height(frame_T *topfrp, int height);
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010059static int frame_check_width(frame_T *topfrp, int width);
Bram Moolenaarb893ac22013-06-26 14:04:47 +020060
Bram Moolenaarbaaa7e92016-01-29 22:47:03 +010061static win_T *win_alloc(win_T *after, int hidden);
Bram Moolenaar071d4272004-06-13 20:20:40 +000062
Bram Moolenaarb6799ac2007-05-10 16:44:05 +000063#define NOWIN (win_T *)-1 /* non-existing window */
Bram Moolenaar071d4272004-06-13 20:20:40 +000064
Bram Moolenaar4033c552017-09-16 20:54:51 +020065#define ROWS_AVAIL (Rows - p_ch - tabline_height())
Bram Moolenaar4c3f5362006-04-11 21:38:50 +000066
67static char *m_onlyone = N_("Already only one window");
68
Bram Moolenaar071d4272004-06-13 20:20:40 +000069/*
Bram Moolenaar72e83c12019-02-22 16:09:52 +010070 * All CTRL-W window commands are handled here, called from normal_cmd().
Bram Moolenaar071d4272004-06-13 20:20:40 +000071 */
72 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +010073do_window(
74 int nchar,
75 long Prenum,
76 int xchar) /* extra char from ":wincmd gx" or NUL */
Bram Moolenaar071d4272004-06-13 20:20:40 +000077{
78 long Prenum1;
79 win_T *wp;
80#if defined(FEAT_SEARCHPATH) || defined(FEAT_FIND_ID)
81 char_u *ptr;
Bram Moolenaard1f56e62006-02-22 21:25:37 +000082 linenr_T lnum = -1;
Bram Moolenaar071d4272004-06-13 20:20:40 +000083#endif
84#ifdef FEAT_FIND_ID
85 int type = FIND_DEFINE;
86 int len;
87#endif
88 char_u cbuf[40];
89
Bram Moolenaar882d02e2019-02-22 17:56:43 +010090 Prenum1 = Prenum == 0 ? 1 : Prenum;
Bram Moolenaar071d4272004-06-13 20:20:40 +000091
92#ifdef FEAT_CMDWIN
Bram Moolenaar6f470022018-04-10 18:47:20 +020093# define CHECK_CMDWIN \
94 do { \
95 if (cmdwin_type != 0) \
96 { \
Bram Moolenaarf9e3e092019-01-13 23:38:42 +010097 emsg(_(e_cmdwin)); \
Bram Moolenaar6f470022018-04-10 18:47:20 +020098 return; \
99 } \
100 } while (0)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000101#else
Bram Moolenaar6f470022018-04-10 18:47:20 +0200102# define CHECK_CMDWIN do { /**/ } while (0)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000103#endif
104
105 switch (nchar)
106 {
107/* split current window in two parts, horizontally */
108 case 'S':
109 case Ctrl_S:
110 case 's':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200111 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000112 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaarb1b715d2006-01-21 22:09:43 +0000113#ifdef FEAT_QUICKFIX
114 /* When splitting the quickfix window open a new buffer in it,
115 * don't replicate the quickfix buffer. */
116 if (bt_quickfix(curbuf))
117 goto newwindow;
118#endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000119#ifdef FEAT_GUI
120 need_mouse_correct = TRUE;
121#endif
Bram Moolenaarcde88542015-08-11 19:14:00 +0200122 (void)win_split((int)Prenum, 0);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000123 break;
124
Bram Moolenaar071d4272004-06-13 20:20:40 +0000125/* split current window in two parts, vertically */
126 case Ctrl_V:
127 case 'v':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200128 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000129 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaar44a2f922016-03-19 22:11:51 +0100130#ifdef FEAT_QUICKFIX
Bram Moolenaar990d95c2008-07-07 19:23:37 +0000131 /* When splitting the quickfix window open a new buffer in it,
132 * don't replicate the quickfix buffer. */
133 if (bt_quickfix(curbuf))
134 goto newwindow;
Bram Moolenaar44a2f922016-03-19 22:11:51 +0100135#endif
136#ifdef FEAT_GUI
Bram Moolenaar071d4272004-06-13 20:20:40 +0000137 need_mouse_correct = TRUE;
Bram Moolenaar44a2f922016-03-19 22:11:51 +0100138#endif
Bram Moolenaarcde88542015-08-11 19:14:00 +0200139 (void)win_split((int)Prenum, WSP_VERT);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000140 break;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000141
142/* split current window and edit alternate file */
143 case Ctrl_HAT:
144 case '^':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200145 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000146 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaar1bbb6192018-11-10 16:02:01 +0100147
148 if (buflist_findnr(Prenum == 0
149 ? curwin->w_alt_fnum : Prenum) == NULL)
150 {
151 if (Prenum == 0)
Bram Moolenaarf9e3e092019-01-13 23:38:42 +0100152 emsg(_(e_noalt));
Bram Moolenaar1bbb6192018-11-10 16:02:01 +0100153 else
Bram Moolenaarf9e3e092019-01-13 23:38:42 +0100154 semsg(_("E92: Buffer %ld not found"), Prenum);
Bram Moolenaar1bbb6192018-11-10 16:02:01 +0100155 break;
156 }
157
158 if (!curbuf_locked() && win_split(0, 0) == OK)
159 (void)buflist_getfile(
160 Prenum == 0 ? curwin->w_alt_fnum : Prenum,
161 (linenr_T)0, GETF_ALT, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000162 break;
163
164/* open new window */
165 case Ctrl_N:
166 case 'n':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200167 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000168 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaarb1b715d2006-01-21 22:09:43 +0000169#ifdef FEAT_QUICKFIX
170newwindow:
171#endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000172 if (Prenum)
Bram Moolenaar990d95c2008-07-07 19:23:37 +0000173 /* window height */
174 vim_snprintf((char *)cbuf, sizeof(cbuf) - 5, "%ld", Prenum);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000175 else
176 cbuf[0] = NUL;
Bram Moolenaar44a2f922016-03-19 22:11:51 +0100177#if defined(FEAT_QUICKFIX)
Bram Moolenaar990d95c2008-07-07 19:23:37 +0000178 if (nchar == 'v' || nchar == Ctrl_V)
179 STRCAT(cbuf, "v");
180#endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000181 STRCAT(cbuf, "new");
182 do_cmdline_cmd(cbuf);
183 break;
184
185/* quit current window */
186 case Ctrl_Q:
187 case 'q':
Bram Moolenaar071d4272004-06-13 20:20:40 +0000188 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaar2f1e51a2014-12-13 03:58:09 +0100189 cmd_with_count("quit", cbuf, sizeof(cbuf), Prenum);
Bram Moolenaarb96a7f32014-11-27 16:22:48 +0100190 do_cmdline_cmd(cbuf);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000191 break;
192
193/* close current window */
194 case Ctrl_C:
195 case 'c':
Bram Moolenaar071d4272004-06-13 20:20:40 +0000196 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaar2f1e51a2014-12-13 03:58:09 +0100197 cmd_with_count("close", cbuf, sizeof(cbuf), Prenum);
Bram Moolenaarb96a7f32014-11-27 16:22:48 +0100198 do_cmdline_cmd(cbuf);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000199 break;
200
Bram Moolenaar4033c552017-09-16 20:54:51 +0200201#if defined(FEAT_QUICKFIX)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000202/* close preview window */
203 case Ctrl_Z:
204 case 'z':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200205 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000206 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaar071d4272004-06-13 20:20:40 +0000207 do_cmdline_cmd((char_u *)"pclose");
208 break;
209
210/* cursor to preview window */
211 case 'P':
Bram Moolenaar29323592016-07-24 22:04:11 +0200212 FOR_ALL_WINDOWS(wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000213 if (wp->w_p_pvw)
214 break;
215 if (wp == NULL)
Bram Moolenaarf9e3e092019-01-13 23:38:42 +0100216 emsg(_("E441: There is no preview window"));
Bram Moolenaar071d4272004-06-13 20:20:40 +0000217 else
218 win_goto(wp);
219 break;
220#endif
221
222/* close all but current window */
223 case Ctrl_O:
224 case 'o':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200225 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000226 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaar2f1e51a2014-12-13 03:58:09 +0100227 cmd_with_count("only", cbuf, sizeof(cbuf), Prenum);
Bram Moolenaarb96a7f32014-11-27 16:22:48 +0100228 do_cmdline_cmd(cbuf);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000229 break;
230
231/* cursor to next window with wrap around */
232 case Ctrl_W:
233 case 'w':
234/* cursor to previous window with wrap around */
235 case 'W':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200236 CHECK_CMDWIN;
Bram Moolenaara1f4cb92016-11-06 15:25:42 +0100237 if (ONE_WINDOW && Prenum != 1) /* just one window */
Bram Moolenaar071d4272004-06-13 20:20:40 +0000238 beep_flush();
239 else
240 {
241 if (Prenum) /* go to specified window */
242 {
243 for (wp = firstwin; --Prenum > 0; )
244 {
245 if (wp->w_next == NULL)
246 break;
247 else
248 wp = wp->w_next;
249 }
250 }
251 else
252 {
253 if (nchar == 'W') /* go to previous window */
254 {
255 wp = curwin->w_prev;
256 if (wp == NULL)
257 wp = lastwin; /* wrap around */
258 }
259 else /* go to next window */
260 {
261 wp = curwin->w_next;
262 if (wp == NULL)
263 wp = firstwin; /* wrap around */
264 }
265 }
266 win_goto(wp);
267 }
268 break;
269
270/* cursor to window below */
271 case 'j':
272 case K_DOWN:
273 case Ctrl_J:
Bram Moolenaar6f470022018-04-10 18:47:20 +0200274 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000275 win_goto_ver(FALSE, Prenum1);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000276 break;
277
278/* cursor to window above */
279 case 'k':
280 case K_UP:
281 case Ctrl_K:
Bram Moolenaar6f470022018-04-10 18:47:20 +0200282 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000283 win_goto_ver(TRUE, Prenum1);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000284 break;
285
Bram Moolenaar071d4272004-06-13 20:20:40 +0000286/* cursor to left window */
287 case 'h':
288 case K_LEFT:
289 case Ctrl_H:
290 case K_BS:
Bram Moolenaar6f470022018-04-10 18:47:20 +0200291 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000292 win_goto_hor(TRUE, Prenum1);
293 break;
294
295/* cursor to right window */
296 case 'l':
297 case K_RIGHT:
298 case Ctrl_L:
Bram Moolenaar6f470022018-04-10 18:47:20 +0200299 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000300 win_goto_hor(FALSE, Prenum1);
301 break;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000302
Bram Moolenaar4c3f5362006-04-11 21:38:50 +0000303/* move window to new tab page */
304 case 'T':
Bram Moolenaar746ebd32009-06-16 14:01:43 +0000305 if (one_window())
Bram Moolenaar32526b32019-01-19 17:43:09 +0100306 msg(_(m_onlyone));
Bram Moolenaar4c3f5362006-04-11 21:38:50 +0000307 else
308 {
309 tabpage_T *oldtab = curtab;
310 tabpage_T *newtab;
Bram Moolenaar4c3f5362006-04-11 21:38:50 +0000311
312 /* First create a new tab with the window, then go back to
313 * the old tab and close the window there. */
Bram Moolenaar89d40322006-08-29 15:30:07 +0000314 wp = curwin;
Bram Moolenaar4c3f5362006-04-11 21:38:50 +0000315 if (win_new_tabpage((int)Prenum) == OK
316 && valid_tabpage(oldtab))
317 {
318 newtab = curtab;
Bram Moolenaar49e649f2013-05-06 04:50:35 +0200319 goto_tabpage_tp(oldtab, TRUE, TRUE);
Bram Moolenaar4c3f5362006-04-11 21:38:50 +0000320 if (curwin == wp)
321 win_close(curwin, FALSE);
322 if (valid_tabpage(newtab))
Bram Moolenaar49e649f2013-05-06 04:50:35 +0200323 goto_tabpage_tp(newtab, TRUE, TRUE);
Bram Moolenaar4c3f5362006-04-11 21:38:50 +0000324 }
325 }
326 break;
327
Bram Moolenaar071d4272004-06-13 20:20:40 +0000328/* cursor to top-left window */
329 case 't':
330 case Ctrl_T:
331 win_goto(firstwin);
332 break;
333
334/* cursor to bottom-right window */
335 case 'b':
336 case Ctrl_B:
337 win_goto(lastwin);
338 break;
339
340/* cursor to last accessed (previous) window */
341 case 'p':
342 case Ctrl_P:
Bram Moolenaar3dda7db2016-04-03 21:22:58 +0200343 if (!win_valid(prevwin))
Bram Moolenaar071d4272004-06-13 20:20:40 +0000344 beep_flush();
345 else
346 win_goto(prevwin);
347 break;
348
349/* exchange current and next window */
350 case 'x':
351 case Ctrl_X:
Bram Moolenaar6f470022018-04-10 18:47:20 +0200352 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000353 win_exchange(Prenum);
354 break;
355
356/* rotate windows downwards */
357 case Ctrl_R:
358 case 'r':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200359 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000360 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaar071d4272004-06-13 20:20:40 +0000361 win_rotate(FALSE, (int)Prenum1); /* downwards */
362 break;
363
364/* rotate windows upwards */
365 case 'R':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200366 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000367 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaar071d4272004-06-13 20:20:40 +0000368 win_rotate(TRUE, (int)Prenum1); /* upwards */
369 break;
370
371/* move window to the very top/bottom/left/right */
372 case 'K':
373 case 'J':
Bram Moolenaar071d4272004-06-13 20:20:40 +0000374 case 'H':
375 case 'L':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200376 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000377 win_totop((int)Prenum,
378 ((nchar == 'H' || nchar == 'L') ? WSP_VERT : 0)
379 | ((nchar == 'H' || nchar == 'K') ? WSP_TOP : WSP_BOT));
380 break;
381
382/* make all windows the same height */
383 case '=':
384#ifdef FEAT_GUI
385 need_mouse_correct = TRUE;
386#endif
387 win_equal(NULL, FALSE, 'b');
388 break;
389
390/* increase current window height */
391 case '+':
392#ifdef FEAT_GUI
393 need_mouse_correct = TRUE;
394#endif
395 win_setheight(curwin->w_height + (int)Prenum1);
396 break;
397
398/* decrease current window height */
399 case '-':
400#ifdef FEAT_GUI
401 need_mouse_correct = TRUE;
402#endif
403 win_setheight(curwin->w_height - (int)Prenum1);
404 break;
405
406/* set current window height */
407 case Ctrl__:
408 case '_':
409#ifdef FEAT_GUI
410 need_mouse_correct = TRUE;
411#endif
412 win_setheight(Prenum ? (int)Prenum : 9999);
413 break;
414
Bram Moolenaar071d4272004-06-13 20:20:40 +0000415/* increase current window width */
416 case '>':
417#ifdef FEAT_GUI
418 need_mouse_correct = TRUE;
419#endif
420 win_setwidth(curwin->w_width + (int)Prenum1);
421 break;
422
423/* decrease current window width */
424 case '<':
425#ifdef FEAT_GUI
426 need_mouse_correct = TRUE;
427#endif
428 win_setwidth(curwin->w_width - (int)Prenum1);
429 break;
430
431/* set current window width */
432 case '|':
433#ifdef FEAT_GUI
434 need_mouse_correct = TRUE;
435#endif
436 win_setwidth(Prenum != 0 ? (int)Prenum : 9999);
437 break;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000438
439/* jump to tag and split window if tag exists (in preview window) */
440#if defined(FEAT_QUICKFIX)
441 case '}':
Bram Moolenaar6f470022018-04-10 18:47:20 +0200442 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000443 if (Prenum)
444 g_do_tagpreview = Prenum;
445 else
446 g_do_tagpreview = p_pvh;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000447#endif
Bram Moolenaar2f40d122017-10-24 21:49:36 +0200448 /* FALLTHROUGH */
Bram Moolenaar071d4272004-06-13 20:20:40 +0000449 case ']':
450 case Ctrl_RSB:
Bram Moolenaar6f470022018-04-10 18:47:20 +0200451 CHECK_CMDWIN;
Bram Moolenaard355c502014-09-23 13:48:43 +0200452 /* keep Visual mode, can select words to use as a tag */
Bram Moolenaar071d4272004-06-13 20:20:40 +0000453 if (Prenum)
454 postponed_split = Prenum;
455 else
456 postponed_split = -1;
Bram Moolenaarda014b92014-09-24 13:26:44 +0200457#ifdef FEAT_QUICKFIX
Bram Moolenaar56095e12014-10-09 10:44:37 +0200458 if (nchar != '}')
459 g_do_tagpreview = 0;
Bram Moolenaarda014b92014-09-24 13:26:44 +0200460#endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000461
Bram Moolenaard355c502014-09-23 13:48:43 +0200462 /* Execute the command right here, required when "wincmd ]"
463 * was used in a function. */
Bram Moolenaar071d4272004-06-13 20:20:40 +0000464 do_nv_ident(Ctrl_RSB, NUL);
465 break;
466
467#ifdef FEAT_SEARCHPATH
468/* edit file name under cursor in a new window */
469 case 'f':
Bram Moolenaard1f56e62006-02-22 21:25:37 +0000470 case 'F':
Bram Moolenaar071d4272004-06-13 20:20:40 +0000471 case Ctrl_F:
Bram Moolenaar8dff8182006-04-06 20:18:50 +0000472wingotofile:
Bram Moolenaar6f470022018-04-10 18:47:20 +0200473 CHECK_CMDWIN;
Bram Moolenaard857f0e2005-06-21 22:37:39 +0000474
Bram Moolenaard1f56e62006-02-22 21:25:37 +0000475 ptr = grab_file_name(Prenum1, &lnum);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000476 if (ptr != NULL)
477 {
Bram Moolenaar5d2ca042016-06-26 17:11:21 +0200478 tabpage_T *oldtab = curtab;
479 win_T *oldwin = curwin;
Bram Moolenaar8dff8182006-04-06 20:18:50 +0000480# ifdef FEAT_GUI
Bram Moolenaar071d4272004-06-13 20:20:40 +0000481 need_mouse_correct = TRUE;
Bram Moolenaar8dff8182006-04-06 20:18:50 +0000482# endif
Bram Moolenaar071d4272004-06-13 20:20:40 +0000483 setpcmark();
484 if (win_split(0, 0) == OK)
485 {
Bram Moolenaar3368ea22010-09-21 16:56:35 +0200486 RESET_BINDING(curwin);
Bram Moolenaar5d2ca042016-06-26 17:11:21 +0200487 if (do_ecmd(0, ptr, NULL, NULL, ECMD_LASTL,
488 ECMD_HIDE, NULL) == FAIL)
489 {
490 /* Failed to open the file, close the window
491 * opened for it. */
492 win_close(curwin, FALSE);
493 goto_tabpage_win(oldtab, oldwin);
494 }
495 else if (nchar == 'F' && lnum >= 0)
Bram Moolenaard1f56e62006-02-22 21:25:37 +0000496 {
497 curwin->w_cursor.lnum = lnum;
498 check_cursor_lnum();
499 beginline(BL_SOL | BL_FIX);
500 }
Bram Moolenaar071d4272004-06-13 20:20:40 +0000501 }
502 vim_free(ptr);
503 }
504 break;
505#endif
506
507#ifdef FEAT_FIND_ID
Bram Moolenaarb6799ac2007-05-10 16:44:05 +0000508/* Go to the first occurrence of the identifier under cursor along path in a
Bram Moolenaar071d4272004-06-13 20:20:40 +0000509 * new window -- webb
510 */
511 case 'i': /* Go to any match */
512 case Ctrl_I:
513 type = FIND_ANY;
514 /* FALLTHROUGH */
515 case 'd': /* Go to definition, using 'define' */
516 case Ctrl_D:
Bram Moolenaar6f470022018-04-10 18:47:20 +0200517 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000518 if ((len = find_ident_under_cursor(&ptr, FIND_IDENT)) == 0)
519 break;
520 find_pattern_in_path(ptr, 0, len, TRUE,
521 Prenum == 0 ? TRUE : FALSE, type,
522 Prenum1, ACTION_SPLIT, (linenr_T)1, (linenr_T)MAXLNUM);
523 curwin->w_set_curswant = TRUE;
524 break;
525#endif
526
Bram Moolenaar0a08c632018-07-25 22:36:52 +0200527/* Quickfix window only: view the result under the cursor in a new split. */
528#if defined(FEAT_QUICKFIX)
Bram Moolenaar05159a02005-02-26 23:04:13 +0000529 case K_KENTER:
530 case CAR:
Bram Moolenaar05159a02005-02-26 23:04:13 +0000531 if (bt_quickfix(curbuf))
Bram Moolenaar0a08c632018-07-25 22:36:52 +0200532 qf_view_result(TRUE);
Bram Moolenaar05159a02005-02-26 23:04:13 +0000533 break;
Bram Moolenaar0a08c632018-07-25 22:36:52 +0200534#endif
Bram Moolenaar05159a02005-02-26 23:04:13 +0000535
Bram Moolenaar071d4272004-06-13 20:20:40 +0000536/* CTRL-W g extended commands */
537 case 'g':
538 case Ctrl_G:
Bram Moolenaar6f470022018-04-10 18:47:20 +0200539 CHECK_CMDWIN;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000540#ifdef USE_ON_FLY_SCROLL
541 dont_scroll = TRUE; /* disallow scrolling here */
542#endif
543 ++no_mapping;
544 ++allow_keys; /* no mapping for xchar, but allow key codes */
545 if (xchar == NUL)
Bram Moolenaar61abfd12007-09-13 16:26:47 +0000546 xchar = plain_vgetc();
Bram Moolenaar071d4272004-06-13 20:20:40 +0000547 LANGMAP_ADJUST(xchar, TRUE);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000548 --no_mapping;
549 --allow_keys;
550#ifdef FEAT_CMDL_INFO
551 (void)add_to_showcmd(xchar);
552#endif
553 switch (xchar)
554 {
555#if defined(FEAT_QUICKFIX)
556 case '}':
557 xchar = Ctrl_RSB;
558 if (Prenum)
559 g_do_tagpreview = Prenum;
560 else
561 g_do_tagpreview = p_pvh;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000562#endif
Bram Moolenaar2f40d122017-10-24 21:49:36 +0200563 /* FALLTHROUGH */
Bram Moolenaar071d4272004-06-13 20:20:40 +0000564 case ']':
565 case Ctrl_RSB:
Bram Moolenaard355c502014-09-23 13:48:43 +0200566 /* keep Visual mode, can select words to use as a tag */
Bram Moolenaar071d4272004-06-13 20:20:40 +0000567 if (Prenum)
568 postponed_split = Prenum;
569 else
570 postponed_split = -1;
571
572 /* Execute the command right here, required when
573 * "wincmd g}" was used in a function. */
574 do_nv_ident('g', xchar);
575 break;
576
Bram Moolenaar8dff8182006-04-06 20:18:50 +0000577#ifdef FEAT_SEARCHPATH
578 case 'f': /* CTRL-W gf: "gf" in a new tab page */
Bram Moolenaar57657d82006-04-21 22:12:41 +0000579 case 'F': /* CTRL-W gF: "gF" in a new tab page */
Bram Moolenaar6d1dcff2010-01-27 20:26:46 +0100580 cmdmod.tab = tabpage_index(curtab) + 1;
Bram Moolenaar57657d82006-04-21 22:12:41 +0000581 nchar = xchar;
Bram Moolenaar8dff8182006-04-06 20:18:50 +0000582 goto wingotofile;
583#endif
Bram Moolenaar72e83c12019-02-22 16:09:52 +0100584 case 't': // CTRL-W gt: go to next tab page
585 goto_tabpage((int)Prenum);
586 break;
587
Bram Moolenaar882d02e2019-02-22 17:56:43 +0100588 case 'T': // CTRL-W gT: go to previous tab page
589 goto_tabpage(-(int)Prenum1);
590 break;
591
Bram Moolenaar071d4272004-06-13 20:20:40 +0000592 default:
593 beep_flush();
594 break;
595 }
596 break;
597
598 default: beep_flush();
599 break;
600 }
601}
602
Bram Moolenaar84c8e5a2015-01-14 15:47:36 +0100603/*
604 * Figure out the address type for ":wnncmd".
605 */
606 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +0100607get_wincmd_addr_type(char_u *arg, exarg_T *eap)
Bram Moolenaar84c8e5a2015-01-14 15:47:36 +0100608{
609 switch (*arg)
610 {
611 case 'S':
612 case Ctrl_S:
613 case 's':
614 case Ctrl_N:
615 case 'n':
616 case 'j':
617 case Ctrl_J:
618 case 'k':
619 case Ctrl_K:
620 case 'T':
621 case Ctrl_R:
622 case 'r':
623 case 'R':
624 case 'K':
625 case 'J':
626 case '+':
627 case '-':
628 case Ctrl__:
629 case '_':
630 case '|':
631 case ']':
632 case Ctrl_RSB:
633 case 'g':
634 case Ctrl_G:
Bram Moolenaar84c8e5a2015-01-14 15:47:36 +0100635 case Ctrl_V:
636 case 'v':
637 case 'h':
638 case Ctrl_H:
639 case 'l':
640 case Ctrl_L:
641 case 'H':
642 case 'L':
643 case '>':
644 case '<':
Bram Moolenaar84c8e5a2015-01-14 15:47:36 +0100645#if defined(FEAT_QUICKFIX)
646 case '}':
647#endif
648#ifdef FEAT_SEARCHPATH
649 case 'f':
650 case 'F':
651 case Ctrl_F:
652#endif
653#ifdef FEAT_FIND_ID
654 case 'i':
655 case Ctrl_I:
656 case 'd':
657 case Ctrl_D:
658#endif
659 /* window size or any count */
660 eap->addr_type = ADDR_LINES;
661 break;
662
663 case Ctrl_HAT:
664 case '^':
665 /* buffer number */
666 eap->addr_type = ADDR_BUFFERS;
667 break;
668
669 case Ctrl_Q:
670 case 'q':
671 case Ctrl_C:
672 case 'c':
673 case Ctrl_O:
674 case 'o':
675 case Ctrl_W:
676 case 'w':
677 case 'W':
678 case 'x':
679 case Ctrl_X:
680 /* window number */
681 eap->addr_type = ADDR_WINDOWS;
682 break;
683
684#if defined(FEAT_QUICKFIX)
685 case Ctrl_Z:
686 case 'z':
687 case 'P':
688#endif
689 case 't':
690 case Ctrl_T:
691 case 'b':
692 case Ctrl_B:
693 case 'p':
694 case Ctrl_P:
695 case '=':
696 case CAR:
697 /* no count */
698 eap->addr_type = 0;
699 break;
700 }
701}
702
Bram Moolenaar2f1e51a2014-12-13 03:58:09 +0100703 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +0100704cmd_with_count(
705 char *cmd,
706 char_u *bufp,
707 size_t bufsize,
708 long Prenum)
Bram Moolenaar2f1e51a2014-12-13 03:58:09 +0100709{
710 size_t len = STRLEN(cmd);
711
712 STRCPY(bufp, cmd);
713 if (Prenum > 0)
714 vim_snprintf((char *)bufp + len, bufsize - len, "%ld", Prenum);
715}
716
Bram Moolenaar071d4272004-06-13 20:20:40 +0000717/*
718 * split the current window, implements CTRL-W s and :split
719 *
720 * "size" is the height or width for the new window, 0 to use half of current
721 * height or width.
722 *
723 * "flags":
724 * WSP_ROOM: require enough room for new window
725 * WSP_VERT: vertical split.
726 * WSP_TOP: open window at the top-left of the shell (help window).
727 * WSP_BOT: open window at the bottom-right of the shell (quickfix window).
728 * WSP_HELP: creating the help window, keep layout snapshot
729 *
730 * return FAIL for failure, OK otherwise
731 */
732 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +0100733win_split(int size, int flags)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000734{
Bram Moolenaar80a94a52006-02-23 21:26:58 +0000735 /* When the ":tab" modifier was used open a new tab page instead. */
736 if (may_open_tabpage() == OK)
737 return OK;
738
Bram Moolenaar071d4272004-06-13 20:20:40 +0000739 /* Add flags from ":vertical", ":topleft" and ":botright". */
740 flags |= cmdmod.split;
741 if ((flags & WSP_TOP) && (flags & WSP_BOT))
742 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +0100743 emsg(_("E442: Can't split topleft and botright at the same time"));
Bram Moolenaar071d4272004-06-13 20:20:40 +0000744 return FAIL;
745 }
746
747 /* When creating the help window make a snapshot of the window layout.
748 * Otherwise clear the snapshot, it's now invalid. */
749 if (flags & WSP_HELP)
Bram Moolenaar746ebd32009-06-16 14:01:43 +0000750 make_snapshot(SNAP_HELP_IDX);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000751 else
Bram Moolenaar746ebd32009-06-16 14:01:43 +0000752 clear_snapshot(curtab, SNAP_HELP_IDX);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000753
754 return win_split_ins(size, flags, NULL, 0);
755}
756
757/*
Bram Moolenaar70b2a562012-01-10 22:26:17 +0100758 * When "new_wp" is NULL: split the current window in two.
759 * When "new_wp" is not NULL: insert this window at the far
Bram Moolenaar071d4272004-06-13 20:20:40 +0000760 * top/left/right/bottom.
761 * return FAIL for failure, OK otherwise
762 */
Bram Moolenaar746ebd32009-06-16 14:01:43 +0000763 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +0100764win_split_ins(
765 int size,
766 int flags,
767 win_T *new_wp,
768 int dir)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000769{
Bram Moolenaar70b2a562012-01-10 22:26:17 +0100770 win_T *wp = new_wp;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000771 win_T *oldwin;
772 int new_size = size;
773 int i;
774 int need_status = 0;
775 int do_equal = FALSE;
776 int needed;
777 int available;
778 int oldwin_height = 0;
779 int layout;
Bram Moolenaar54368f22014-07-23 15:21:20 +0200780 frame_T *frp, *curfrp, *frp2, *prevfrp;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000781 int before;
Bram Moolenaarb4d21352014-07-16 14:16:46 +0200782 int minheight;
Bram Moolenaar1f538352014-07-16 18:19:27 +0200783 int wmh1;
Bram Moolenaar98da6ec2018-04-13 22:15:46 +0200784 int did_set_fraction = FALSE;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000785
786 if (flags & WSP_TOP)
787 oldwin = firstwin;
788 else if (flags & WSP_BOT)
789 oldwin = lastwin;
790 else
791 oldwin = curwin;
792
793 /* add a status line when p_ls == 1 and splitting the first window */
Bram Moolenaar459ca562016-11-10 18:16:33 +0100794 if (ONE_WINDOW && p_ls == 1 && oldwin->w_status_height == 0)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000795 {
Bram Moolenaar415a6932017-12-05 20:31:07 +0100796 if (VISIBLE_HEIGHT(oldwin) <= p_wmh && new_wp == NULL)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000797 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +0100798 emsg(_(e_noroom));
Bram Moolenaar071d4272004-06-13 20:20:40 +0000799 return FAIL;
800 }
801 need_status = STATUS_HEIGHT;
802 }
803
Bram Moolenaaree79cbc2007-05-02 19:50:14 +0000804#ifdef FEAT_GUI
805 /* May be needed for the scrollbars that are going to change. */
806 if (gui.in_use)
807 out_flush();
808#endif
809
Bram Moolenaar071d4272004-06-13 20:20:40 +0000810 if (flags & WSP_VERT)
811 {
Bram Moolenaara0485492014-07-16 23:39:54 +0200812 int wmw1;
813 int minwidth;
814
Bram Moolenaar071d4272004-06-13 20:20:40 +0000815 layout = FR_ROW;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000816
817 /*
818 * Check if we are able to split the current window and compute its
819 * width.
820 */
Bram Moolenaar1f538352014-07-16 18:19:27 +0200821 /* Current window requires at least 1 space. */
822 wmw1 = (p_wmw == 0 ? 1 : p_wmw);
823 needed = wmw1 + 1;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000824 if (flags & WSP_ROOM)
Bram Moolenaar1f538352014-07-16 18:19:27 +0200825 needed += p_wiw - wmw1;
Bram Moolenaar54368f22014-07-23 15:21:20 +0200826 if (flags & (WSP_BOT | WSP_TOP))
Bram Moolenaar071d4272004-06-13 20:20:40 +0000827 {
Bram Moolenaar1f538352014-07-16 18:19:27 +0200828 minwidth = frame_minwidth(topframe, NOWIN);
Bram Moolenaar071d4272004-06-13 20:20:40 +0000829 available = topframe->fr_width;
Bram Moolenaarb4d21352014-07-16 14:16:46 +0200830 needed += minwidth;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000831 }
Bram Moolenaar54368f22014-07-23 15:21:20 +0200832 else if (p_ea)
833 {
834 minwidth = frame_minwidth(oldwin->w_frame, NOWIN);
835 prevfrp = oldwin->w_frame;
836 for (frp = oldwin->w_frame->fr_parent; frp != NULL;
837 frp = frp->fr_parent)
838 {
839 if (frp->fr_layout == FR_ROW)
Bram Moolenaar3d1491e2018-12-22 17:07:50 +0100840 FOR_ALL_FRAMES(frp2, frp->fr_child)
Bram Moolenaar54368f22014-07-23 15:21:20 +0200841 if (frp2 != prevfrp)
842 minwidth += frame_minwidth(frp2, NOWIN);
843 prevfrp = frp;
844 }
845 available = topframe->fr_width;
846 needed += minwidth;
847 }
Bram Moolenaar071d4272004-06-13 20:20:40 +0000848 else
Bram Moolenaarb4d21352014-07-16 14:16:46 +0200849 {
Bram Moolenaar1f538352014-07-16 18:19:27 +0200850 minwidth = frame_minwidth(oldwin->w_frame, NOWIN);
851 available = oldwin->w_frame->fr_width;
852 needed += minwidth;
Bram Moolenaarb4d21352014-07-16 14:16:46 +0200853 }
Bram Moolenaar70b2a562012-01-10 22:26:17 +0100854 if (available < needed && new_wp == NULL)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000855 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +0100856 emsg(_(e_noroom));
Bram Moolenaar071d4272004-06-13 20:20:40 +0000857 return FAIL;
858 }
859 if (new_size == 0)
860 new_size = oldwin->w_width / 2;
Bram Moolenaarb4d21352014-07-16 14:16:46 +0200861 if (new_size > available - minwidth - 1)
862 new_size = available - minwidth - 1;
Bram Moolenaar1f538352014-07-16 18:19:27 +0200863 if (new_size < wmw1)
864 new_size = wmw1;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000865
866 /* if it doesn't fit in the current window, need win_equal() */
867 if (oldwin->w_width - new_size - 1 < p_wmw)
868 do_equal = TRUE;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +0000869
870 /* We don't like to take lines for the new window from a
871 * 'winfixwidth' window. Take them from a window to the left or right
Bram Moolenaar38e34832017-03-19 20:22:36 +0100872 * instead, if possible. Add one for the separator. */
Bram Moolenaarbe4d5062006-03-18 21:30:13 +0000873 if (oldwin->w_p_wfw)
Bram Moolenaar38e34832017-03-19 20:22:36 +0100874 win_setwidth_win(oldwin->w_width + new_size + 1, oldwin);
Bram Moolenaar67f71312007-08-12 14:55:56 +0000875
876 /* Only make all windows the same width if one of them (except oldwin)
877 * is wider than one of the split windows. */
878 if (!do_equal && p_ea && size == 0 && *p_ead != 'v'
879 && oldwin->w_frame->fr_parent != NULL)
880 {
881 frp = oldwin->w_frame->fr_parent->fr_child;
882 while (frp != NULL)
883 {
884 if (frp->fr_win != oldwin && frp->fr_win != NULL
885 && (frp->fr_win->w_width > new_size
886 || frp->fr_win->w_width > oldwin->w_width
Bram Moolenaardf46f6f2014-11-19 13:40:08 +0100887 - new_size - 1))
Bram Moolenaar67f71312007-08-12 14:55:56 +0000888 {
889 do_equal = TRUE;
890 break;
891 }
892 frp = frp->fr_next;
893 }
894 }
Bram Moolenaar071d4272004-06-13 20:20:40 +0000895 }
896 else
Bram Moolenaar071d4272004-06-13 20:20:40 +0000897 {
898 layout = FR_COL;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000899
900 /*
901 * Check if we are able to split the current window and compute its
902 * height.
903 */
Bram Moolenaar1f538352014-07-16 18:19:27 +0200904 /* Current window requires at least 1 space. */
Bram Moolenaar415a6932017-12-05 20:31:07 +0100905 wmh1 = (p_wmh == 0 ? 1 : p_wmh) + WINBAR_HEIGHT(curwin);
Bram Moolenaar1f538352014-07-16 18:19:27 +0200906 needed = wmh1 + STATUS_HEIGHT;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000907 if (flags & WSP_ROOM)
Bram Moolenaar1f538352014-07-16 18:19:27 +0200908 needed += p_wh - wmh1;
Bram Moolenaar54368f22014-07-23 15:21:20 +0200909 if (flags & (WSP_BOT | WSP_TOP))
Bram Moolenaar071d4272004-06-13 20:20:40 +0000910 {
Bram Moolenaar1f538352014-07-16 18:19:27 +0200911 minheight = frame_minheight(topframe, NOWIN) + need_status;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000912 available = topframe->fr_height;
Bram Moolenaarb4d21352014-07-16 14:16:46 +0200913 needed += minheight;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000914 }
Bram Moolenaar54368f22014-07-23 15:21:20 +0200915 else if (p_ea)
916 {
917 minheight = frame_minheight(oldwin->w_frame, NOWIN) + need_status;
918 prevfrp = oldwin->w_frame;
919 for (frp = oldwin->w_frame->fr_parent; frp != NULL;
920 frp = frp->fr_parent)
921 {
922 if (frp->fr_layout == FR_COL)
Bram Moolenaar3d1491e2018-12-22 17:07:50 +0100923 FOR_ALL_FRAMES(frp2, frp->fr_child)
Bram Moolenaar54368f22014-07-23 15:21:20 +0200924 if (frp2 != prevfrp)
925 minheight += frame_minheight(frp2, NOWIN);
926 prevfrp = frp;
927 }
928 available = topframe->fr_height;
929 needed += minheight;
930 }
Bram Moolenaar071d4272004-06-13 20:20:40 +0000931 else
932 {
Bram Moolenaar1f538352014-07-16 18:19:27 +0200933 minheight = frame_minheight(oldwin->w_frame, NOWIN) + need_status;
934 available = oldwin->w_frame->fr_height;
935 needed += minheight;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000936 }
Bram Moolenaar70b2a562012-01-10 22:26:17 +0100937 if (available < needed && new_wp == NULL)
Bram Moolenaar071d4272004-06-13 20:20:40 +0000938 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +0100939 emsg(_(e_noroom));
Bram Moolenaar071d4272004-06-13 20:20:40 +0000940 return FAIL;
941 }
942 oldwin_height = oldwin->w_height;
943 if (need_status)
944 {
945 oldwin->w_status_height = STATUS_HEIGHT;
946 oldwin_height -= STATUS_HEIGHT;
947 }
948 if (new_size == 0)
949 new_size = oldwin_height / 2;
Bram Moolenaarb4d21352014-07-16 14:16:46 +0200950 if (new_size > available - minheight - STATUS_HEIGHT)
951 new_size = available - minheight - STATUS_HEIGHT;
Bram Moolenaar1f538352014-07-16 18:19:27 +0200952 if (new_size < wmh1)
953 new_size = wmh1;
Bram Moolenaar071d4272004-06-13 20:20:40 +0000954
955 /* if it doesn't fit in the current window, need win_equal() */
956 if (oldwin_height - new_size - STATUS_HEIGHT < p_wmh)
957 do_equal = TRUE;
958
959 /* We don't like to take lines for the new window from a
960 * 'winfixheight' window. Take them from a window above or below
961 * instead, if possible. */
962 if (oldwin->w_p_wfh)
963 {
Bram Moolenaar98da6ec2018-04-13 22:15:46 +0200964 /* Set w_fraction now so that the cursor keeps the same relative
965 * vertical position using the old height. */
966 set_fraction(oldwin);
967 did_set_fraction = TRUE;
968
Bram Moolenaar071d4272004-06-13 20:20:40 +0000969 win_setheight_win(oldwin->w_height + new_size + STATUS_HEIGHT,
970 oldwin);
971 oldwin_height = oldwin->w_height;
972 if (need_status)
973 oldwin_height -= STATUS_HEIGHT;
974 }
Bram Moolenaar67f71312007-08-12 14:55:56 +0000975
976 /* Only make all windows the same height if one of them (except oldwin)
977 * is higher than one of the split windows. */
Bram Moolenaar44a2f922016-03-19 22:11:51 +0100978 if (!do_equal && p_ea && size == 0 && *p_ead != 'h'
Bram Moolenaar67f71312007-08-12 14:55:56 +0000979 && oldwin->w_frame->fr_parent != NULL)
980 {
981 frp = oldwin->w_frame->fr_parent->fr_child;
982 while (frp != NULL)
983 {
984 if (frp->fr_win != oldwin && frp->fr_win != NULL
985 && (frp->fr_win->w_height > new_size
986 || frp->fr_win->w_height > oldwin_height - new_size
987 - STATUS_HEIGHT))
988 {
989 do_equal = TRUE;
990 break;
991 }
992 frp = frp->fr_next;
993 }
994 }
Bram Moolenaar071d4272004-06-13 20:20:40 +0000995 }
996
997 /*
998 * allocate new window structure and link it in the window list
999 */
1000 if ((flags & WSP_TOP) == 0
1001 && ((flags & WSP_BOT)
1002 || (flags & WSP_BELOW)
1003 || (!(flags & WSP_ABOVE)
Bram Moolenaar44a2f922016-03-19 22:11:51 +01001004 && ( (flags & WSP_VERT) ? p_spr : p_sb))))
Bram Moolenaar071d4272004-06-13 20:20:40 +00001005 {
1006 /* new window below/right of current one */
Bram Moolenaar70b2a562012-01-10 22:26:17 +01001007 if (new_wp == NULL)
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001008 wp = win_alloc(oldwin, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001009 else
1010 win_append(oldwin, wp);
1011 }
1012 else
1013 {
Bram Moolenaar70b2a562012-01-10 22:26:17 +01001014 if (new_wp == NULL)
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001015 wp = win_alloc(oldwin->w_prev, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001016 else
1017 win_append(oldwin->w_prev, wp);
1018 }
1019
Bram Moolenaar70b2a562012-01-10 22:26:17 +01001020 if (new_wp == NULL)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001021 {
1022 if (wp == NULL)
1023 return FAIL;
1024
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001025 new_frame(wp);
1026 if (wp->w_frame == NULL)
1027 {
1028 win_free(wp, NULL);
1029 return FAIL;
1030 }
1031
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001032 /* make the contents of the new window the same as the current one */
Bram Moolenaar884ae642009-02-22 01:37:59 +00001033 win_init(wp, curwin, flags);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001034 }
1035
1036 /*
1037 * Reorganise the tree of frames to insert the new window.
1038 */
1039 if (flags & (WSP_TOP | WSP_BOT))
1040 {
Bram Moolenaar071d4272004-06-13 20:20:40 +00001041 if ((topframe->fr_layout == FR_COL && (flags & WSP_VERT) == 0)
1042 || (topframe->fr_layout == FR_ROW && (flags & WSP_VERT) != 0))
Bram Moolenaar071d4272004-06-13 20:20:40 +00001043 {
1044 curfrp = topframe->fr_child;
1045 if (flags & WSP_BOT)
1046 while (curfrp->fr_next != NULL)
1047 curfrp = curfrp->fr_next;
1048 }
1049 else
1050 curfrp = topframe;
1051 before = (flags & WSP_TOP);
1052 }
1053 else
1054 {
1055 curfrp = oldwin->w_frame;
1056 if (flags & WSP_BELOW)
1057 before = FALSE;
1058 else if (flags & WSP_ABOVE)
1059 before = TRUE;
Bram Moolenaar44a2f922016-03-19 22:11:51 +01001060 else if (flags & WSP_VERT)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001061 before = !p_spr;
1062 else
Bram Moolenaar071d4272004-06-13 20:20:40 +00001063 before = !p_sb;
1064 }
1065 if (curfrp->fr_parent == NULL || curfrp->fr_parent->fr_layout != layout)
1066 {
1067 /* Need to create a new frame in the tree to make a branch. */
1068 frp = (frame_T *)alloc_clear((unsigned)sizeof(frame_T));
1069 *frp = *curfrp;
1070 curfrp->fr_layout = layout;
1071 frp->fr_parent = curfrp;
1072 frp->fr_next = NULL;
1073 frp->fr_prev = NULL;
1074 curfrp->fr_child = frp;
1075 curfrp->fr_win = NULL;
1076 curfrp = frp;
1077 if (frp->fr_win != NULL)
1078 oldwin->w_frame = frp;
1079 else
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01001080 FOR_ALL_FRAMES(frp, frp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001081 frp->fr_parent = curfrp;
1082 }
1083
Bram Moolenaar70b2a562012-01-10 22:26:17 +01001084 if (new_wp == NULL)
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001085 frp = wp->w_frame;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001086 else
Bram Moolenaar70b2a562012-01-10 22:26:17 +01001087 frp = new_wp->w_frame;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001088 frp->fr_parent = curfrp->fr_parent;
1089
1090 /* Insert the new frame at the right place in the frame list. */
1091 if (before)
1092 frame_insert(curfrp, frp);
1093 else
1094 frame_append(curfrp, frp);
1095
Bram Moolenaar0215e8e2010-12-17 17:35:10 +01001096 /* Set w_fraction now so that the cursor keeps the same relative
1097 * vertical position. */
Bram Moolenaar98da6ec2018-04-13 22:15:46 +02001098 if (!did_set_fraction)
1099 set_fraction(oldwin);
Bram Moolenaar0215e8e2010-12-17 17:35:10 +01001100 wp->w_fraction = oldwin->w_fraction;
1101
Bram Moolenaar071d4272004-06-13 20:20:40 +00001102 if (flags & WSP_VERT)
1103 {
1104 wp->w_p_scr = curwin->w_p_scr;
Bram Moolenaar0215e8e2010-12-17 17:35:10 +01001105
Bram Moolenaar071d4272004-06-13 20:20:40 +00001106 if (need_status)
1107 {
Bram Moolenaar9b73a782010-03-17 16:54:57 +01001108 win_new_height(oldwin, oldwin->w_height - 1);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001109 oldwin->w_status_height = need_status;
1110 }
1111 if (flags & (WSP_TOP | WSP_BOT))
1112 {
1113 /* set height and row of new window to full height */
Bram Moolenaar32466aa2006-02-24 23:53:04 +00001114 wp->w_winrow = tabline_height();
Bram Moolenaard326ad62017-09-18 20:31:41 +02001115 win_new_height(wp, curfrp->fr_height - (p_ls > 0)
Bram Moolenaar3167c3e2017-11-25 14:19:43 +01001116 - WINBAR_HEIGHT(wp));
Bram Moolenaar071d4272004-06-13 20:20:40 +00001117 wp->w_status_height = (p_ls > 0);
1118 }
1119 else
1120 {
1121 /* height and row of new window is same as current window */
1122 wp->w_winrow = oldwin->w_winrow;
Bram Moolenaar415a6932017-12-05 20:31:07 +01001123 win_new_height(wp, VISIBLE_HEIGHT(oldwin));
Bram Moolenaar071d4272004-06-13 20:20:40 +00001124 wp->w_status_height = oldwin->w_status_height;
1125 }
1126 frp->fr_height = curfrp->fr_height;
1127
1128 /* "new_size" of the current window goes to the new window, use
1129 * one column for the vertical separator */
Bram Moolenaar9b73a782010-03-17 16:54:57 +01001130 win_new_width(wp, new_size);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001131 if (before)
1132 wp->w_vsep_width = 1;
1133 else
1134 {
1135 wp->w_vsep_width = oldwin->w_vsep_width;
1136 oldwin->w_vsep_width = 1;
1137 }
1138 if (flags & (WSP_TOP | WSP_BOT))
1139 {
1140 if (flags & WSP_BOT)
1141 frame_add_vsep(curfrp);
1142 /* Set width of neighbor frame */
1143 frame_new_width(curfrp, curfrp->fr_width
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001144 - (new_size + ((flags & WSP_TOP) != 0)), flags & WSP_TOP,
1145 FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001146 }
1147 else
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001148 win_new_width(oldwin, oldwin->w_width - (new_size + 1));
Bram Moolenaar071d4272004-06-13 20:20:40 +00001149 if (before) /* new window left of current one */
1150 {
1151 wp->w_wincol = oldwin->w_wincol;
1152 oldwin->w_wincol += new_size + 1;
1153 }
1154 else /* new window right of current one */
1155 wp->w_wincol = oldwin->w_wincol + oldwin->w_width + 1;
1156 frame_fix_width(oldwin);
1157 frame_fix_width(wp);
1158 }
1159 else
Bram Moolenaar071d4272004-06-13 20:20:40 +00001160 {
1161 /* width and column of new window is same as current window */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001162 if (flags & (WSP_TOP | WSP_BOT))
1163 {
1164 wp->w_wincol = 0;
Bram Moolenaar9b73a782010-03-17 16:54:57 +01001165 win_new_width(wp, Columns);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001166 wp->w_vsep_width = 0;
1167 }
1168 else
1169 {
1170 wp->w_wincol = oldwin->w_wincol;
Bram Moolenaar9b73a782010-03-17 16:54:57 +01001171 win_new_width(wp, oldwin->w_width);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001172 wp->w_vsep_width = oldwin->w_vsep_width;
1173 }
1174 frp->fr_width = curfrp->fr_width;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001175
1176 /* "new_size" of the current window goes to the new window, use
1177 * one row for the status line */
1178 win_new_height(wp, new_size);
1179 if (flags & (WSP_TOP | WSP_BOT))
Bram Moolenaar991dea32016-05-24 11:31:32 +02001180 {
Bram Moolenaard326ad62017-09-18 20:31:41 +02001181 int new_fr_height = curfrp->fr_height - new_size
Bram Moolenaar3167c3e2017-11-25 14:19:43 +01001182 + WINBAR_HEIGHT(wp) ;
Bram Moolenaar991dea32016-05-24 11:31:32 +02001183
1184 if (!((flags & WSP_BOT) && p_ls == 0))
1185 new_fr_height -= STATUS_HEIGHT;
1186 frame_new_height(curfrp, new_fr_height, flags & WSP_TOP, FALSE);
1187 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001188 else
1189 win_new_height(oldwin, oldwin_height - (new_size + STATUS_HEIGHT));
1190 if (before) /* new window above current one */
1191 {
1192 wp->w_winrow = oldwin->w_winrow;
1193 wp->w_status_height = STATUS_HEIGHT;
1194 oldwin->w_winrow += wp->w_height + STATUS_HEIGHT;
1195 }
1196 else /* new window below current one */
1197 {
Bram Moolenaar415a6932017-12-05 20:31:07 +01001198 wp->w_winrow = oldwin->w_winrow + VISIBLE_HEIGHT(oldwin)
1199 + STATUS_HEIGHT;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001200 wp->w_status_height = oldwin->w_status_height;
Bram Moolenaar991dea32016-05-24 11:31:32 +02001201 if (!(flags & WSP_BOT))
1202 oldwin->w_status_height = STATUS_HEIGHT;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001203 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001204 if (flags & WSP_BOT)
1205 frame_add_statusline(curfrp);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001206 frame_fix_height(wp);
1207 frame_fix_height(oldwin);
1208 }
1209
1210 if (flags & (WSP_TOP | WSP_BOT))
1211 (void)win_comp_pos();
1212
1213 /*
1214 * Both windows need redrawing
1215 */
1216 redraw_win_later(wp, NOT_VALID);
1217 wp->w_redr_status = TRUE;
1218 redraw_win_later(oldwin, NOT_VALID);
1219 oldwin->w_redr_status = TRUE;
1220
1221 if (need_status)
1222 {
1223 msg_row = Rows - 1;
1224 msg_col = sc_col;
1225 msg_clr_eos_force(); /* Old command/ruler may still be there */
1226 comp_col();
1227 msg_row = Rows - 1;
1228 msg_col = 0; /* put position back at start of line */
1229 }
1230
1231 /*
Bram Moolenaar9b73a782010-03-17 16:54:57 +01001232 * equalize the window sizes.
Bram Moolenaar071d4272004-06-13 20:20:40 +00001233 */
1234 if (do_equal || dir != 0)
1235 win_equal(wp, TRUE,
Bram Moolenaar071d4272004-06-13 20:20:40 +00001236 (flags & WSP_VERT) ? (dir == 'v' ? 'b' : 'h')
Bram Moolenaar44a2f922016-03-19 22:11:51 +01001237 : dir == 'h' ? 'b' : 'v');
Bram Moolenaar071d4272004-06-13 20:20:40 +00001238
1239 /* Don't change the window height/width to 'winheight' / 'winwidth' if a
1240 * size was given. */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001241 if (flags & WSP_VERT)
1242 {
1243 i = p_wiw;
1244 if (size != 0)
1245 p_wiw = size;
1246
1247# ifdef FEAT_GUI
1248 /* When 'guioptions' includes 'L' or 'R' may have to add scrollbars. */
1249 if (gui.in_use)
1250 gui_init_which_components(NULL);
1251# endif
1252 }
1253 else
Bram Moolenaar071d4272004-06-13 20:20:40 +00001254 {
1255 i = p_wh;
1256 if (size != 0)
1257 p_wh = size;
1258 }
Bram Moolenaar9b73a782010-03-17 16:54:57 +01001259
Bram Moolenaar23fb7a92014-07-30 14:05:00 +02001260#ifdef FEAT_JUMPLIST
1261 /* Keep same changelist position in new window. */
1262 wp->w_changelistidx = oldwin->w_changelistidx;
1263#endif
1264
Bram Moolenaar9b73a782010-03-17 16:54:57 +01001265 /*
1266 * make the new window the current window
1267 */
Bram Moolenaarc917da42016-07-19 22:31:36 +02001268 win_enter_ext(wp, FALSE, FALSE, TRUE, TRUE, TRUE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001269 if (flags & WSP_VERT)
1270 p_wiw = i;
1271 else
Bram Moolenaar071d4272004-06-13 20:20:40 +00001272 p_wh = i;
1273
1274 return OK;
1275}
1276
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001277
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001278/*
1279 * Initialize window "newp" from window "oldp".
1280 * Used when splitting a window and when creating a new tab page.
1281 * The windows will both edit the same buffer.
Bram Moolenaar884ae642009-02-22 01:37:59 +00001282 * WSP_NEWLOC may be specified in flags to prevent the location list from
1283 * being copied.
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001284 */
1285 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001286win_init(win_T *newp, win_T *oldp, int flags UNUSED)
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001287{
1288 int i;
1289
1290 newp->w_buffer = oldp->w_buffer;
Bram Moolenaar860cae12010-06-05 23:22:07 +02001291#ifdef FEAT_SYN_HL
Bram Moolenaarfd29f462010-06-06 16:11:09 +02001292 newp->w_s = &(oldp->w_buffer->b_s);
Bram Moolenaar860cae12010-06-05 23:22:07 +02001293#endif
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001294 oldp->w_buffer->b_nwindows++;
1295 newp->w_cursor = oldp->w_cursor;
1296 newp->w_valid = 0;
1297 newp->w_curswant = oldp->w_curswant;
1298 newp->w_set_curswant = oldp->w_set_curswant;
1299 newp->w_topline = oldp->w_topline;
1300#ifdef FEAT_DIFF
1301 newp->w_topfill = oldp->w_topfill;
1302#endif
1303 newp->w_leftcol = oldp->w_leftcol;
1304 newp->w_pcmark = oldp->w_pcmark;
1305 newp->w_prev_pcmark = oldp->w_prev_pcmark;
1306 newp->w_alt_fnum = oldp->w_alt_fnum;
Bram Moolenaar4c3f5362006-04-11 21:38:50 +00001307 newp->w_wrow = oldp->w_wrow;
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001308 newp->w_fraction = oldp->w_fraction;
1309 newp->w_prev_fraction_row = oldp->w_prev_fraction_row;
1310#ifdef FEAT_JUMPLIST
1311 copy_jumplist(oldp, newp);
1312#endif
1313#ifdef FEAT_QUICKFIX
Bram Moolenaar884ae642009-02-22 01:37:59 +00001314 if (flags & WSP_NEWLOC)
1315 {
1316 /* Don't copy the location list. */
1317 newp->w_llist = NULL;
1318 newp->w_llist_ref = NULL;
1319 }
1320 else
Bram Moolenaar09037502018-09-25 22:08:14 +02001321 copy_loclist_stack(oldp, newp);
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001322#endif
Bram Moolenaarbd2dc342014-01-10 15:53:13 +01001323 newp->w_localdir = (oldp->w_localdir == NULL)
1324 ? NULL : vim_strsave(oldp->w_localdir);
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001325
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001326 /* copy tagstack and folds */
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001327 for (i = 0; i < oldp->w_tagstacklen; i++)
1328 {
1329 newp->w_tagstack[i] = oldp->w_tagstack[i];
1330 if (newp->w_tagstack[i].tagname != NULL)
1331 newp->w_tagstack[i].tagname =
1332 vim_strsave(newp->w_tagstack[i].tagname);
1333 }
1334 newp->w_tagstackidx = oldp->w_tagstackidx;
1335 newp->w_tagstacklen = oldp->w_tagstacklen;
Bram Moolenaara971b822011-09-14 14:43:25 +02001336#ifdef FEAT_FOLDING
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001337 copyFoldingState(oldp, newp);
Bram Moolenaara971b822011-09-14 14:43:25 +02001338#endif
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001339
1340 win_init_some(newp, oldp);
Bram Moolenaar1a384422010-07-14 19:53:30 +02001341
Bram Moolenaara971b822011-09-14 14:43:25 +02001342#ifdef FEAT_SYN_HL
Bram Moolenaar1a384422010-07-14 19:53:30 +02001343 check_colorcolumn(newp);
Bram Moolenaara971b822011-09-14 14:43:25 +02001344#endif
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001345}
1346
1347/*
Bram Moolenaar5d2bae82014-09-19 14:26:36 +02001348 * Initialize window "newp" from window "old".
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001349 * Only the essential things are copied.
1350 */
1351 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001352win_init_some(win_T *newp, win_T *oldp)
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001353{
1354 /* Use the same argument list. */
1355 newp->w_alist = oldp->w_alist;
1356 ++newp->w_alist->al_refcount;
1357 newp->w_arg_idx = oldp->w_arg_idx;
1358
1359 /* copy options from existing window */
1360 win_copy_options(oldp, newp);
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00001361}
1362
Bram Moolenaar071d4272004-06-13 20:20:40 +00001363
Bram Moolenaar071d4272004-06-13 20:20:40 +00001364/*
Bram Moolenaare59215c2016-08-14 19:08:45 +02001365 * Check if "win" is a pointer to an existing window in the current tab page.
Bram Moolenaar071d4272004-06-13 20:20:40 +00001366 */
1367 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001368win_valid(win_T *win)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001369{
1370 win_T *wp;
1371
1372 if (win == NULL)
1373 return FALSE;
Bram Moolenaar29323592016-07-24 22:04:11 +02001374 FOR_ALL_WINDOWS(wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001375 if (wp == win)
1376 return TRUE;
1377 return FALSE;
1378}
1379
1380/*
Bram Moolenaare59215c2016-08-14 19:08:45 +02001381 * Check if "win" is a pointer to an existing window in any tab page.
1382 */
1383 int
1384win_valid_any_tab(win_T *win)
1385{
1386 win_T *wp;
1387 tabpage_T *tp;
1388
1389 if (win == NULL)
1390 return FALSE;
1391 FOR_ALL_TABPAGES(tp)
1392 {
1393 FOR_ALL_WINDOWS_IN_TAB(tp, wp)
1394 {
1395 if (wp == win)
1396 return TRUE;
1397 }
1398 }
1399 return FALSE;
1400}
1401
1402/*
Bram Moolenaar071d4272004-06-13 20:20:40 +00001403 * Return the number of windows.
1404 */
1405 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001406win_count(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001407{
1408 win_T *wp;
1409 int count = 0;
1410
Bram Moolenaar29323592016-07-24 22:04:11 +02001411 FOR_ALL_WINDOWS(wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001412 ++count;
1413 return count;
1414}
1415
1416/*
1417 * Make "count" windows on the screen.
1418 * Return actual number of windows on the screen.
1419 * Must be called when there is just one window, filling the whole screen
1420 * (excluding the command line).
1421 */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001422 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001423make_windows(
1424 int count,
1425 int vertical UNUSED) /* split windows vertically if TRUE */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001426{
1427 int maxcount;
1428 int todo;
1429
Bram Moolenaar071d4272004-06-13 20:20:40 +00001430 if (vertical)
1431 {
1432 /* Each windows needs at least 'winminwidth' lines and a separator
1433 * column. */
1434 maxcount = (curwin->w_width + curwin->w_vsep_width
1435 - (p_wiw - p_wmw)) / (p_wmw + 1);
1436 }
1437 else
Bram Moolenaar071d4272004-06-13 20:20:40 +00001438 {
1439 /* Each window needs at least 'winminheight' lines and a status line. */
Bram Moolenaar415a6932017-12-05 20:31:07 +01001440 maxcount = (VISIBLE_HEIGHT(curwin) + curwin->w_status_height
Bram Moolenaar071d4272004-06-13 20:20:40 +00001441 - (p_wh - p_wmh)) / (p_wmh + STATUS_HEIGHT);
1442 }
1443
1444 if (maxcount < 2)
1445 maxcount = 2;
1446 if (count > maxcount)
1447 count = maxcount;
1448
1449 /*
1450 * add status line now, otherwise first window will be too big
1451 */
1452 if (count > 1)
1453 last_status(TRUE);
1454
Bram Moolenaar071d4272004-06-13 20:20:40 +00001455 /*
1456 * Don't execute autocommands while creating the windows. Must do that
1457 * when putting the buffers in the windows.
1458 */
Bram Moolenaar78ab3312007-09-29 12:16:41 +00001459 block_autocmds();
Bram Moolenaar071d4272004-06-13 20:20:40 +00001460
1461 /* todo is number of windows left to create */
1462 for (todo = count - 1; todo > 0; --todo)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001463 if (vertical)
1464 {
1465 if (win_split(curwin->w_width - (curwin->w_width - todo)
1466 / (todo + 1) - 1, WSP_VERT | WSP_ABOVE) == FAIL)
1467 break;
1468 }
1469 else
Bram Moolenaar071d4272004-06-13 20:20:40 +00001470 {
1471 if (win_split(curwin->w_height - (curwin->w_height - todo
1472 * STATUS_HEIGHT) / (todo + 1)
1473 - STATUS_HEIGHT, WSP_ABOVE) == FAIL)
1474 break;
1475 }
1476
Bram Moolenaar78ab3312007-09-29 12:16:41 +00001477 unblock_autocmds();
Bram Moolenaar071d4272004-06-13 20:20:40 +00001478
1479 /* return actual number of windows */
1480 return (count - todo);
1481}
1482
1483/*
1484 * Exchange current and next window
1485 */
1486 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001487win_exchange(long Prenum)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001488{
1489 frame_T *frp;
1490 frame_T *frp2;
1491 win_T *wp;
1492 win_T *wp2;
1493 int temp;
1494
Bram Moolenaar459ca562016-11-10 18:16:33 +01001495 if (ONE_WINDOW) /* just one window */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001496 {
1497 beep_flush();
1498 return;
1499 }
1500
1501#ifdef FEAT_GUI
1502 need_mouse_correct = TRUE;
1503#endif
1504
1505 /*
1506 * find window to exchange with
1507 */
1508 if (Prenum)
1509 {
1510 frp = curwin->w_frame->fr_parent->fr_child;
1511 while (frp != NULL && --Prenum > 0)
1512 frp = frp->fr_next;
1513 }
1514 else if (curwin->w_frame->fr_next != NULL) /* Swap with next */
1515 frp = curwin->w_frame->fr_next;
1516 else /* Swap last window in row/col with previous */
1517 frp = curwin->w_frame->fr_prev;
1518
1519 /* We can only exchange a window with another window, not with a frame
1520 * containing windows. */
1521 if (frp == NULL || frp->fr_win == NULL || frp->fr_win == curwin)
1522 return;
1523 wp = frp->fr_win;
1524
1525/*
1526 * 1. remove curwin from the list. Remember after which window it was in wp2
1527 * 2. insert curwin before wp in the list
1528 * if wp != wp2
1529 * 3. remove wp from the list
1530 * 4. insert wp after wp2
1531 * 5. exchange the status line height and vsep width.
1532 */
1533 wp2 = curwin->w_prev;
1534 frp2 = curwin->w_frame->fr_prev;
1535 if (wp->w_prev != curwin)
1536 {
Bram Moolenaarf740b292006-02-16 22:11:02 +00001537 win_remove(curwin, NULL);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001538 frame_remove(curwin->w_frame);
1539 win_append(wp->w_prev, curwin);
1540 frame_insert(frp, curwin->w_frame);
1541 }
1542 if (wp != wp2)
1543 {
Bram Moolenaarf740b292006-02-16 22:11:02 +00001544 win_remove(wp, NULL);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001545 frame_remove(wp->w_frame);
1546 win_append(wp2, wp);
1547 if (frp2 == NULL)
1548 frame_insert(wp->w_frame->fr_parent->fr_child, wp->w_frame);
1549 else
1550 frame_append(frp2, wp->w_frame);
1551 }
1552 temp = curwin->w_status_height;
1553 curwin->w_status_height = wp->w_status_height;
1554 wp->w_status_height = temp;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001555 temp = curwin->w_vsep_width;
1556 curwin->w_vsep_width = wp->w_vsep_width;
1557 wp->w_vsep_width = temp;
1558
1559 /* If the windows are not in the same frame, exchange the sizes to avoid
1560 * messing up the window layout. Otherwise fix the frame sizes. */
1561 if (curwin->w_frame->fr_parent != wp->w_frame->fr_parent)
1562 {
1563 temp = curwin->w_height;
1564 curwin->w_height = wp->w_height;
1565 wp->w_height = temp;
1566 temp = curwin->w_width;
1567 curwin->w_width = wp->w_width;
1568 wp->w_width = temp;
1569 }
1570 else
1571 {
1572 frame_fix_height(curwin);
1573 frame_fix_height(wp);
1574 frame_fix_width(curwin);
1575 frame_fix_width(wp);
1576 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001577
1578 (void)win_comp_pos(); /* recompute window positions */
1579
1580 win_enter(wp, TRUE);
Bram Moolenaarbf3250a2019-01-06 17:25:29 +01001581 redraw_all_later(NOT_VALID);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001582}
1583
1584/*
1585 * rotate windows: if upwards TRUE the second window becomes the first one
1586 * if upwards FALSE the first window becomes the second one
1587 */
1588 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001589win_rotate(int upwards, int count)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001590{
1591 win_T *wp1;
1592 win_T *wp2;
1593 frame_T *frp;
1594 int n;
1595
Bram Moolenaara1f4cb92016-11-06 15:25:42 +01001596 if (ONE_WINDOW) /* nothing to do */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001597 {
1598 beep_flush();
1599 return;
1600 }
1601
1602#ifdef FEAT_GUI
1603 need_mouse_correct = TRUE;
1604#endif
1605
Bram Moolenaar071d4272004-06-13 20:20:40 +00001606 /* Check if all frames in this row/col have one window. */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01001607 FOR_ALL_FRAMES(frp, curwin->w_frame->fr_parent->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001608 if (frp->fr_win == NULL)
1609 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01001610 emsg(_("E443: Cannot rotate when another window is split"));
Bram Moolenaar071d4272004-06-13 20:20:40 +00001611 return;
1612 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001613
1614 while (count--)
1615 {
1616 if (upwards) /* first window becomes last window */
1617 {
1618 /* remove first window/frame from the list */
1619 frp = curwin->w_frame->fr_parent->fr_child;
1620 wp1 = frp->fr_win;
Bram Moolenaarf740b292006-02-16 22:11:02 +00001621 win_remove(wp1, NULL);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001622 frame_remove(frp);
1623
1624 /* find last frame and append removed window/frame after it */
1625 for ( ; frp->fr_next != NULL; frp = frp->fr_next)
1626 ;
1627 win_append(frp->fr_win, wp1);
1628 frame_append(frp, wp1->w_frame);
1629
1630 wp2 = frp->fr_win; /* previously last window */
1631 }
1632 else /* last window becomes first window */
1633 {
1634 /* find last window/frame in the list and remove it */
1635 for (frp = curwin->w_frame; frp->fr_next != NULL;
1636 frp = frp->fr_next)
1637 ;
1638 wp1 = frp->fr_win;
1639 wp2 = wp1->w_prev; /* will become last window */
Bram Moolenaarf740b292006-02-16 22:11:02 +00001640 win_remove(wp1, NULL);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001641 frame_remove(frp);
1642
1643 /* append the removed window/frame before the first in the list */
1644 win_append(frp->fr_parent->fr_child->fr_win->w_prev, wp1);
1645 frame_insert(frp->fr_parent->fr_child, frp);
1646 }
1647
1648 /* exchange status height and vsep width of old and new last window */
1649 n = wp2->w_status_height;
1650 wp2->w_status_height = wp1->w_status_height;
1651 wp1->w_status_height = n;
1652 frame_fix_height(wp1);
1653 frame_fix_height(wp2);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001654 n = wp2->w_vsep_width;
1655 wp2->w_vsep_width = wp1->w_vsep_width;
1656 wp1->w_vsep_width = n;
1657 frame_fix_width(wp1);
1658 frame_fix_width(wp2);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001659
Bram Moolenaar44a2f922016-03-19 22:11:51 +01001660 /* recompute w_winrow and w_wincol for all windows */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001661 (void)win_comp_pos();
1662 }
1663
Bram Moolenaarbf3250a2019-01-06 17:25:29 +01001664 redraw_all_later(NOT_VALID);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001665}
1666
1667/*
1668 * Move the current window to the very top/bottom/left/right of the screen.
1669 */
1670 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001671win_totop(int size, int flags)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001672{
1673 int dir;
1674 int height = curwin->w_height;
1675
Bram Moolenaar459ca562016-11-10 18:16:33 +01001676 if (ONE_WINDOW)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001677 {
1678 beep_flush();
1679 return;
1680 }
1681
1682 /* Remove the window and frame from the tree of frames. */
Bram Moolenaarf740b292006-02-16 22:11:02 +00001683 (void)winframe_remove(curwin, &dir, NULL);
1684 win_remove(curwin, NULL);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001685 last_status(FALSE); /* may need to remove last status line */
1686 (void)win_comp_pos(); /* recompute window positions */
1687
1688 /* Split a window on the desired side and put the window there. */
1689 (void)win_split_ins(size, flags, curwin, dir);
1690 if (!(flags & WSP_VERT))
1691 {
1692 win_setheight(height);
1693 if (p_ea)
1694 win_equal(curwin, TRUE, 'v');
1695 }
1696
Bram Moolenaar44a2f922016-03-19 22:11:51 +01001697#if defined(FEAT_GUI)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001698 /* When 'guioptions' includes 'L' or 'R' may have to remove or add
1699 * scrollbars. Have to update them anyway. */
Bram Moolenaar746ebd32009-06-16 14:01:43 +00001700 gui_may_update_scrollbars();
Bram Moolenaar071d4272004-06-13 20:20:40 +00001701#endif
Bram Moolenaar071d4272004-06-13 20:20:40 +00001702}
1703
1704/*
1705 * Move window "win1" to below/right of "win2" and make "win1" the current
1706 * window. Only works within the same frame!
1707 */
1708 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001709win_move_after(win_T *win1, win_T *win2)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001710{
1711 int height;
1712
1713 /* check if the arguments are reasonable */
1714 if (win1 == win2)
1715 return;
1716
1717 /* check if there is something to do */
1718 if (win2->w_next != win1)
1719 {
1720 /* may need move the status line/vertical separator of the last window
1721 * */
1722 if (win1 == lastwin)
1723 {
1724 height = win1->w_prev->w_status_height;
1725 win1->w_prev->w_status_height = win1->w_status_height;
1726 win1->w_status_height = height;
Bram Moolenaar0396ab02007-02-19 23:14:18 +00001727 if (win1->w_prev->w_vsep_width == 1)
1728 {
1729 /* Remove the vertical separator from the last-but-one window,
1730 * add it to the last window. Adjust the frame widths. */
1731 win1->w_prev->w_vsep_width = 0;
1732 win1->w_prev->w_frame->fr_width -= 1;
1733 win1->w_vsep_width = 1;
1734 win1->w_frame->fr_width += 1;
1735 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001736 }
1737 else if (win2 == lastwin)
1738 {
1739 height = win1->w_status_height;
1740 win1->w_status_height = win2->w_status_height;
1741 win2->w_status_height = height;
Bram Moolenaar0396ab02007-02-19 23:14:18 +00001742 if (win1->w_vsep_width == 1)
1743 {
1744 /* Remove the vertical separator from win1, add it to the last
1745 * window, win2. Adjust the frame widths. */
1746 win2->w_vsep_width = 1;
1747 win2->w_frame->fr_width += 1;
1748 win1->w_vsep_width = 0;
1749 win1->w_frame->fr_width -= 1;
1750 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001751 }
Bram Moolenaarf740b292006-02-16 22:11:02 +00001752 win_remove(win1, NULL);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001753 frame_remove(win1->w_frame);
1754 win_append(win2, win1);
1755 frame_append(win2->w_frame, win1->w_frame);
1756
1757 (void)win_comp_pos(); /* recompute w_winrow for all windows */
1758 redraw_later(NOT_VALID);
1759 }
1760 win_enter(win1, FALSE);
1761}
1762
1763/*
1764 * Make all windows the same height.
1765 * 'next_curwin' will soon be the current window, make sure it has enough
1766 * rows.
1767 */
1768 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001769win_equal(
1770 win_T *next_curwin, /* pointer to current window to be or NULL */
1771 int current, /* do only frame with current window */
1772 int dir) /* 'v' for vertically, 'h' for horizontally,
Bram Moolenaar071d4272004-06-13 20:20:40 +00001773 'b' for both, 0 for using p_ead */
1774{
1775 if (dir == 0)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001776 dir = *p_ead;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001777 win_equal_rec(next_curwin == NULL ? curwin : next_curwin, current,
Bram Moolenaar32466aa2006-02-24 23:53:04 +00001778 topframe, dir, 0, tabline_height(),
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00001779 (int)Columns, topframe->fr_height);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001780}
1781
1782/*
1783 * Set a frame to a new position and height, spreading the available room
1784 * equally over contained frames.
1785 * The window "next_curwin" (if not NULL) should at least get the size from
1786 * 'winheight' and 'winwidth' if possible.
1787 */
1788 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01001789win_equal_rec(
1790 win_T *next_curwin, /* pointer to current window to be or NULL */
1791 int current, /* do only frame with current window */
1792 frame_T *topfr, /* frame to set size off */
1793 int dir, /* 'v', 'h' or 'b', see win_equal() */
1794 int col, /* horizontal position for frame */
1795 int row, /* vertical position for frame */
1796 int width, /* new width of frame */
1797 int height) /* new height of frame */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001798{
1799 int n, m;
1800 int extra_sep = 0;
1801 int wincount, totwincount = 0;
1802 frame_T *fr;
1803 int next_curwin_size = 0;
1804 int room = 0;
1805 int new_size;
1806 int has_next_curwin = 0;
1807 int hnc;
1808
1809 if (topfr->fr_layout == FR_LEAF)
1810 {
1811 /* Set the width/height of this frame.
1812 * Redraw when size or position changes */
1813 if (topfr->fr_height != height || topfr->fr_win->w_winrow != row
Bram Moolenaar071d4272004-06-13 20:20:40 +00001814 || topfr->fr_width != width || topfr->fr_win->w_wincol != col
Bram Moolenaar071d4272004-06-13 20:20:40 +00001815 )
1816 {
1817 topfr->fr_win->w_winrow = row;
1818 frame_new_height(topfr, height, FALSE, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001819 topfr->fr_win->w_wincol = col;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001820 frame_new_width(topfr, width, FALSE, FALSE);
Bram Moolenaarbf3250a2019-01-06 17:25:29 +01001821 redraw_all_later(NOT_VALID);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001822 }
1823 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001824 else if (topfr->fr_layout == FR_ROW)
1825 {
1826 topfr->fr_width = width;
1827 topfr->fr_height = height;
1828
1829 if (dir != 'v') /* equalize frame widths */
1830 {
1831 /* Compute the maximum number of windows horizontally in this
1832 * frame. */
1833 n = frame_minwidth(topfr, NOWIN);
1834 /* add one for the rightmost window, it doesn't have a separator */
1835 if (col + width == Columns)
1836 extra_sep = 1;
1837 else
1838 extra_sep = 0;
1839 totwincount = (n + extra_sep) / (p_wmw + 1);
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001840 has_next_curwin = frame_has_win(topfr, next_curwin);
Bram Moolenaar071d4272004-06-13 20:20:40 +00001841
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001842 /*
1843 * Compute width for "next_curwin" window and room available for
1844 * other windows.
1845 * "m" is the minimal width when counting p_wiw for "next_curwin".
1846 */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001847 m = frame_minwidth(topfr, next_curwin);
1848 room = width - m;
1849 if (room < 0)
1850 {
1851 next_curwin_size = p_wiw + room;
1852 room = 0;
1853 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001854 else
1855 {
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001856 next_curwin_size = -1;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01001857 FOR_ALL_FRAMES(fr, topfr->fr_child)
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001858 {
1859 /* If 'winfixwidth' set keep the window width if
1860 * possible.
1861 * Watch out for this window being the next_curwin. */
1862 if (frame_fixed_width(fr))
1863 {
1864 n = frame_minwidth(fr, NOWIN);
1865 new_size = fr->fr_width;
1866 if (frame_has_win(fr, next_curwin))
1867 {
1868 room += p_wiw - p_wmw;
1869 next_curwin_size = 0;
1870 if (new_size < p_wiw)
1871 new_size = p_wiw;
1872 }
1873 else
1874 /* These windows don't use up room. */
1875 totwincount -= (n + (fr->fr_next == NULL
1876 ? extra_sep : 0)) / (p_wmw + 1);
1877 room -= new_size - n;
1878 if (room < 0)
1879 {
1880 new_size += room;
1881 room = 0;
1882 }
1883 fr->fr_newwidth = new_size;
1884 }
1885 }
1886 if (next_curwin_size == -1)
1887 {
1888 if (!has_next_curwin)
1889 next_curwin_size = 0;
1890 else if (totwincount > 1
1891 && (room + (totwincount - 2))
1892 / (totwincount - 1) > p_wiw)
1893 {
Bram Moolenaarb21e5842006-04-16 18:30:08 +00001894 /* Can make all windows wider than 'winwidth', spread
1895 * the room equally. */
1896 next_curwin_size = (room + p_wiw
1897 + (totwincount - 1) * p_wmw
1898 + (totwincount - 1)) / totwincount;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001899 room -= next_curwin_size - p_wiw;
1900 }
1901 else
1902 next_curwin_size = p_wiw;
1903 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001904 }
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001905
1906 if (has_next_curwin)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001907 --totwincount; /* don't count curwin */
1908 }
1909
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01001910 FOR_ALL_FRAMES(fr, topfr->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001911 {
Bram Moolenaar071d4272004-06-13 20:20:40 +00001912 wincount = 1;
1913 if (fr->fr_next == NULL)
1914 /* last frame gets all that remains (avoid roundoff error) */
1915 new_size = width;
1916 else if (dir == 'v')
1917 new_size = fr->fr_width;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001918 else if (frame_fixed_width(fr))
1919 {
1920 new_size = fr->fr_newwidth;
1921 wincount = 0; /* doesn't count as a sizeable window */
1922 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001923 else
1924 {
1925 /* Compute the maximum number of windows horiz. in "fr". */
1926 n = frame_minwidth(fr, NOWIN);
1927 wincount = (n + (fr->fr_next == NULL ? extra_sep : 0))
1928 / (p_wmw + 1);
1929 m = frame_minwidth(fr, next_curwin);
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001930 if (has_next_curwin)
1931 hnc = frame_has_win(fr, next_curwin);
1932 else
1933 hnc = FALSE;
1934 if (hnc) /* don't count next_curwin */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001935 --wincount;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001936 if (totwincount == 0)
1937 new_size = room;
1938 else
1939 new_size = (wincount * room + ((unsigned)totwincount >> 1))
Bram Moolenaar071d4272004-06-13 20:20:40 +00001940 / totwincount;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001941 if (hnc) /* add next_curwin size */
Bram Moolenaar071d4272004-06-13 20:20:40 +00001942 {
1943 next_curwin_size -= p_wiw - (m - n);
1944 new_size += next_curwin_size;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001945 room -= new_size - next_curwin_size;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001946 }
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001947 else
1948 room -= new_size;
1949 new_size += n;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001950 }
1951
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001952 /* Skip frame that is full width when splitting or closing a
Bram Moolenaar071d4272004-06-13 20:20:40 +00001953 * window, unless equalizing all frames. */
1954 if (!current || dir != 'v' || topfr->fr_parent != NULL
1955 || (new_size != fr->fr_width)
1956 || frame_has_win(fr, next_curwin))
1957 win_equal_rec(next_curwin, current, fr, dir, col, row,
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00001958 new_size, height);
1959 col += new_size;
1960 width -= new_size;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001961 totwincount -= wincount;
1962 }
1963 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00001964 else /* topfr->fr_layout == FR_COL */
1965 {
Bram Moolenaar071d4272004-06-13 20:20:40 +00001966 topfr->fr_width = width;
Bram Moolenaar071d4272004-06-13 20:20:40 +00001967 topfr->fr_height = height;
1968
1969 if (dir != 'h') /* equalize frame heights */
1970 {
1971 /* Compute maximum number of windows vertically in this frame. */
1972 n = frame_minheight(topfr, NOWIN);
1973 /* add one for the bottom window if it doesn't have a statusline */
1974 if (row + height == cmdline_row && p_ls == 0)
1975 extra_sep = 1;
1976 else
1977 extra_sep = 0;
1978 totwincount = (n + extra_sep) / (p_wmh + 1);
1979 has_next_curwin = frame_has_win(topfr, next_curwin);
1980
1981 /*
1982 * Compute height for "next_curwin" window and room available for
1983 * other windows.
1984 * "m" is the minimal height when counting p_wh for "next_curwin".
1985 */
1986 m = frame_minheight(topfr, next_curwin);
1987 room = height - m;
1988 if (room < 0)
1989 {
1990 /* The room is less then 'winheight', use all space for the
1991 * current window. */
1992 next_curwin_size = p_wh + room;
1993 room = 0;
1994 }
1995 else
1996 {
1997 next_curwin_size = -1;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01001998 FOR_ALL_FRAMES(fr, topfr->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00001999 {
2000 /* If 'winfixheight' set keep the window height if
2001 * possible.
2002 * Watch out for this window being the next_curwin. */
2003 if (frame_fixed_height(fr))
2004 {
2005 n = frame_minheight(fr, NOWIN);
2006 new_size = fr->fr_height;
2007 if (frame_has_win(fr, next_curwin))
2008 {
2009 room += p_wh - p_wmh;
2010 next_curwin_size = 0;
2011 if (new_size < p_wh)
2012 new_size = p_wh;
2013 }
2014 else
2015 /* These windows don't use up room. */
2016 totwincount -= (n + (fr->fr_next == NULL
2017 ? extra_sep : 0)) / (p_wmh + 1);
2018 room -= new_size - n;
2019 if (room < 0)
2020 {
2021 new_size += room;
2022 room = 0;
2023 }
2024 fr->fr_newheight = new_size;
2025 }
2026 }
2027 if (next_curwin_size == -1)
2028 {
2029 if (!has_next_curwin)
2030 next_curwin_size = 0;
2031 else if (totwincount > 1
2032 && (room + (totwincount - 2))
2033 / (totwincount - 1) > p_wh)
2034 {
Bram Moolenaarb21e5842006-04-16 18:30:08 +00002035 /* can make all windows higher than 'winheight',
2036 * spread the room equally. */
2037 next_curwin_size = (room + p_wh
2038 + (totwincount - 1) * p_wmh
Bram Moolenaar071d4272004-06-13 20:20:40 +00002039 + (totwincount - 1)) / totwincount;
2040 room -= next_curwin_size - p_wh;
2041 }
2042 else
2043 next_curwin_size = p_wh;
2044 }
2045 }
2046
2047 if (has_next_curwin)
2048 --totwincount; /* don't count curwin */
2049 }
2050
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01002051 FOR_ALL_FRAMES(fr, topfr->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002052 {
Bram Moolenaar071d4272004-06-13 20:20:40 +00002053 wincount = 1;
2054 if (fr->fr_next == NULL)
2055 /* last frame gets all that remains (avoid roundoff error) */
2056 new_size = height;
2057 else if (dir == 'h')
2058 new_size = fr->fr_height;
2059 else if (frame_fixed_height(fr))
2060 {
2061 new_size = fr->fr_newheight;
2062 wincount = 0; /* doesn't count as a sizeable window */
2063 }
2064 else
2065 {
2066 /* Compute the maximum number of windows vert. in "fr". */
2067 n = frame_minheight(fr, NOWIN);
2068 wincount = (n + (fr->fr_next == NULL ? extra_sep : 0))
2069 / (p_wmh + 1);
2070 m = frame_minheight(fr, next_curwin);
2071 if (has_next_curwin)
2072 hnc = frame_has_win(fr, next_curwin);
2073 else
2074 hnc = FALSE;
2075 if (hnc) /* don't count next_curwin */
2076 --wincount;
2077 if (totwincount == 0)
2078 new_size = room;
2079 else
2080 new_size = (wincount * room + ((unsigned)totwincount >> 1))
2081 / totwincount;
2082 if (hnc) /* add next_curwin size */
2083 {
2084 next_curwin_size -= p_wh - (m - n);
2085 new_size += next_curwin_size;
2086 room -= new_size - next_curwin_size;
2087 }
2088 else
2089 room -= new_size;
2090 new_size += n;
2091 }
2092 /* Skip frame that is full width when splitting or closing a
2093 * window, unless equalizing all frames. */
2094 if (!current || dir != 'h' || topfr->fr_parent != NULL
2095 || (new_size != fr->fr_height)
2096 || frame_has_win(fr, next_curwin))
2097 win_equal_rec(next_curwin, current, fr, dir, col, row,
2098 width, new_size);
2099 row += new_size;
2100 height -= new_size;
2101 totwincount -= wincount;
2102 }
2103 }
2104}
2105
Bram Moolenaar6d41c782018-06-06 09:11:12 +02002106#ifdef FEAT_JOB_CHANNEL
2107 static void
2108leaving_window(win_T *win)
2109{
Bram Moolenaarf98b8452018-06-10 14:39:52 +02002110 // Only matters for a prompt window.
2111 if (!bt_prompt(win->w_buffer))
2112 return;
2113
Bram Moolenaar6d41c782018-06-06 09:11:12 +02002114 // When leaving a prompt window stop Insert mode and perhaps restart
2115 // it when entering that window again.
2116 win->w_buffer->b_prompt_insert = restart_edit;
Bram Moolenaar942b4542018-06-17 16:23:34 +02002117 if (restart_edit != 0 && mode_displayed)
2118 clear_cmdline = TRUE; /* unshow mode later */
Bram Moolenaar6d41c782018-06-06 09:11:12 +02002119 restart_edit = NUL;
2120
2121 // When leaving the window (or closing the window) was done from a
Bram Moolenaarf98b8452018-06-10 14:39:52 +02002122 // callback we need to break out of the Insert mode loop and restart Insert
2123 // mode when entering the window again.
Bram Moolenaar6d41c782018-06-06 09:11:12 +02002124 if (State & INSERT)
Bram Moolenaar891e1fd2018-06-06 18:02:39 +02002125 {
Bram Moolenaar6d41c782018-06-06 09:11:12 +02002126 stop_insert_mode = TRUE;
Bram Moolenaarf98b8452018-06-10 14:39:52 +02002127 if (win->w_buffer->b_prompt_insert == NUL)
Bram Moolenaar891e1fd2018-06-06 18:02:39 +02002128 win->w_buffer->b_prompt_insert = 'A';
2129 }
Bram Moolenaar6d41c782018-06-06 09:11:12 +02002130}
2131
2132 static void
2133entering_window(win_T *win)
2134{
Bram Moolenaarf98b8452018-06-10 14:39:52 +02002135 // Only matters for a prompt window.
2136 if (!bt_prompt(win->w_buffer))
2137 return;
2138
Bram Moolenaar891e1fd2018-06-06 18:02:39 +02002139 // When switching to a prompt buffer that was in Insert mode, don't stop
2140 // Insert mode, it may have been set in leaving_window().
Bram Moolenaarf98b8452018-06-10 14:39:52 +02002141 if (win->w_buffer->b_prompt_insert != NUL)
Bram Moolenaar891e1fd2018-06-06 18:02:39 +02002142 stop_insert_mode = FALSE;
2143
Bram Moolenaarf98b8452018-06-10 14:39:52 +02002144 // When entering the prompt window restart Insert mode if we were in Insert
2145 // mode when we left it.
Bram Moolenaar6d41c782018-06-06 09:11:12 +02002146 restart_edit = win->w_buffer->b_prompt_insert;
2147}
2148#endif
2149
Bram Moolenaar071d4272004-06-13 20:20:40 +00002150/*
Bram Moolenaar8c752bd2017-03-19 17:09:56 +01002151 * Close all windows for buffer "buf".
Bram Moolenaar071d4272004-06-13 20:20:40 +00002152 */
2153 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002154close_windows(
2155 buf_T *buf,
2156 int keep_curwin) /* don't close "curwin" */
Bram Moolenaar071d4272004-06-13 20:20:40 +00002157{
Bram Moolenaarf740b292006-02-16 22:11:02 +00002158 win_T *wp;
2159 tabpage_T *tp, *nexttp;
Bram Moolenaar32466aa2006-02-24 23:53:04 +00002160 int h = tabline_height();
Bram Moolenaar12c11d52016-07-19 23:13:03 +02002161 int count = tabpage_index(NULL);
Bram Moolenaar071d4272004-06-13 20:20:40 +00002162
2163 ++RedrawingDisabled;
Bram Moolenaarf740b292006-02-16 22:11:02 +00002164
Bram Moolenaar459ca562016-11-10 18:16:33 +01002165 for (wp = firstwin; wp != NULL && !ONE_WINDOW; )
Bram Moolenaar071d4272004-06-13 20:20:40 +00002166 {
Bram Moolenaar362ce482012-06-06 19:02:45 +02002167 if (wp->w_buffer == buf && (!keep_curwin || wp != curwin)
Bram Moolenaarf2bd8ef2018-03-04 18:08:14 +01002168 && !(wp->w_closing || wp->w_buffer->b_locked > 0))
Bram Moolenaar071d4272004-06-13 20:20:40 +00002169 {
Bram Moolenaar8c752bd2017-03-19 17:09:56 +01002170 if (win_close(wp, FALSE) == FAIL)
2171 /* If closing the window fails give up, to avoid looping
2172 * forever. */
2173 break;
Bram Moolenaarf740b292006-02-16 22:11:02 +00002174
2175 /* Start all over, autocommands may change the window layout. */
2176 wp = firstwin;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002177 }
2178 else
Bram Moolenaarf740b292006-02-16 22:11:02 +00002179 wp = wp->w_next;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002180 }
Bram Moolenaarf740b292006-02-16 22:11:02 +00002181
2182 /* Also check windows in other tab pages. */
2183 for (tp = first_tabpage; tp != NULL; tp = nexttp)
2184 {
2185 nexttp = tp->tp_next;
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00002186 if (tp != curtab)
Bram Moolenaarf740b292006-02-16 22:11:02 +00002187 for (wp = tp->tp_firstwin; wp != NULL; wp = wp->w_next)
Bram Moolenaar362ce482012-06-06 19:02:45 +02002188 if (wp->w_buffer == buf
Bram Moolenaarf2bd8ef2018-03-04 18:08:14 +01002189 && !(wp->w_closing || wp->w_buffer->b_locked > 0))
Bram Moolenaarf740b292006-02-16 22:11:02 +00002190 {
2191 win_close_othertab(wp, FALSE, tp);
2192
2193 /* Start all over, the tab page may be closed and
2194 * autocommands may change the window layout. */
2195 nexttp = first_tabpage;
2196 break;
2197 }
2198 }
2199
Bram Moolenaar071d4272004-06-13 20:20:40 +00002200 --RedrawingDisabled;
Bram Moolenaarf740b292006-02-16 22:11:02 +00002201
Bram Moolenaar12c11d52016-07-19 23:13:03 +02002202 if (count != tabpage_index(NULL))
2203 apply_autocmds(EVENT_TABCLOSED, NULL, NULL, FALSE, curbuf);
Bram Moolenaar12c11d52016-07-19 23:13:03 +02002204
Bram Moolenaar4c7e9db2013-04-15 15:55:19 +02002205 redraw_tabline = TRUE;
Bram Moolenaar32466aa2006-02-24 23:53:04 +00002206 if (h != tabline_height())
Bram Moolenaarf740b292006-02-16 22:11:02 +00002207 shell_new_rows();
Bram Moolenaar071d4272004-06-13 20:20:40 +00002208}
2209
2210/*
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002211 * Return TRUE if the current window is the only window that exists (ignoring
2212 * "aucmd_win").
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00002213 * Returns FALSE if there is a window, possibly in another tab page.
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002214 */
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00002215 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002216last_window(void)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002217{
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002218 return (one_window() && first_tabpage->tp_next == NULL);
2219}
2220
2221/*
2222 * Return TRUE if there is only one window other than "aucmd_win" in the
2223 * current tab page.
2224 */
Bram Moolenaar42ec6562012-02-22 14:58:37 +01002225 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002226one_window(void)
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002227{
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002228 win_T *wp;
2229 int seen_one = FALSE;
2230
2231 FOR_ALL_WINDOWS(wp)
2232 {
2233 if (wp != aucmd_win)
2234 {
2235 if (seen_one)
2236 return FALSE;
2237 seen_one = TRUE;
2238 }
2239 }
2240 return TRUE;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002241}
2242
2243/*
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002244 * Close the possibly last window in a tab page.
2245 * Returns TRUE when the window was closed already.
2246 */
2247 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002248close_last_window_tabpage(
2249 win_T *win,
2250 int free_buf,
2251 tabpage_T *prev_curtab)
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002252{
Bram Moolenaara1f4cb92016-11-06 15:25:42 +01002253 if (ONE_WINDOW)
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002254 {
Bram Moolenaar49e649f2013-05-06 04:50:35 +02002255 buf_T *old_curbuf = curbuf;
2256
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002257 /*
2258 * Closing the last window in a tab page. First go to another tab
2259 * page and then close the window and the tab page. This avoids that
2260 * curwin and curtab are invalid while we are freeing memory, they may
2261 * be used in GUI events.
Bram Moolenaara8596c42012-06-13 14:28:20 +02002262 * Don't trigger autocommands yet, they may use wrong values, so do
2263 * that below.
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002264 */
Bram Moolenaar49e649f2013-05-06 04:50:35 +02002265 goto_tabpage_tp(alt_tabpage(), FALSE, TRUE);
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002266 redraw_tabline = TRUE;
2267
2268 /* Safety check: Autocommands may have closed the window when jumping
2269 * to the other tab page. */
2270 if (valid_tabpage(prev_curtab) && prev_curtab->tp_firstwin == win)
2271 {
2272 int h = tabline_height();
2273
2274 win_close_othertab(win, free_buf, prev_curtab);
2275 if (h != tabline_height())
2276 shell_new_rows();
2277 }
Bram Moolenaar6d41c782018-06-06 09:11:12 +02002278#ifdef FEAT_JOB_CHANNEL
2279 entering_window(curwin);
2280#endif
Bram Moolenaara8596c42012-06-13 14:28:20 +02002281 /* Since goto_tabpage_tp above did not trigger *Enter autocommands, do
2282 * that now. */
Bram Moolenaar12c11d52016-07-19 23:13:03 +02002283 apply_autocmds(EVENT_TABCLOSED, NULL, NULL, FALSE, curbuf);
Bram Moolenaara8596c42012-06-13 14:28:20 +02002284 apply_autocmds(EVENT_WINENTER, NULL, NULL, FALSE, curbuf);
Bram Moolenaar49e649f2013-05-06 04:50:35 +02002285 apply_autocmds(EVENT_TABENTER, NULL, NULL, FALSE, curbuf);
2286 if (old_curbuf != curbuf)
2287 apply_autocmds(EVENT_BUFENTER, NULL, NULL, FALSE, curbuf);
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002288 return TRUE;
2289 }
2290 return FALSE;
2291}
2292
2293/*
Bram Moolenaar910f66f2006-04-05 20:41:53 +00002294 * Close window "win". Only works for the current tab page.
Bram Moolenaar071d4272004-06-13 20:20:40 +00002295 * If "free_buf" is TRUE related buffer may be unloaded.
2296 *
Bram Moolenaar42ec6562012-02-22 14:58:37 +01002297 * Called by :quit, :close, :xit, :wq and findtag().
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002298 * Returns FAIL when the window was not closed.
Bram Moolenaar071d4272004-06-13 20:20:40 +00002299 */
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002300 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002301win_close(win_T *win, int free_buf)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002302{
2303 win_T *wp;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002304 int other_buffer = FALSE;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002305 int close_curwin = FALSE;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002306 int dir;
2307 int help_window = FALSE;
Bram Moolenaarc1b52862006-04-28 22:32:28 +00002308 tabpage_T *prev_curtab = curtab;
Bram Moolenaar41cc0382017-06-26 09:59:35 +02002309 frame_T *win_frame = win->w_frame->fr_parent;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002310
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002311 if (last_window())
Bram Moolenaar071d4272004-06-13 20:20:40 +00002312 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01002313 emsg(_("E444: Cannot close last window"));
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002314 return FAIL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002315 }
2316
Bram Moolenaare0ab94e2016-09-04 19:50:54 +02002317 if (win->w_closing || (win->w_buffer != NULL
2318 && win->w_buffer->b_locked > 0))
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002319 return FAIL; /* window is already being closed */
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002320 if (win == aucmd_win)
2321 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01002322 emsg(_("E813: Cannot close autocmd window"));
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002323 return FAIL;
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002324 }
2325 if ((firstwin == aucmd_win || lastwin == aucmd_win) && one_window())
2326 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01002327 emsg(_("E814: Cannot close window, only autocmd window would remain"));
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002328 return FAIL;
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002329 }
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002330
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002331 /* When closing the last window in a tab page first go to another tab page
2332 * and then close the window and the tab page to avoid that curwin and
2333 * curtab are invalid while we are freeing memory. */
2334 if (close_last_window_tabpage(win, free_buf, prev_curtab))
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002335 return FAIL;
Bram Moolenaarc9b4b052006-04-30 18:54:39 +00002336
Bram Moolenaar071d4272004-06-13 20:20:40 +00002337 /* When closing the help window, try restoring a snapshot after closing
2338 * the window. Otherwise clear the snapshot, it's now invalid. */
Bram Moolenaard28cc3f2017-07-27 22:03:50 +02002339 if (bt_help(win->w_buffer))
Bram Moolenaar071d4272004-06-13 20:20:40 +00002340 help_window = TRUE;
2341 else
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002342 clear_snapshot(curtab, SNAP_HELP_IDX);
Bram Moolenaar071d4272004-06-13 20:20:40 +00002343
Bram Moolenaar071d4272004-06-13 20:20:40 +00002344 if (win == curwin)
2345 {
Bram Moolenaar6d41c782018-06-06 09:11:12 +02002346#ifdef FEAT_JOB_CHANNEL
2347 leaving_window(curwin);
2348#endif
Bram Moolenaar071d4272004-06-13 20:20:40 +00002349 /*
2350 * Guess which window is going to be the new current window.
2351 * This may change because of the autocommands (sigh).
2352 */
Bram Moolenaarf740b292006-02-16 22:11:02 +00002353 wp = frame2win(win_altframe(win, NULL));
Bram Moolenaar071d4272004-06-13 20:20:40 +00002354
2355 /*
Bram Moolenaar362ce482012-06-06 19:02:45 +02002356 * Be careful: If autocommands delete the window or cause this window
2357 * to be the last one left, return now.
Bram Moolenaar071d4272004-06-13 20:20:40 +00002358 */
2359 if (wp->w_buffer != curbuf)
2360 {
2361 other_buffer = TRUE;
Bram Moolenaar362ce482012-06-06 19:02:45 +02002362 win->w_closing = TRUE;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002363 apply_autocmds(EVENT_BUFLEAVE, NULL, NULL, FALSE, curbuf);
Bram Moolenaar362ce482012-06-06 19:02:45 +02002364 if (!win_valid(win))
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002365 return FAIL;
Bram Moolenaar362ce482012-06-06 19:02:45 +02002366 win->w_closing = FALSE;
2367 if (last_window())
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002368 return FAIL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002369 }
Bram Moolenaar362ce482012-06-06 19:02:45 +02002370 win->w_closing = TRUE;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002371 apply_autocmds(EVENT_WINLEAVE, NULL, NULL, FALSE, curbuf);
Bram Moolenaar362ce482012-06-06 19:02:45 +02002372 if (!win_valid(win))
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002373 return FAIL;
Bram Moolenaar362ce482012-06-06 19:02:45 +02002374 win->w_closing = FALSE;
2375 if (last_window())
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002376 return FAIL;
Bram Moolenaarf2bd8ef2018-03-04 18:08:14 +01002377#ifdef FEAT_EVAL
Bram Moolenaar071d4272004-06-13 20:20:40 +00002378 /* autocmds may abort script processing */
2379 if (aborting())
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002380 return FAIL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002381#endif
Bram Moolenaarf2bd8ef2018-03-04 18:08:14 +01002382 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00002383
Bram Moolenaar053b9fa2007-04-26 14:09:42 +00002384#ifdef FEAT_GUI
Bram Moolenaar647e24b2019-03-17 16:39:46 +01002385 // Avoid trouble with scrollbars that are going to be deleted in
2386 // win_free().
Bram Moolenaar053b9fa2007-04-26 14:09:42 +00002387 if (gui.in_use)
2388 out_flush();
2389#endif
2390
Bram Moolenaara971b822011-09-14 14:43:25 +02002391#ifdef FEAT_SYN_HL
Bram Moolenaar647e24b2019-03-17 16:39:46 +01002392 // Free independent synblock before the buffer is freed.
Bram Moolenaarfc573802011-12-30 15:01:59 +01002393 if (win->w_buffer != NULL)
2394 reset_synblock(win);
Bram Moolenaara971b822011-09-14 14:43:25 +02002395#endif
2396
Bram Moolenaar647e24b2019-03-17 16:39:46 +01002397#ifdef FEAT_QUICKFIX
2398 // When the quickfix/location list window is closed, unlist the buffer.
2399 if (win->w_buffer != NULL && bt_quickfix(win->w_buffer))
2400 win->w_buffer->b_p_bl = FALSE;
2401#endif
2402
Bram Moolenaar071d4272004-06-13 20:20:40 +00002403 /*
2404 * Close the link to the buffer.
2405 */
Bram Moolenaarfc573802011-12-30 15:01:59 +01002406 if (win->w_buffer != NULL)
Bram Moolenaar362ce482012-06-06 19:02:45 +02002407 {
Bram Moolenaar7c0a2f32016-07-10 22:11:16 +02002408 bufref_T bufref;
2409
2410 set_bufref(&bufref, curbuf);
Bram Moolenaar362ce482012-06-06 19:02:45 +02002411 win->w_closing = TRUE;
Bram Moolenaar8f913992012-08-29 15:50:26 +02002412 close_buffer(win, win->w_buffer, free_buf ? DOBUF_UNLOAD : 0, TRUE);
Bram Moolenaar11fbc282016-09-02 21:48:32 +02002413 if (win_valid_any_tab(win))
Bram Moolenaar362ce482012-06-06 19:02:45 +02002414 win->w_closing = FALSE;
Bram Moolenaar62ef7972016-01-19 14:51:54 +01002415 /* Make sure curbuf is valid. It can become invalid if 'bufhidden' is
2416 * "wipe". */
Bram Moolenaar7c0a2f32016-07-10 22:11:16 +02002417 if (!bufref_valid(&bufref))
Bram Moolenaar62ef7972016-01-19 14:51:54 +01002418 curbuf = firstbuf;
Bram Moolenaar362ce482012-06-06 19:02:45 +02002419 }
Bram Moolenaarc1b52862006-04-28 22:32:28 +00002420
Bram Moolenaar802418d2013-01-17 14:00:11 +01002421 if (only_one_window() && win_valid(win) && win->w_buffer == NULL
2422 && (last_window() || curtab != prev_curtab
2423 || close_last_window_tabpage(win, free_buf, prev_curtab)))
Bram Moolenaar2b90ed22013-07-24 16:02:36 +02002424 {
Bram Moolenaard28cc3f2017-07-27 22:03:50 +02002425 /* Autocommands have closed all windows, quit now. Restore
Bram Moolenaar2b90ed22013-07-24 16:02:36 +02002426 * curwin->w_buffer, otherwise writing viminfo may fail. */
2427 if (curwin->w_buffer == NULL)
2428 curwin->w_buffer = curbuf;
Bram Moolenaar802418d2013-01-17 14:00:11 +01002429 getout(0);
Bram Moolenaar2b90ed22013-07-24 16:02:36 +02002430 }
Bram Moolenaar802418d2013-01-17 14:00:11 +01002431
Bram Moolenaar11fbc282016-09-02 21:48:32 +02002432 /* Autocommands may have moved to another tab page. */
2433 if (curtab != prev_curtab && win_valid_any_tab(win)
2434 && win->w_buffer == NULL)
2435 {
2436 /* Need to close the window anyway, since the buffer is NULL. */
2437 win_close_othertab(win, FALSE, prev_curtab);
2438 return FAIL;
2439 }
2440
2441 /* Autocommands may have closed the window already or closed the only
2442 * other window. */
2443 if (!win_valid(win) || last_window()
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002444 || close_last_window_tabpage(win, free_buf, prev_curtab))
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002445 return FAIL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002446
Bram Moolenaara971b822011-09-14 14:43:25 +02002447 /* Free the memory used for the window and get the window that received
2448 * the screen space. */
Bram Moolenaarc1b52862006-04-28 22:32:28 +00002449 wp = win_free_mem(win, &dir, NULL);
2450
Bram Moolenaar071d4272004-06-13 20:20:40 +00002451 /* Make sure curwin isn't invalid. It can cause severe trouble when
2452 * printing an error message. For win_equal() curbuf needs to be valid
2453 * too. */
Bram Moolenaarc1b52862006-04-28 22:32:28 +00002454 if (win == curwin)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002455 {
2456 curwin = wp;
2457#ifdef FEAT_QUICKFIX
2458 if (wp->w_p_pvw || bt_quickfix(wp->w_buffer))
2459 {
2460 /*
Bram Moolenaar48cc5fe2007-08-11 11:39:45 +00002461 * If the cursor goes to the preview or the quickfix window, try
Bram Moolenaar071d4272004-06-13 20:20:40 +00002462 * finding another window to go to.
2463 */
2464 for (;;)
2465 {
2466 if (wp->w_next == NULL)
2467 wp = firstwin;
2468 else
2469 wp = wp->w_next;
2470 if (wp == curwin)
2471 break;
2472 if (!wp->w_p_pvw && !bt_quickfix(wp->w_buffer))
2473 {
2474 curwin = wp;
2475 break;
2476 }
2477 }
2478 }
2479#endif
2480 curbuf = curwin->w_buffer;
2481 close_curwin = TRUE;
Bram Moolenaarf79225e2017-03-18 23:11:04 +01002482
2483 /* The cursor position may be invalid if the buffer changed after last
2484 * using the window. */
2485 check_cursor();
Bram Moolenaar071d4272004-06-13 20:20:40 +00002486 }
Bram Moolenaar44a2f922016-03-19 22:11:51 +01002487 if (p_ea && (*p_ead == 'b' || *p_ead == dir))
Bram Moolenaar8eeeba82017-06-25 22:45:39 +02002488 /* If the frame of the closed window contains the new current window,
2489 * only resize that frame. Otherwise resize all windows. */
Bram Moolenaar41cc0382017-06-26 09:59:35 +02002490 win_equal(curwin, curwin->w_frame->fr_parent == win_frame, dir);
Bram Moolenaar071d4272004-06-13 20:20:40 +00002491 else
2492 win_comp_pos();
2493 if (close_curwin)
2494 {
Bram Moolenaarc917da42016-07-19 22:31:36 +02002495 win_enter_ext(wp, FALSE, TRUE, FALSE, TRUE, TRUE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00002496 if (other_buffer)
2497 /* careful: after this wp and win may be invalid! */
2498 apply_autocmds(EVENT_BUFENTER, NULL, NULL, FALSE, curbuf);
Bram Moolenaar071d4272004-06-13 20:20:40 +00002499 }
2500
2501 /*
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002502 * If last window has a status line now and we don't want one,
2503 * remove the status line.
Bram Moolenaar071d4272004-06-13 20:20:40 +00002504 */
2505 last_status(FALSE);
2506
2507 /* After closing the help window, try restoring the window layout from
2508 * before it was opened. */
2509 if (help_window)
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002510 restore_snapshot(SNAP_HELP_IDX, close_curwin);
Bram Moolenaar071d4272004-06-13 20:20:40 +00002511
Bram Moolenaar44a2f922016-03-19 22:11:51 +01002512#if defined(FEAT_GUI)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002513 /* When 'guioptions' includes 'L' or 'R' may have to remove scrollbars. */
2514 if (gui.in_use && !win_hasvertsplit())
2515 gui_init_which_components(NULL);
2516#endif
2517
2518 redraw_all_later(NOT_VALID);
Bram Moolenaarc93df6b2013-08-14 17:11:20 +02002519 return OK;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002520}
2521
2522/*
Bram Moolenaarf740b292006-02-16 22:11:02 +00002523 * Close window "win" in tab page "tp", which is not the current tab page.
Bram Moolenaarbef1c362012-05-25 12:39:00 +02002524 * This may be the last window in that tab page and result in closing the tab,
Bram Moolenaarf740b292006-02-16 22:11:02 +00002525 * thus "tp" may become invalid!
Bram Moolenaarc9b4b052006-04-30 18:54:39 +00002526 * Caller must check if buffer is hidden and whether the tabline needs to be
2527 * updated.
Bram Moolenaarf740b292006-02-16 22:11:02 +00002528 */
2529 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002530win_close_othertab(win_T *win, int free_buf, tabpage_T *tp)
Bram Moolenaarf740b292006-02-16 22:11:02 +00002531{
2532 win_T *wp;
2533 int dir;
2534 tabpage_T *ptp = NULL;
Bram Moolenaar4d770fb2010-07-12 21:38:19 +02002535 int free_tp = FALSE;
Bram Moolenaarf740b292006-02-16 22:11:02 +00002536
Bram Moolenaar11fbc282016-09-02 21:48:32 +02002537 /* Get here with win->w_buffer == NULL when win_close() detects the tab
2538 * page changed. */
Bram Moolenaare0ab94e2016-09-04 19:50:54 +02002539 if (win->w_closing || (win->w_buffer != NULL
2540 && win->w_buffer->b_locked > 0))
Bram Moolenaar362ce482012-06-06 19:02:45 +02002541 return; /* window is already being closed */
Bram Moolenaar362ce482012-06-06 19:02:45 +02002542
Bram Moolenaar11fbc282016-09-02 21:48:32 +02002543 if (win->w_buffer != NULL)
2544 /* Close the link to the buffer. */
2545 close_buffer(win, win->w_buffer, free_buf ? DOBUF_UNLOAD : 0, FALSE);
Bram Moolenaarf740b292006-02-16 22:11:02 +00002546
2547 /* Careful: Autocommands may have closed the tab page or made it the
2548 * current tab page. */
2549 for (ptp = first_tabpage; ptp != NULL && ptp != tp; ptp = ptp->tp_next)
2550 ;
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00002551 if (ptp == NULL || tp == curtab)
Bram Moolenaarf740b292006-02-16 22:11:02 +00002552 return;
2553
2554 /* Autocommands may have closed the window already. */
2555 for (wp = tp->tp_firstwin; wp != NULL && wp != win; wp = wp->w_next)
2556 ;
2557 if (wp == NULL)
2558 return;
2559
Bram Moolenaarf740b292006-02-16 22:11:02 +00002560 /* When closing the last window in a tab page remove the tab page. */
Bram Moolenaarcde88542015-08-11 19:14:00 +02002561 if (tp->tp_firstwin == tp->tp_lastwin)
Bram Moolenaarf740b292006-02-16 22:11:02 +00002562 {
2563 if (tp == first_tabpage)
2564 first_tabpage = tp->tp_next;
2565 else
2566 {
2567 for (ptp = first_tabpage; ptp != NULL && ptp->tp_next != tp;
2568 ptp = ptp->tp_next)
2569 ;
2570 if (ptp == NULL)
2571 {
Bram Moolenaar95f09602016-11-10 20:01:45 +01002572 internal_error("win_close_othertab()");
Bram Moolenaarf740b292006-02-16 22:11:02 +00002573 return;
2574 }
2575 ptp->tp_next = tp->tp_next;
2576 }
Bram Moolenaar4d770fb2010-07-12 21:38:19 +02002577 free_tp = TRUE;
Bram Moolenaarf740b292006-02-16 22:11:02 +00002578 }
Bram Moolenaar4d770fb2010-07-12 21:38:19 +02002579
2580 /* Free the memory used for the window. */
2581 win_free_mem(win, &dir, tp);
2582
2583 if (free_tp)
2584 free_tabpage(tp);
Bram Moolenaarf740b292006-02-16 22:11:02 +00002585}
2586
2587/*
Bram Moolenaar0a5fe212005-06-24 23:01:23 +00002588 * Free the memory used for a window.
2589 * Returns a pointer to the window that got the freed up space.
2590 */
2591 static win_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002592win_free_mem(
2593 win_T *win,
2594 int *dirp, /* set to 'v' or 'h' for direction if 'ea' */
2595 tabpage_T *tp) /* tab page "win" is in, NULL for current */
Bram Moolenaar0a5fe212005-06-24 23:01:23 +00002596{
2597 frame_T *frp;
2598 win_T *wp;
2599
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002600 /* Remove the window and its frame from the tree of frames. */
Bram Moolenaar0a5fe212005-06-24 23:01:23 +00002601 frp = win->w_frame;
Bram Moolenaarf740b292006-02-16 22:11:02 +00002602 wp = winframe_remove(win, dirp, tp);
Bram Moolenaar0a5fe212005-06-24 23:01:23 +00002603 vim_free(frp);
Bram Moolenaarf740b292006-02-16 22:11:02 +00002604 win_free(win, tp);
Bram Moolenaar0a5fe212005-06-24 23:01:23 +00002605
Bram Moolenaar910f66f2006-04-05 20:41:53 +00002606 /* When deleting the current window of another tab page select a new
2607 * current window. */
2608 if (tp != NULL && win == tp->tp_curwin)
2609 tp->tp_curwin = wp;
2610
Bram Moolenaar0a5fe212005-06-24 23:01:23 +00002611 return wp;
2612}
2613
2614#if defined(EXITFREE) || defined(PROTO)
2615 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002616win_free_all(void)
Bram Moolenaar0a5fe212005-06-24 23:01:23 +00002617{
2618 int dummy;
2619
Bram Moolenaarf740b292006-02-16 22:11:02 +00002620 while (first_tabpage->tp_next != NULL)
2621 tabpage_close(TRUE);
Bram Moolenaarf740b292006-02-16 22:11:02 +00002622
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002623 if (aucmd_win != NULL)
2624 {
2625 (void)win_free_mem(aucmd_win, &dummy, NULL);
2626 aucmd_win = NULL;
2627 }
Bram Moolenaarf061e0b2009-06-24 15:32:01 +00002628
2629 while (firstwin != NULL)
2630 (void)win_free_mem(firstwin, &dummy, NULL);
Bram Moolenaar4e036c92014-07-16 16:30:28 +02002631
2632 /* No window should be used after this. Set curwin to NULL to crash
2633 * instead of using freed memory. */
2634 curwin = NULL;
Bram Moolenaar0a5fe212005-06-24 23:01:23 +00002635}
2636#endif
2637
2638/*
Bram Moolenaar071d4272004-06-13 20:20:40 +00002639 * Remove a window and its frame from the tree of frames.
2640 * Returns a pointer to the window that got the freed up space.
2641 */
Bram Moolenaar746ebd32009-06-16 14:01:43 +00002642 win_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002643winframe_remove(
2644 win_T *win,
2645 int *dirp UNUSED, /* set to 'v' or 'h' for direction if 'ea' */
2646 tabpage_T *tp) /* tab page "win" is in, NULL for current */
Bram Moolenaar071d4272004-06-13 20:20:40 +00002647{
2648 frame_T *frp, *frp2, *frp3;
2649 frame_T *frp_close = win->w_frame;
2650 win_T *wp;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002651
2652 /*
Bram Moolenaarf740b292006-02-16 22:11:02 +00002653 * If there is only one window there is nothing to remove.
2654 */
Bram Moolenaara1f4cb92016-11-06 15:25:42 +01002655 if (tp == NULL ? ONE_WINDOW : tp->tp_firstwin == tp->tp_lastwin)
Bram Moolenaarf740b292006-02-16 22:11:02 +00002656 return NULL;
2657
2658 /*
Bram Moolenaar071d4272004-06-13 20:20:40 +00002659 * Remove the window from its frame.
2660 */
Bram Moolenaarf740b292006-02-16 22:11:02 +00002661 frp2 = win_altframe(win, tp);
Bram Moolenaar071d4272004-06-13 20:20:40 +00002662 wp = frame2win(frp2);
2663
2664 /* Remove this frame from the list of frames. */
2665 frame_remove(frp_close);
2666
Bram Moolenaar071d4272004-06-13 20:20:40 +00002667 if (frp_close->fr_parent->fr_layout == FR_COL)
2668 {
Bram Moolenaar48cc5fe2007-08-11 11:39:45 +00002669 /* When 'winfixheight' is set, try to find another frame in the column
2670 * (as close to the closed frame as possible) to distribute the height
2671 * to. */
2672 if (frp2->fr_win != NULL && frp2->fr_win->w_p_wfh)
2673 {
2674 frp = frp_close->fr_prev;
2675 frp3 = frp_close->fr_next;
2676 while (frp != NULL || frp3 != NULL)
2677 {
2678 if (frp != NULL)
2679 {
Bram Moolenaar9e1e3582019-03-30 19:49:06 +01002680 if (!frame_fixed_height(frp))
Bram Moolenaar48cc5fe2007-08-11 11:39:45 +00002681 {
2682 frp2 = frp;
Bram Moolenaar9e1e3582019-03-30 19:49:06 +01002683 wp = frame2win(frp2);
Bram Moolenaar48cc5fe2007-08-11 11:39:45 +00002684 break;
2685 }
2686 frp = frp->fr_prev;
2687 }
2688 if (frp3 != NULL)
2689 {
2690 if (frp3->fr_win != NULL && !frp3->fr_win->w_p_wfh)
2691 {
2692 frp2 = frp3;
2693 wp = frp3->fr_win;
2694 break;
2695 }
2696 frp3 = frp3->fr_next;
2697 }
2698 }
2699 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00002700 frame_new_height(frp2, frp2->fr_height + frp_close->fr_height,
2701 frp2 == frp_close->fr_next ? TRUE : FALSE, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00002702 *dirp = 'v';
2703 }
2704 else
2705 {
Bram Moolenaar48cc5fe2007-08-11 11:39:45 +00002706 /* When 'winfixwidth' is set, try to find another frame in the column
2707 * (as close to the closed frame as possible) to distribute the width
2708 * to. */
2709 if (frp2->fr_win != NULL && frp2->fr_win->w_p_wfw)
2710 {
2711 frp = frp_close->fr_prev;
2712 frp3 = frp_close->fr_next;
2713 while (frp != NULL || frp3 != NULL)
2714 {
2715 if (frp != NULL)
2716 {
Bram Moolenaar9e1e3582019-03-30 19:49:06 +01002717 if (!frame_fixed_width(frp))
Bram Moolenaar48cc5fe2007-08-11 11:39:45 +00002718 {
2719 frp2 = frp;
Bram Moolenaar9e1e3582019-03-30 19:49:06 +01002720 wp = frame2win(frp2);
Bram Moolenaar48cc5fe2007-08-11 11:39:45 +00002721 break;
2722 }
2723 frp = frp->fr_prev;
2724 }
2725 if (frp3 != NULL)
2726 {
2727 if (frp3->fr_win != NULL && !frp3->fr_win->w_p_wfw)
2728 {
2729 frp2 = frp3;
2730 wp = frp3->fr_win;
2731 break;
2732 }
2733 frp3 = frp3->fr_next;
2734 }
2735 }
2736 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00002737 frame_new_width(frp2, frp2->fr_width + frp_close->fr_width,
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00002738 frp2 == frp_close->fr_next ? TRUE : FALSE, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00002739 *dirp = 'h';
2740 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00002741
2742 /* If rows/columns go to a window below/right its positions need to be
2743 * updated. Can only be done after the sizes have been updated. */
2744 if (frp2 == frp_close->fr_next)
2745 {
2746 int row = win->w_winrow;
Bram Moolenaar53f81742017-09-22 14:35:51 +02002747 int col = win->w_wincol;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002748
2749 frame_comp_pos(frp2, &row, &col);
2750 }
2751
2752 if (frp2->fr_next == NULL && frp2->fr_prev == NULL)
2753 {
2754 /* There is no other frame in this list, move its info to the parent
2755 * and remove it. */
2756 frp2->fr_parent->fr_layout = frp2->fr_layout;
2757 frp2->fr_parent->fr_child = frp2->fr_child;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01002758 FOR_ALL_FRAMES(frp, frp2->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002759 frp->fr_parent = frp2->fr_parent;
2760 frp2->fr_parent->fr_win = frp2->fr_win;
2761 if (frp2->fr_win != NULL)
2762 frp2->fr_win->w_frame = frp2->fr_parent;
2763 frp = frp2->fr_parent;
Bram Moolenaar6f361c92018-01-31 19:06:50 +01002764 if (topframe->fr_child == frp2)
2765 topframe->fr_child = frp;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002766 vim_free(frp2);
2767
2768 frp2 = frp->fr_parent;
2769 if (frp2 != NULL && frp2->fr_layout == frp->fr_layout)
2770 {
2771 /* The frame above the parent has the same layout, have to merge
2772 * the frames into this list. */
2773 if (frp2->fr_child == frp)
2774 frp2->fr_child = frp->fr_child;
2775 frp->fr_child->fr_prev = frp->fr_prev;
2776 if (frp->fr_prev != NULL)
2777 frp->fr_prev->fr_next = frp->fr_child;
2778 for (frp3 = frp->fr_child; ; frp3 = frp3->fr_next)
2779 {
2780 frp3->fr_parent = frp2;
2781 if (frp3->fr_next == NULL)
2782 {
2783 frp3->fr_next = frp->fr_next;
2784 if (frp->fr_next != NULL)
2785 frp->fr_next->fr_prev = frp3;
2786 break;
2787 }
2788 }
Bram Moolenaar6f361c92018-01-31 19:06:50 +01002789 if (topframe->fr_child == frp)
2790 topframe->fr_child = frp2;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002791 vim_free(frp);
2792 }
2793 }
2794
2795 return wp;
2796}
2797
2798/*
Bram Moolenaarc136af22018-05-04 20:15:38 +02002799 * Return a pointer to the frame that will receive the empty screen space that
2800 * is left over after "win" is closed.
2801 *
2802 * If 'splitbelow' or 'splitright' is set, the space goes above or to the left
2803 * by default. Otherwise, the free space goes below or to the right. The
2804 * result is that opening a window and then immediately closing it will
2805 * preserve the initial window layout. The 'wfh' and 'wfw' settings are
2806 * respected when possible.
Bram Moolenaar071d4272004-06-13 20:20:40 +00002807 */
2808 static frame_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002809win_altframe(
2810 win_T *win,
2811 tabpage_T *tp) /* tab page "win" is in, NULL for current */
Bram Moolenaar071d4272004-06-13 20:20:40 +00002812{
2813 frame_T *frp;
Bram Moolenaarc136af22018-05-04 20:15:38 +02002814 frame_T *other_fr, *target_fr;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002815
Bram Moolenaara1f4cb92016-11-06 15:25:42 +01002816 if (tp == NULL ? ONE_WINDOW : tp->tp_firstwin == tp->tp_lastwin)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002817 return alt_tabpage()->tp_curwin->w_frame;
2818
Bram Moolenaar071d4272004-06-13 20:20:40 +00002819 frp = win->w_frame;
Bram Moolenaarc136af22018-05-04 20:15:38 +02002820
2821 if (frp->fr_prev == NULL)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002822 return frp->fr_next;
Bram Moolenaarc136af22018-05-04 20:15:38 +02002823 if (frp->fr_next == NULL)
2824 return frp->fr_prev;
2825
2826 target_fr = frp->fr_next;
2827 other_fr = frp->fr_prev;
2828 if (p_spr || p_sb)
2829 {
2830 target_fr = frp->fr_prev;
2831 other_fr = frp->fr_next;
2832 }
2833
2834 /* If 'wfh' or 'wfw' is set for the target and not for the alternate
2835 * window, reverse the selection. */
2836 if (frp->fr_parent != NULL && frp->fr_parent->fr_layout == FR_ROW)
2837 {
2838 if (frame_fixed_width(target_fr) && !frame_fixed_width(other_fr))
2839 target_fr = other_fr;
2840 }
2841 else
2842 {
2843 if (frame_fixed_height(target_fr) && !frame_fixed_height(other_fr))
2844 target_fr = other_fr;
2845 }
2846
2847 return target_fr;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002848}
2849
2850/*
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002851 * Return the tabpage that will be used if the current one is closed.
2852 */
2853 static tabpage_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002854alt_tabpage(void)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002855{
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00002856 tabpage_T *tp;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002857
Bram Moolenaar80a94a52006-02-23 21:26:58 +00002858 /* Use the next tab page if possible. */
2859 if (curtab->tp_next != NULL)
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00002860 return curtab->tp_next;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002861
Bram Moolenaar80a94a52006-02-23 21:26:58 +00002862 /* Find the last but one tab page. */
2863 for (tp = first_tabpage; tp->tp_next != curtab; tp = tp->tp_next)
2864 ;
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00002865 return tp;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00002866}
2867
2868/*
Bram Moolenaar071d4272004-06-13 20:20:40 +00002869 * Find the left-upper window in frame "frp".
2870 */
2871 static win_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002872frame2win(frame_T *frp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002873{
2874 while (frp->fr_win == NULL)
2875 frp = frp->fr_child;
2876 return frp->fr_win;
2877}
2878
2879/*
2880 * Return TRUE if frame "frp" contains window "wp".
2881 */
2882 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002883frame_has_win(frame_T *frp, win_T *wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002884{
2885 frame_T *p;
2886
2887 if (frp->fr_layout == FR_LEAF)
2888 return frp->fr_win == wp;
2889
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01002890 FOR_ALL_FRAMES(p, frp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002891 if (frame_has_win(p, wp))
2892 return TRUE;
2893 return FALSE;
2894}
2895
2896/*
2897 * Set a new height for a frame. Recursively sets the height for contained
2898 * frames and windows. Caller must take care of positions.
2899 */
2900 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01002901frame_new_height(
2902 frame_T *topfrp,
2903 int height,
2904 int topfirst, /* resize topmost contained frame first */
2905 int wfh) /* obey 'winfixheight' when there is a choice;
Bram Moolenaar071d4272004-06-13 20:20:40 +00002906 may cause the height not to be set */
2907{
2908 frame_T *frp;
2909 int extra_lines;
2910 int h;
2911
2912 if (topfrp->fr_win != NULL)
2913 {
2914 /* Simple case: just one window. */
2915 win_new_height(topfrp->fr_win,
Bram Moolenaard326ad62017-09-18 20:31:41 +02002916 height - topfrp->fr_win->w_status_height
Bram Moolenaar3167c3e2017-11-25 14:19:43 +01002917 - WINBAR_HEIGHT(topfrp->fr_win));
Bram Moolenaar071d4272004-06-13 20:20:40 +00002918 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00002919 else if (topfrp->fr_layout == FR_ROW)
2920 {
2921 do
2922 {
2923 /* All frames in this row get the same new height. */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01002924 FOR_ALL_FRAMES(frp, topfrp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00002925 {
2926 frame_new_height(frp, height, topfirst, wfh);
2927 if (frp->fr_height > height)
2928 {
2929 /* Could not fit the windows, make the whole row higher. */
2930 height = frp->fr_height;
2931 break;
2932 }
2933 }
2934 }
2935 while (frp != NULL);
2936 }
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00002937 else /* fr_layout == FR_COL */
Bram Moolenaar071d4272004-06-13 20:20:40 +00002938 {
2939 /* Complicated case: Resize a column of frames. Resize the bottom
2940 * frame first, frames above that when needed. */
2941
2942 frp = topfrp->fr_child;
2943 if (wfh)
2944 /* Advance past frames with one window with 'wfh' set. */
2945 while (frame_fixed_height(frp))
2946 {
2947 frp = frp->fr_next;
2948 if (frp == NULL)
2949 return; /* no frame without 'wfh', give up */
2950 }
2951 if (!topfirst)
2952 {
2953 /* Find the bottom frame of this column */
2954 while (frp->fr_next != NULL)
2955 frp = frp->fr_next;
2956 if (wfh)
2957 /* Advance back for frames with one window with 'wfh' set. */
2958 while (frame_fixed_height(frp))
2959 frp = frp->fr_prev;
2960 }
2961
2962 extra_lines = height - topfrp->fr_height;
2963 if (extra_lines < 0)
2964 {
2965 /* reduce height of contained frames, bottom or top frame first */
2966 while (frp != NULL)
2967 {
2968 h = frame_minheight(frp, NULL);
2969 if (frp->fr_height + extra_lines < h)
2970 {
2971 extra_lines += frp->fr_height - h;
2972 frame_new_height(frp, h, topfirst, wfh);
2973 }
2974 else
2975 {
2976 frame_new_height(frp, frp->fr_height + extra_lines,
2977 topfirst, wfh);
2978 break;
2979 }
2980 if (topfirst)
2981 {
2982 do
2983 frp = frp->fr_next;
2984 while (wfh && frp != NULL && frame_fixed_height(frp));
2985 }
2986 else
2987 {
2988 do
2989 frp = frp->fr_prev;
2990 while (wfh && frp != NULL && frame_fixed_height(frp));
2991 }
2992 /* Increase "height" if we could not reduce enough frames. */
2993 if (frp == NULL)
2994 height -= extra_lines;
2995 }
2996 }
2997 else if (extra_lines > 0)
2998 {
2999 /* increase height of bottom or top frame */
3000 frame_new_height(frp, frp->fr_height + extra_lines, topfirst, wfh);
3001 }
3002 }
3003 topfrp->fr_height = height;
3004}
3005
3006/*
3007 * Return TRUE if height of frame "frp" should not be changed because of
3008 * the 'winfixheight' option.
3009 */
3010 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003011frame_fixed_height(frame_T *frp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003012{
3013 /* frame with one window: fixed height if 'winfixheight' set. */
3014 if (frp->fr_win != NULL)
3015 return frp->fr_win->w_p_wfh;
3016
3017 if (frp->fr_layout == FR_ROW)
3018 {
3019 /* The frame is fixed height if one of the frames in the row is fixed
3020 * height. */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003021 FOR_ALL_FRAMES(frp, frp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003022 if (frame_fixed_height(frp))
3023 return TRUE;
3024 return FALSE;
3025 }
3026
3027 /* frp->fr_layout == FR_COL: The frame is fixed height if all of the
3028 * frames in the row are fixed height. */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003029 FOR_ALL_FRAMES(frp, frp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003030 if (!frame_fixed_height(frp))
3031 return FALSE;
3032 return TRUE;
3033}
3034
Bram Moolenaar071d4272004-06-13 20:20:40 +00003035/*
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003036 * Return TRUE if width of frame "frp" should not be changed because of
3037 * the 'winfixwidth' option.
3038 */
3039 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003040frame_fixed_width(frame_T *frp)
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003041{
3042 /* frame with one window: fixed width if 'winfixwidth' set. */
3043 if (frp->fr_win != NULL)
3044 return frp->fr_win->w_p_wfw;
3045
3046 if (frp->fr_layout == FR_COL)
3047 {
3048 /* The frame is fixed width if one of the frames in the row is fixed
3049 * width. */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003050 FOR_ALL_FRAMES(frp, frp->fr_child)
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003051 if (frame_fixed_width(frp))
3052 return TRUE;
3053 return FALSE;
3054 }
3055
3056 /* frp->fr_layout == FR_ROW: The frame is fixed width if all of the
3057 * frames in the row are fixed width. */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003058 FOR_ALL_FRAMES(frp, frp->fr_child)
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003059 if (!frame_fixed_width(frp))
3060 return FALSE;
3061 return TRUE;
3062}
3063
3064/*
Bram Moolenaar071d4272004-06-13 20:20:40 +00003065 * Add a status line to windows at the bottom of "frp".
3066 * Note: Does not check if there is room!
3067 */
3068 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003069frame_add_statusline(frame_T *frp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003070{
3071 win_T *wp;
3072
3073 if (frp->fr_layout == FR_LEAF)
3074 {
3075 wp = frp->fr_win;
3076 if (wp->w_status_height == 0)
3077 {
3078 if (wp->w_height > 0) /* don't make it negative */
3079 --wp->w_height;
3080 wp->w_status_height = STATUS_HEIGHT;
3081 }
3082 }
3083 else if (frp->fr_layout == FR_ROW)
3084 {
3085 /* Handle all the frames in the row. */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003086 FOR_ALL_FRAMES(frp, frp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003087 frame_add_statusline(frp);
3088 }
3089 else /* frp->fr_layout == FR_COL */
3090 {
3091 /* Only need to handle the last frame in the column. */
3092 for (frp = frp->fr_child; frp->fr_next != NULL; frp = frp->fr_next)
3093 ;
3094 frame_add_statusline(frp);
3095 }
3096}
3097
3098/*
3099 * Set width of a frame. Handles recursively going through contained frames.
3100 * May remove separator line for windows at the right side (for win_close()).
3101 */
3102 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003103frame_new_width(
3104 frame_T *topfrp,
3105 int width,
3106 int leftfirst, /* resize leftmost contained frame first */
3107 int wfw) /* obey 'winfixwidth' when there is a choice;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003108 may cause the width not to be set */
Bram Moolenaar071d4272004-06-13 20:20:40 +00003109{
3110 frame_T *frp;
3111 int extra_cols;
3112 int w;
3113 win_T *wp;
3114
3115 if (topfrp->fr_layout == FR_LEAF)
3116 {
3117 /* Simple case: just one window. */
3118 wp = topfrp->fr_win;
3119 /* Find out if there are any windows right of this one. */
3120 for (frp = topfrp; frp->fr_parent != NULL; frp = frp->fr_parent)
3121 if (frp->fr_parent->fr_layout == FR_ROW && frp->fr_next != NULL)
3122 break;
3123 if (frp->fr_parent == NULL)
3124 wp->w_vsep_width = 0;
3125 win_new_width(wp, width - wp->w_vsep_width);
3126 }
3127 else if (topfrp->fr_layout == FR_COL)
3128 {
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003129 do
3130 {
3131 /* All frames in this column get the same new width. */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003132 FOR_ALL_FRAMES(frp, topfrp->fr_child)
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003133 {
3134 frame_new_width(frp, width, leftfirst, wfw);
3135 if (frp->fr_width > width)
3136 {
3137 /* Could not fit the windows, make whole column wider. */
3138 width = frp->fr_width;
3139 break;
3140 }
3141 }
3142 } while (frp != NULL);
Bram Moolenaar071d4272004-06-13 20:20:40 +00003143 }
3144 else /* fr_layout == FR_ROW */
3145 {
3146 /* Complicated case: Resize a row of frames. Resize the rightmost
3147 * frame first, frames left of it when needed. */
3148
Bram Moolenaar071d4272004-06-13 20:20:40 +00003149 frp = topfrp->fr_child;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003150 if (wfw)
3151 /* Advance past frames with one window with 'wfw' set. */
3152 while (frame_fixed_width(frp))
3153 {
3154 frp = frp->fr_next;
3155 if (frp == NULL)
3156 return; /* no frame without 'wfw', give up */
3157 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00003158 if (!leftfirst)
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003159 {
3160 /* Find the rightmost frame of this row */
Bram Moolenaar071d4272004-06-13 20:20:40 +00003161 while (frp->fr_next != NULL)
3162 frp = frp->fr_next;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003163 if (wfw)
3164 /* Advance back for frames with one window with 'wfw' set. */
3165 while (frame_fixed_width(frp))
3166 frp = frp->fr_prev;
3167 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00003168
3169 extra_cols = width - topfrp->fr_width;
3170 if (extra_cols < 0)
3171 {
3172 /* reduce frame width, rightmost frame first */
3173 while (frp != NULL)
3174 {
3175 w = frame_minwidth(frp, NULL);
3176 if (frp->fr_width + extra_cols < w)
3177 {
3178 extra_cols += frp->fr_width - w;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003179 frame_new_width(frp, w, leftfirst, wfw);
Bram Moolenaar071d4272004-06-13 20:20:40 +00003180 }
3181 else
3182 {
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003183 frame_new_width(frp, frp->fr_width + extra_cols,
3184 leftfirst, wfw);
Bram Moolenaar071d4272004-06-13 20:20:40 +00003185 break;
3186 }
3187 if (leftfirst)
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003188 {
3189 do
3190 frp = frp->fr_next;
3191 while (wfw && frp != NULL && frame_fixed_width(frp));
3192 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00003193 else
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003194 {
3195 do
3196 frp = frp->fr_prev;
3197 while (wfw && frp != NULL && frame_fixed_width(frp));
3198 }
3199 /* Increase "width" if we could not reduce enough frames. */
3200 if (frp == NULL)
3201 width -= extra_cols;
Bram Moolenaar071d4272004-06-13 20:20:40 +00003202 }
3203 }
3204 else if (extra_cols > 0)
3205 {
3206 /* increase width of rightmost frame */
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00003207 frame_new_width(frp, frp->fr_width + extra_cols, leftfirst, wfw);
Bram Moolenaar071d4272004-06-13 20:20:40 +00003208 }
3209 }
3210 topfrp->fr_width = width;
3211}
3212
3213/*
3214 * Add the vertical separator to windows at the right side of "frp".
3215 * Note: Does not check if there is room!
3216 */
3217 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003218frame_add_vsep(frame_T *frp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003219{
3220 win_T *wp;
3221
3222 if (frp->fr_layout == FR_LEAF)
3223 {
3224 wp = frp->fr_win;
3225 if (wp->w_vsep_width == 0)
3226 {
3227 if (wp->w_width > 0) /* don't make it negative */
3228 --wp->w_width;
3229 wp->w_vsep_width = 1;
3230 }
3231 }
3232 else if (frp->fr_layout == FR_COL)
3233 {
3234 /* Handle all the frames in the column. */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003235 FOR_ALL_FRAMES(frp, frp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003236 frame_add_vsep(frp);
3237 }
3238 else /* frp->fr_layout == FR_ROW */
3239 {
3240 /* Only need to handle the last frame in the row. */
3241 frp = frp->fr_child;
3242 while (frp->fr_next != NULL)
3243 frp = frp->fr_next;
3244 frame_add_vsep(frp);
3245 }
3246}
3247
3248/*
3249 * Set frame width from the window it contains.
3250 */
3251 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003252frame_fix_width(win_T *wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003253{
3254 wp->w_frame->fr_width = wp->w_width + wp->w_vsep_width;
3255}
Bram Moolenaar071d4272004-06-13 20:20:40 +00003256
3257/*
3258 * Set frame height from the window it contains.
3259 */
3260 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003261frame_fix_height(win_T *wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003262{
Bram Moolenaar415a6932017-12-05 20:31:07 +01003263 wp->w_frame->fr_height = VISIBLE_HEIGHT(wp) + wp->w_status_height;
Bram Moolenaar071d4272004-06-13 20:20:40 +00003264}
3265
3266/*
3267 * Compute the minimal height for frame "topfrp".
3268 * Uses the 'winminheight' option.
3269 * When "next_curwin" isn't NULL, use p_wh for this window.
3270 * When "next_curwin" is NOWIN, don't use at least one line for the current
3271 * window.
3272 */
3273 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003274frame_minheight(frame_T *topfrp, win_T *next_curwin)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003275{
3276 frame_T *frp;
3277 int m;
Bram Moolenaar071d4272004-06-13 20:20:40 +00003278 int n;
Bram Moolenaar071d4272004-06-13 20:20:40 +00003279
3280 if (topfrp->fr_win != NULL)
3281 {
3282 if (topfrp->fr_win == next_curwin)
3283 m = p_wh + topfrp->fr_win->w_status_height;
3284 else
3285 {
3286 /* window: minimal height of the window plus status line */
3287 m = p_wmh + topfrp->fr_win->w_status_height;
Bram Moolenaar415a6932017-12-05 20:31:07 +01003288 if (topfrp->fr_win == curwin && next_curwin == NULL)
3289 {
3290 /* Current window is minimal one line high and WinBar is
3291 * visible. */
3292 if (p_wmh == 0)
3293 ++m;
3294 m += WINBAR_HEIGHT(curwin);
3295 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00003296 }
3297 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00003298 else if (topfrp->fr_layout == FR_ROW)
3299 {
3300 /* get the minimal height from each frame in this row */
3301 m = 0;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003302 FOR_ALL_FRAMES(frp, topfrp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003303 {
3304 n = frame_minheight(frp, next_curwin);
3305 if (n > m)
3306 m = n;
3307 }
3308 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00003309 else
3310 {
3311 /* Add up the minimal heights for all frames in this column. */
3312 m = 0;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003313 FOR_ALL_FRAMES(frp, topfrp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003314 m += frame_minheight(frp, next_curwin);
3315 }
3316
3317 return m;
3318}
3319
Bram Moolenaar071d4272004-06-13 20:20:40 +00003320/*
3321 * Compute the minimal width for frame "topfrp".
3322 * When "next_curwin" isn't NULL, use p_wiw for this window.
3323 * When "next_curwin" is NOWIN, don't use at least one column for the current
3324 * window.
3325 */
3326 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003327frame_minwidth(
3328 frame_T *topfrp,
3329 win_T *next_curwin) /* use p_wh and p_wiw for next_curwin */
Bram Moolenaar071d4272004-06-13 20:20:40 +00003330{
3331 frame_T *frp;
3332 int m, n;
3333
3334 if (topfrp->fr_win != NULL)
3335 {
3336 if (topfrp->fr_win == next_curwin)
3337 m = p_wiw + topfrp->fr_win->w_vsep_width;
3338 else
3339 {
3340 /* window: minimal width of the window plus separator column */
3341 m = p_wmw + topfrp->fr_win->w_vsep_width;
3342 /* Current window is minimal one column wide */
3343 if (p_wmw == 0 && topfrp->fr_win == curwin && next_curwin == NULL)
3344 ++m;
3345 }
3346 }
3347 else if (topfrp->fr_layout == FR_COL)
3348 {
3349 /* get the minimal width from each frame in this column */
3350 m = 0;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003351 FOR_ALL_FRAMES(frp, topfrp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003352 {
3353 n = frame_minwidth(frp, next_curwin);
3354 if (n > m)
3355 m = n;
3356 }
3357 }
3358 else
3359 {
3360 /* Add up the minimal widths for all frames in this row. */
3361 m = 0;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01003362 FOR_ALL_FRAMES(frp, topfrp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003363 m += frame_minwidth(frp, next_curwin);
3364 }
3365
3366 return m;
3367}
Bram Moolenaar071d4272004-06-13 20:20:40 +00003368
3369
3370/*
3371 * Try to close all windows except current one.
3372 * Buffers in the other windows become hidden if 'hidden' is set, or '!' is
3373 * used and the buffer was modified.
3374 *
3375 * Used by ":bdel" and ":only".
3376 */
3377 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003378close_others(
3379 int message,
3380 int forceit) /* always hide all other windows */
Bram Moolenaar071d4272004-06-13 20:20:40 +00003381{
3382 win_T *wp;
3383 win_T *nextwp;
3384 int r;
3385
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003386 if (one_window())
Bram Moolenaar071d4272004-06-13 20:20:40 +00003387 {
Bram Moolenaarf2bd8ef2018-03-04 18:08:14 +01003388 if (message && !autocmd_busy)
Bram Moolenaar32526b32019-01-19 17:43:09 +01003389 msg(_(m_onlyone));
Bram Moolenaar071d4272004-06-13 20:20:40 +00003390 return;
3391 }
3392
3393 /* Be very careful here: autocommands may change the window layout. */
3394 for (wp = firstwin; win_valid(wp); wp = nextwp)
3395 {
3396 nextwp = wp->w_next;
3397 if (wp != curwin) /* don't close current window */
3398 {
3399
3400 /* Check if it's allowed to abandon this window */
3401 r = can_abandon(wp->w_buffer, forceit);
Bram Moolenaar071d4272004-06-13 20:20:40 +00003402 if (!win_valid(wp)) /* autocommands messed wp up */
3403 {
3404 nextwp = firstwin;
3405 continue;
3406 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00003407 if (!r)
3408 {
3409#if defined(FEAT_GUI_DIALOG) || defined(FEAT_CON_DIALOG)
3410 if (message && (p_confirm || cmdmod.confirm) && p_write)
3411 {
3412 dialog_changed(wp->w_buffer, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00003413 if (!win_valid(wp)) /* autocommands messed wp up */
3414 {
3415 nextwp = firstwin;
3416 continue;
3417 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00003418 }
3419 if (bufIsChanged(wp->w_buffer))
3420#endif
3421 continue;
3422 }
Bram Moolenaareb44a682017-08-03 22:44:55 +02003423 win_close(wp, !buf_hide(wp->w_buffer)
3424 && !bufIsChanged(wp->w_buffer));
Bram Moolenaar071d4272004-06-13 20:20:40 +00003425 }
3426 }
3427
Bram Moolenaar459ca562016-11-10 18:16:33 +01003428 if (message && !ONE_WINDOW)
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01003429 emsg(_("E445: Other window contains changes"));
Bram Moolenaar071d4272004-06-13 20:20:40 +00003430}
3431
Bram Moolenaar071d4272004-06-13 20:20:40 +00003432/*
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003433 * Init the current window "curwin".
3434 * Called when a new file is being edited.
Bram Moolenaar071d4272004-06-13 20:20:40 +00003435 */
3436 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003437curwin_init(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003438{
Bram Moolenaarf061e0b2009-06-24 15:32:01 +00003439 win_init_empty(curwin);
3440}
3441
3442 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003443win_init_empty(win_T *wp)
Bram Moolenaarf061e0b2009-06-24 15:32:01 +00003444{
3445 redraw_win_later(wp, NOT_VALID);
3446 wp->w_lines_valid = 0;
3447 wp->w_cursor.lnum = 1;
3448 wp->w_curswant = wp->w_cursor.col = 0;
Bram Moolenaarf061e0b2009-06-24 15:32:01 +00003449 wp->w_cursor.coladd = 0;
Bram Moolenaarf061e0b2009-06-24 15:32:01 +00003450 wp->w_pcmark.lnum = 1; /* pcmark not cleared but set to line 1 */
3451 wp->w_pcmark.col = 0;
3452 wp->w_prev_pcmark.lnum = 0;
3453 wp->w_prev_pcmark.col = 0;
3454 wp->w_topline = 1;
Bram Moolenaar071d4272004-06-13 20:20:40 +00003455#ifdef FEAT_DIFF
Bram Moolenaarf061e0b2009-06-24 15:32:01 +00003456 wp->w_topfill = 0;
Bram Moolenaar071d4272004-06-13 20:20:40 +00003457#endif
Bram Moolenaarf061e0b2009-06-24 15:32:01 +00003458 wp->w_botline = 2;
Bram Moolenaara971b822011-09-14 14:43:25 +02003459#ifdef FEAT_SYN_HL
3460 wp->w_s = &wp->w_buffer->b_s;
3461#endif
Bram Moolenaar071d4272004-06-13 20:20:40 +00003462}
3463
3464/*
3465 * Allocate the first window and put an empty buffer in it.
3466 * Called from main().
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003467 * Return FAIL when something goes wrong (out of memory).
Bram Moolenaar071d4272004-06-13 20:20:40 +00003468 */
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003469 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003470win_alloc_first(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00003471{
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003472 if (win_alloc_firstwin(NULL) == FAIL)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003473 return FAIL;
3474
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003475 first_tabpage = alloc_tabpage();
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003476 if (first_tabpage == NULL)
3477 return FAIL;
3478 first_tabpage->tp_topframe = topframe;
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003479 curtab = first_tabpage;
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003480
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003481 return OK;
3482}
3483
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003484/*
3485 * Init "aucmd_win". This can only be done after the first
3486 * window is fully initialized, thus it can't be in win_alloc_first().
3487 */
3488 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003489win_alloc_aucmd_win(void)
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003490{
3491 aucmd_win = win_alloc(NULL, TRUE);
3492 if (aucmd_win != NULL)
3493 {
3494 win_init_some(aucmd_win, curwin);
Bram Moolenaar3368ea22010-09-21 16:56:35 +02003495 RESET_BINDING(aucmd_win);
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003496 new_frame(aucmd_win);
3497 }
3498}
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003499
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003500/*
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003501 * Allocate the first window or the first window in a new tab page.
3502 * When "oldwin" is NULL create an empty buffer for it.
Bram Moolenaar4033c552017-09-16 20:54:51 +02003503 * When "oldwin" is not NULL copy info from it to the new window.
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003504 * Return FAIL when something goes wrong (out of memory).
3505 */
3506 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003507win_alloc_firstwin(win_T *oldwin)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003508{
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003509 curwin = win_alloc(NULL, FALSE);
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003510 if (oldwin == NULL)
3511 {
3512 /* Very first window, need to create an empty buffer for it and
3513 * initialize from scratch. */
3514 curbuf = buflist_new(NULL, NULL, 1L, BLN_LISTED);
3515 if (curwin == NULL || curbuf == NULL)
3516 return FAIL;
3517 curwin->w_buffer = curbuf;
Bram Moolenaar860cae12010-06-05 23:22:07 +02003518#ifdef FEAT_SYN_HL
3519 curwin->w_s = &(curbuf->b_s);
3520#endif
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003521 curbuf->b_nwindows = 1; /* there is one window */
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003522 curwin->w_alist = &global_alist;
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003523 curwin_init(); /* init current window */
3524 }
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003525 else
3526 {
3527 /* First window in new tab page, initialize it from "oldwin". */
Bram Moolenaar884ae642009-02-22 01:37:59 +00003528 win_init(curwin, oldwin, 0);
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003529
Bram Moolenaar3368ea22010-09-21 16:56:35 +02003530 /* We don't want cursor- and scroll-binding in the first window. */
3531 RESET_BINDING(curwin);
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003532 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00003533
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003534 new_frame(curwin);
3535 if (curwin->w_frame == NULL)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003536 return FAIL;
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003537 topframe = curwin->w_frame;
Bram Moolenaar071d4272004-06-13 20:20:40 +00003538 topframe->fr_width = Columns;
Bram Moolenaar071d4272004-06-13 20:20:40 +00003539 topframe->fr_height = Rows - p_ch;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003540
3541 return OK;
3542}
3543
3544/*
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003545 * Create a frame for window "wp".
3546 */
3547 static void
3548new_frame(win_T *wp)
3549{
3550 frame_T *frp = (frame_T *)alloc_clear((unsigned)sizeof(frame_T));
3551
3552 wp->w_frame = frp;
3553 if (frp != NULL)
3554 {
3555 frp->fr_layout = FR_LEAF;
3556 frp->fr_win = wp;
3557 }
3558}
3559
3560/*
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003561 * Initialize the window and frame size to the maximum.
3562 */
3563 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003564win_init_size(void)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003565{
3566 firstwin->w_height = ROWS_AVAIL;
3567 topframe->fr_height = ROWS_AVAIL;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003568 firstwin->w_width = Columns;
3569 topframe->fr_width = Columns;
Bram Moolenaar071d4272004-06-13 20:20:40 +00003570}
3571
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003572/*
3573 * Allocate a new tabpage_T and init the values.
3574 * Returns NULL when out of memory.
3575 */
3576 static tabpage_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003577alloc_tabpage(void)
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003578{
3579 tabpage_T *tp;
Bram Moolenaar429fa852013-04-15 12:27:36 +02003580# ifdef FEAT_GUI
3581 int i;
3582# endif
3583
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003584
3585 tp = (tabpage_T *)alloc_clear((unsigned)sizeof(tabpage_T));
Bram Moolenaar429fa852013-04-15 12:27:36 +02003586 if (tp == NULL)
3587 return NULL;
Bram Moolenaar371d5402006-03-20 21:47:49 +00003588
Bram Moolenaar429fa852013-04-15 12:27:36 +02003589# ifdef FEAT_EVAL
3590 /* init t: variables */
3591 tp->tp_vars = dict_alloc();
3592 if (tp->tp_vars == NULL)
3593 {
3594 vim_free(tp);
3595 return NULL;
3596 }
3597 init_var_dict(tp->tp_vars, &tp->tp_winvar, VAR_SCOPE);
3598# endif
3599
3600# ifdef FEAT_GUI
3601 for (i = 0; i < 3; i++)
3602 tp->tp_prev_which_scrollbars[i] = -1;
Bram Moolenaar371d5402006-03-20 21:47:49 +00003603# endif
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003604# ifdef FEAT_DIFF
Bram Moolenaar429fa852013-04-15 12:27:36 +02003605 tp->tp_diff_invalid = TRUE;
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003606# endif
Bram Moolenaar429fa852013-04-15 12:27:36 +02003607 tp->tp_ch_used = p_ch;
3608
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003609 return tp;
3610}
3611
Bram Moolenaard8fc5c02006-04-29 21:55:22 +00003612 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003613free_tabpage(tabpage_T *tp)
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003614{
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003615 int idx;
3616
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003617# ifdef FEAT_DIFF
3618 diff_clear(tp);
3619# endif
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003620 for (idx = 0; idx < SNAP_COUNT; ++idx)
3621 clear_snapshot(tp, idx);
Bram Moolenaar910f66f2006-04-05 20:41:53 +00003622#ifdef FEAT_EVAL
Bram Moolenaar429fa852013-04-15 12:27:36 +02003623 vars_clear(&tp->tp_vars->dv_hashtab); /* free all t: variables */
3624 hash_init(&tp->tp_vars->dv_hashtab);
3625 unref_var_dict(tp->tp_vars);
Bram Moolenaar910f66f2006-04-05 20:41:53 +00003626#endif
Bram Moolenaar5e538ec2013-05-15 15:12:29 +02003627
Bram Moolenaar00aa0692019-04-27 20:37:57 +02003628 vim_free(tp->tp_localdir);
3629
Bram Moolenaar5e538ec2013-05-15 15:12:29 +02003630#ifdef FEAT_PYTHON
3631 python_tabpage_free(tp);
3632#endif
3633
3634#ifdef FEAT_PYTHON3
3635 python3_tabpage_free(tp);
3636#endif
3637
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003638 vim_free(tp);
3639}
3640
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003641/*
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003642 * Create a new Tab page with one window.
3643 * It will edit the current buffer, like after ":split".
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003644 * When "after" is 0 put it just after the current Tab page.
3645 * Otherwise put it just before tab page "after".
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003646 * Return FAIL or OK.
3647 */
3648 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003649win_new_tabpage(int after)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003650{
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003651 tabpage_T *tp = curtab;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003652 tabpage_T *newtp;
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003653 int n;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003654
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003655 newtp = alloc_tabpage();
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003656 if (newtp == NULL)
3657 return FAIL;
3658
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003659 /* Remember the current windows in this Tab page. */
Bram Moolenaar49e649f2013-05-06 04:50:35 +02003660 if (leave_tabpage(curbuf, TRUE) == FAIL)
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003661 {
3662 vim_free(newtp);
3663 return FAIL;
3664 }
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003665 curtab = newtp;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003666
Bram Moolenaar00aa0692019-04-27 20:37:57 +02003667 newtp->tp_localdir = (tp->tp_localdir == NULL)
3668 ? NULL : vim_strsave(tp->tp_localdir);
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003669 /* Create a new empty window. */
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003670 if (win_alloc_firstwin(tp->tp_curwin) == OK)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003671 {
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003672 /* Make the new Tab page the new topframe. */
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003673 if (after == 1)
3674 {
3675 /* New tab page becomes the first one. */
3676 newtp->tp_next = first_tabpage;
3677 first_tabpage = newtp;
3678 }
3679 else
3680 {
3681 if (after > 0)
3682 {
3683 /* Put new tab page before tab page "after". */
3684 n = 2;
3685 for (tp = first_tabpage; tp->tp_next != NULL
3686 && n < after; tp = tp->tp_next)
3687 ++n;
3688 }
3689 newtp->tp_next = tp->tp_next;
3690 tp->tp_next = newtp;
3691 }
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003692 win_init_size();
Bram Moolenaar32466aa2006-02-24 23:53:04 +00003693 firstwin->w_winrow = tabline_height();
Bram Moolenaar910f66f2006-04-05 20:41:53 +00003694 win_comp_scroll(curwin);
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003695
3696 newtp->tp_topframe = topframe;
Bram Moolenaarf740b292006-02-16 22:11:02 +00003697 last_status(FALSE);
Bram Moolenaar607a95ed2006-03-28 20:57:42 +00003698
3699#if defined(FEAT_GUI)
3700 /* When 'guioptions' includes 'L' or 'R' may have to remove or add
3701 * scrollbars. Have to update them anyway. */
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003702 gui_may_update_scrollbars();
Bram Moolenaar607a95ed2006-03-28 20:57:42 +00003703#endif
Bram Moolenaar6d41c782018-06-06 09:11:12 +02003704#ifdef FEAT_JOB_CHANNEL
3705 entering_window(curwin);
3706#endif
Bram Moolenaar607a95ed2006-03-28 20:57:42 +00003707
Bram Moolenaarbf3250a2019-01-06 17:25:29 +01003708 redraw_all_later(NOT_VALID);
Bram Moolenaarc917da42016-07-19 22:31:36 +02003709 apply_autocmds(EVENT_WINNEW, NULL, NULL, FALSE, curbuf);
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003710 apply_autocmds(EVENT_WINENTER, NULL, NULL, FALSE, curbuf);
Bram Moolenaarc917da42016-07-19 22:31:36 +02003711 apply_autocmds(EVENT_TABNEW, NULL, NULL, FALSE, curbuf);
Bram Moolenaar49e649f2013-05-06 04:50:35 +02003712 apply_autocmds(EVENT_TABENTER, NULL, NULL, FALSE, curbuf);
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003713 return OK;
3714 }
3715
3716 /* Failed, get back the previous Tab page */
Bram Moolenaar49e649f2013-05-06 04:50:35 +02003717 enter_tabpage(curtab, curbuf, TRUE, TRUE);
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003718 return FAIL;
3719}
3720
3721/*
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003722 * Open a new tab page if ":tab cmd" was used. It will edit the same buffer,
3723 * like with ":split".
3724 * Returns OK if a new tab page was created, FAIL otherwise.
3725 */
3726 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003727may_open_tabpage(void)
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003728{
Bram Moolenaard326ce82007-03-11 14:48:29 +00003729 int n = (cmdmod.tab == 0) ? postponed_split_tab : cmdmod.tab;
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003730
Bram Moolenaard326ce82007-03-11 14:48:29 +00003731 if (n != 0)
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003732 {
3733 cmdmod.tab = 0; /* reset it to avoid doing it twice */
Bram Moolenaard326ce82007-03-11 14:48:29 +00003734 postponed_split_tab = 0;
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003735 return win_new_tabpage(n);
3736 }
3737 return FAIL;
3738}
3739
3740/*
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003741 * Create up to "maxcount" tabpages with empty windows.
3742 * Returns the number of resulting tab pages.
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003743 */
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003744 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003745make_tabpages(int maxcount)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003746{
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003747 int count = maxcount;
3748 int todo;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003749
Bram Moolenaare1438bb2006-03-01 22:01:55 +00003750 /* Limit to 'tabpagemax' tabs. */
3751 if (count > p_tpm)
3752 count = p_tpm;
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003753
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003754 /*
3755 * Don't execute autocommands while creating the tab pages. Must do that
3756 * when putting the buffers in the windows.
3757 */
Bram Moolenaar78ab3312007-09-29 12:16:41 +00003758 block_autocmds();
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003759
3760 for (todo = count - 1; todo > 0; --todo)
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003761 if (win_new_tabpage(0) == FAIL)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003762 break;
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003763
Bram Moolenaar78ab3312007-09-29 12:16:41 +00003764 unblock_autocmds();
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003765
3766 /* return actual number of tab pages */
3767 return (count - todo);
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003768}
3769
3770/*
Bram Moolenaarf740b292006-02-16 22:11:02 +00003771 * Return TRUE when "tpc" points to a valid tab page.
3772 */
3773 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003774valid_tabpage(tabpage_T *tpc)
Bram Moolenaarf740b292006-02-16 22:11:02 +00003775{
3776 tabpage_T *tp;
3777
Bram Moolenaar29323592016-07-24 22:04:11 +02003778 FOR_ALL_TABPAGES(tp)
Bram Moolenaarf740b292006-02-16 22:11:02 +00003779 if (tp == tpc)
3780 return TRUE;
3781 return FALSE;
3782}
3783
3784/*
Bram Moolenaar8c752bd2017-03-19 17:09:56 +01003785 * Return TRUE when "tpc" points to a valid tab page and at least one window is
3786 * valid.
3787 */
3788 int
3789valid_tabpage_win(tabpage_T *tpc)
3790{
3791 tabpage_T *tp;
3792 win_T *wp;
3793
3794 FOR_ALL_TABPAGES(tp)
3795 {
3796 if (tp == tpc)
3797 {
3798 FOR_ALL_WINDOWS_IN_TAB(tp, wp)
3799 {
3800 if (win_valid_any_tab(wp))
3801 return TRUE;
3802 }
3803 return FALSE;
3804 }
3805 }
3806 /* shouldn't happen */
3807 return FALSE;
3808}
3809
3810/*
3811 * Close tabpage "tab", assuming it has no windows in it.
3812 * There must be another tabpage or this will crash.
3813 */
3814 void
3815close_tabpage(tabpage_T *tab)
3816{
3817 tabpage_T *ptp;
3818
3819 if (tab == first_tabpage)
3820 {
3821 first_tabpage = tab->tp_next;
3822 ptp = first_tabpage;
3823 }
3824 else
3825 {
3826 for (ptp = first_tabpage; ptp != NULL && ptp->tp_next != tab;
3827 ptp = ptp->tp_next)
3828 ;
Bram Moolenaara37ffaa2017-03-21 21:58:00 +01003829 assert(ptp != NULL);
Bram Moolenaar8c752bd2017-03-19 17:09:56 +01003830 ptp->tp_next = tab->tp_next;
3831 }
3832
3833 goto_tabpage_tp(ptp, FALSE, FALSE);
3834 free_tabpage(tab);
3835}
3836
3837/*
Bram Moolenaarf740b292006-02-16 22:11:02 +00003838 * Find tab page "n" (first one is 1). Returns NULL when not found.
3839 */
3840 tabpage_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003841find_tabpage(int n)
Bram Moolenaarf740b292006-02-16 22:11:02 +00003842{
3843 tabpage_T *tp;
3844 int i = 1;
3845
Bram Moolenaar00aa0692019-04-27 20:37:57 +02003846 if (n == 0)
3847 return curtab;
3848
Bram Moolenaarf740b292006-02-16 22:11:02 +00003849 for (tp = first_tabpage; tp != NULL && i != n; tp = tp->tp_next)
3850 ++i;
3851 return tp;
3852}
3853
3854/*
Bram Moolenaar32466aa2006-02-24 23:53:04 +00003855 * Get index of tab page "tp". First one has index 1.
Bram Moolenaarba6c0522006-02-25 21:45:02 +00003856 * When not found returns number of tab pages plus one.
Bram Moolenaar32466aa2006-02-24 23:53:04 +00003857 */
3858 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003859tabpage_index(tabpage_T *ftp)
Bram Moolenaar32466aa2006-02-24 23:53:04 +00003860{
3861 int i = 1;
3862 tabpage_T *tp;
3863
3864 for (tp = first_tabpage; tp != NULL && tp != ftp; tp = tp->tp_next)
3865 ++i;
3866 return i;
3867}
3868
3869/*
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003870 * Prepare for leaving the current tab page.
Bram Moolenaar84a05ac2013-05-06 04:24:17 +02003871 * When autocommands change "curtab" we don't leave the tab page and return
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003872 * FAIL.
3873 * Careful: When OK is returned need to get a new tab page very very soon!
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003874 */
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003875 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003876leave_tabpage(
3877 buf_T *new_curbuf UNUSED, /* what is going to be the new curbuf,
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003878 NULL if unknown */
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003879 int trigger_leave_autocmds UNUSED)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003880{
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003881 tabpage_T *tp = curtab;
3882
Bram Moolenaar6d41c782018-06-06 09:11:12 +02003883#ifdef FEAT_JOB_CHANNEL
3884 leaving_window(curwin);
3885#endif
Bram Moolenaar910f66f2006-04-05 20:41:53 +00003886 reset_VIsual_and_resel(); /* stop Visual mode */
Bram Moolenaar49e649f2013-05-06 04:50:35 +02003887 if (trigger_leave_autocmds)
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003888 {
Bram Moolenaar49e649f2013-05-06 04:50:35 +02003889 if (new_curbuf != curbuf)
3890 {
3891 apply_autocmds(EVENT_BUFLEAVE, NULL, NULL, FALSE, curbuf);
3892 if (curtab != tp)
3893 return FAIL;
3894 }
3895 apply_autocmds(EVENT_WINLEAVE, NULL, NULL, FALSE, curbuf);
3896 if (curtab != tp)
3897 return FAIL;
3898 apply_autocmds(EVENT_TABLEAVE, NULL, NULL, FALSE, curbuf);
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003899 if (curtab != tp)
3900 return FAIL;
3901 }
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00003902#if defined(FEAT_GUI)
3903 /* Remove the scrollbars. They may be added back later. */
3904 if (gui.in_use)
3905 gui_remove_scrollbars();
3906#endif
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003907 tp->tp_curwin = curwin;
Bram Moolenaarf740b292006-02-16 22:11:02 +00003908 tp->tp_prevwin = prevwin;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003909 tp->tp_firstwin = firstwin;
3910 tp->tp_lastwin = lastwin;
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00003911 tp->tp_old_Rows = Rows;
3912 tp->tp_old_Columns = Columns;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003913 firstwin = NULL;
3914 lastwin = NULL;
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003915 return OK;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003916}
3917
3918/*
3919 * Start using tab page "tp".
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00003920 * Only to be used after leave_tabpage() or freeing the current tab page.
Bram Moolenaar49e649f2013-05-06 04:50:35 +02003921 * Only trigger *Enter autocommands when trigger_enter_autocmds is TRUE.
3922 * Only trigger *Leave autocommands when trigger_leave_autocmds is TRUE.
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003923 */
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003924 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003925enter_tabpage(
3926 tabpage_T *tp,
3927 buf_T *old_curbuf UNUSED,
Bram Moolenaarf1d25012016-03-03 12:22:53 +01003928 int trigger_enter_autocmds,
3929 int trigger_leave_autocmds)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003930{
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00003931 int old_off = tp->tp_firstwin->w_winrow;
Bram Moolenaar773560b2006-05-06 21:38:18 +00003932 win_T *next_prevwin = tp->tp_prevwin;
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00003933
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003934 curtab = tp;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003935 firstwin = tp->tp_firstwin;
3936 lastwin = tp->tp_lastwin;
3937 topframe = tp->tp_topframe;
Bram Moolenaar773560b2006-05-06 21:38:18 +00003938
3939 /* We would like doing the TabEnter event first, but we don't have a
3940 * valid current window yet, which may break some commands.
3941 * This triggers autocommands, thus may make "tp" invalid. */
Bram Moolenaarc917da42016-07-19 22:31:36 +02003942 win_enter_ext(tp->tp_curwin, FALSE, TRUE, FALSE,
Bram Moolenaard6949742013-06-16 14:18:28 +02003943 trigger_enter_autocmds, trigger_leave_autocmds);
Bram Moolenaar773560b2006-05-06 21:38:18 +00003944 prevwin = next_prevwin;
3945
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00003946 last_status(FALSE); /* status line may appear or disappear */
3947 (void)win_comp_pos(); /* recompute w_winrow for all windows */
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00003948#ifdef FEAT_DIFF
3949 diff_need_scrollbind = TRUE;
3950#endif
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003951
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00003952 /* The tabpage line may have appeared or disappeared, may need to resize
3953 * the frames for that. When the Vim window was resized need to update
Bram Moolenaarc6fe9192006-04-09 21:54:49 +00003954 * frame sizes too. Use the stored value of p_ch, so that it can be
3955 * different for each tab page. */
3956 p_ch = curtab->tp_ch_used;
Bram Moolenaar32466aa2006-02-24 23:53:04 +00003957 if (curtab->tp_old_Rows != Rows || (old_off != firstwin->w_winrow
3958#ifdef FEAT_GUI_TABLINE
3959 && !gui_use_tabline()
3960#endif
3961 ))
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00003962 shell_new_rows();
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00003963 if (curtab->tp_old_Columns != Columns && starting == 0)
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00003964 shell_new_columns(); /* update window widths */
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00003965
3966#if defined(FEAT_GUI)
3967 /* When 'guioptions' includes 'L' or 'R' may have to remove or add
3968 * scrollbars. Have to update them anyway. */
Bram Moolenaar746ebd32009-06-16 14:01:43 +00003969 gui_may_update_scrollbars();
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003970#endif
3971
Bram Moolenaar5ad15df2012-03-16 19:07:58 +01003972 /* Apply autocommands after updating the display, when 'rows' and
3973 * 'columns' have been set correctly. */
Bram Moolenaar49e649f2013-05-06 04:50:35 +02003974 if (trigger_enter_autocmds)
Bram Moolenaara8596c42012-06-13 14:28:20 +02003975 {
3976 apply_autocmds(EVENT_TABENTER, NULL, NULL, FALSE, curbuf);
3977 if (old_curbuf != curbuf)
3978 apply_autocmds(EVENT_BUFENTER, NULL, NULL, FALSE, curbuf);
3979 }
Bram Moolenaar5ad15df2012-03-16 19:07:58 +01003980
Bram Moolenaarbf3250a2019-01-06 17:25:29 +01003981 redraw_all_later(NOT_VALID);
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003982}
3983
3984/*
3985 * Go to tab page "n". For ":tab N" and "Ngt".
Bram Moolenaar32466aa2006-02-24 23:53:04 +00003986 * When "n" is 9999 go to the last tab page.
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003987 */
3988 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01003989goto_tabpage(int n)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003990{
Bram Moolenaar1f3601e2019-04-26 20:33:00 +02003991 tabpage_T *tp = NULL; // shut up compiler
Bram Moolenaar80a94a52006-02-23 21:26:58 +00003992 tabpage_T *ttp;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00003993 int i;
3994
Bram Moolenaard68071d2006-05-02 22:08:30 +00003995 if (text_locked())
3996 {
3997 /* Not allowed when editing the command line. */
Bram Moolenaar5a497892016-09-03 16:29:04 +02003998 text_locked_msg();
Bram Moolenaard68071d2006-05-02 22:08:30 +00003999 return;
4000 }
4001
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00004002 /* If there is only one it can't work. */
4003 if (first_tabpage->tp_next == NULL)
4004 {
4005 if (n > 1)
4006 beep_flush();
4007 return;
4008 }
4009
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00004010 if (n == 0)
4011 {
4012 /* No count, go to next tab page, wrap around end. */
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00004013 if (curtab->tp_next == NULL)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00004014 tp = first_tabpage;
4015 else
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00004016 tp = curtab->tp_next;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00004017 }
Bram Moolenaar80a94a52006-02-23 21:26:58 +00004018 else if (n < 0)
4019 {
4020 /* "gT": go to previous tab page, wrap around end. "N gT" repeats
4021 * this N times. */
4022 ttp = curtab;
4023 for (i = n; i < 0; ++i)
4024 {
4025 for (tp = first_tabpage; tp->tp_next != ttp && tp->tp_next != NULL;
4026 tp = tp->tp_next)
4027 ;
4028 ttp = tp;
4029 }
4030 }
Bram Moolenaar32466aa2006-02-24 23:53:04 +00004031 else if (n == 9999)
4032 {
4033 /* Go to last tab page. */
4034 for (tp = first_tabpage; tp->tp_next != NULL; tp = tp->tp_next)
4035 ;
4036 }
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00004037 else
4038 {
4039 /* Go to tab page "n". */
Bram Moolenaar32466aa2006-02-24 23:53:04 +00004040 tp = find_tabpage(n);
Bram Moolenaarf740b292006-02-16 22:11:02 +00004041 if (tp == NULL)
4042 {
4043 beep_flush();
4044 return;
4045 }
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00004046 }
4047
Bram Moolenaar49e649f2013-05-06 04:50:35 +02004048 goto_tabpage_tp(tp, TRUE, TRUE);
Bram Moolenaar32466aa2006-02-24 23:53:04 +00004049
4050#ifdef FEAT_GUI_TABLINE
4051 if (gui_use_tabline())
Bram Moolenaara226a6d2006-02-26 23:59:20 +00004052 gui_mch_set_curtab(tabpage_index(curtab));
Bram Moolenaar32466aa2006-02-24 23:53:04 +00004053#endif
4054}
4055
4056/*
4057 * Go to tabpage "tp".
Bram Moolenaar49e649f2013-05-06 04:50:35 +02004058 * Only trigger *Enter autocommands when trigger_enter_autocmds is TRUE.
4059 * Only trigger *Leave autocommands when trigger_leave_autocmds is TRUE.
Bram Moolenaar32466aa2006-02-24 23:53:04 +00004060 * Note: doesn't update the GUI tab.
4061 */
4062 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004063goto_tabpage_tp(
4064 tabpage_T *tp,
4065 int trigger_enter_autocmds,
4066 int trigger_leave_autocmds)
Bram Moolenaar32466aa2006-02-24 23:53:04 +00004067{
Bram Moolenaarc6af8122010-05-21 12:04:55 +02004068 /* Don't repeat a message in another tab page. */
4069 set_keep_msg(NULL, 0);
4070
Bram Moolenaar49e649f2013-05-06 04:50:35 +02004071 if (tp != curtab && leave_tabpage(tp->tp_curwin->w_buffer,
4072 trigger_leave_autocmds) == OK)
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00004073 {
4074 if (valid_tabpage(tp))
Bram Moolenaar49e649f2013-05-06 04:50:35 +02004075 enter_tabpage(tp, curbuf, trigger_enter_autocmds,
4076 trigger_leave_autocmds);
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00004077 else
Bram Moolenaar49e649f2013-05-06 04:50:35 +02004078 enter_tabpage(curtab, curbuf, trigger_enter_autocmds,
4079 trigger_leave_autocmds);
Bram Moolenaar7e8fd632006-02-18 22:14:51 +00004080 }
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00004081}
Bram Moolenaar071d4272004-06-13 20:20:40 +00004082
4083/*
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004084 * Enter window "wp" in tab page "tp".
4085 * Also updates the GUI tab.
4086 */
4087 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004088goto_tabpage_win(tabpage_T *tp, win_T *wp)
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004089{
Bram Moolenaar49e649f2013-05-06 04:50:35 +02004090 goto_tabpage_tp(tp, TRUE, TRUE);
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004091 if (curtab == tp && win_valid(wp))
4092 {
4093 win_enter(wp, TRUE);
4094# ifdef FEAT_GUI_TABLINE
4095 if (gui_use_tabline())
4096 gui_mch_set_curtab(tabpage_index(curtab));
4097# endif
4098 }
4099}
4100
4101/*
Bram Moolenaar40ce3a42015-04-21 18:08:39 +02004102 * Move the current tab page to after tab page "nr".
Bram Moolenaar80a94a52006-02-23 21:26:58 +00004103 */
4104 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004105tabpage_move(int nr)
Bram Moolenaar80a94a52006-02-23 21:26:58 +00004106{
Bram Moolenaar40ce3a42015-04-21 18:08:39 +02004107 int n = 1;
4108 tabpage_T *tp, *tp_dst;
Bram Moolenaar80a94a52006-02-23 21:26:58 +00004109
4110 if (first_tabpage->tp_next == NULL)
4111 return;
4112
Bram Moolenaar40ce3a42015-04-21 18:08:39 +02004113 for (tp = first_tabpage; tp->tp_next != NULL && n < nr; tp = tp->tp_next)
4114 ++n;
4115
4116 if (tp == curtab || (nr > 0 && tp->tp_next != NULL
4117 && tp->tp_next == curtab))
4118 return;
4119
4120 tp_dst = tp;
4121
Bram Moolenaar80a94a52006-02-23 21:26:58 +00004122 /* Remove the current tab page from the list of tab pages. */
4123 if (curtab == first_tabpage)
4124 first_tabpage = curtab->tp_next;
4125 else
4126 {
Bram Moolenaar29323592016-07-24 22:04:11 +02004127 FOR_ALL_TABPAGES(tp)
Bram Moolenaar80a94a52006-02-23 21:26:58 +00004128 if (tp->tp_next == curtab)
4129 break;
4130 if (tp == NULL) /* "cannot happen" */
4131 return;
4132 tp->tp_next = curtab->tp_next;
4133 }
4134
4135 /* Re-insert it at the specified position. */
Bram Moolenaar40ce3a42015-04-21 18:08:39 +02004136 if (nr <= 0)
Bram Moolenaar80a94a52006-02-23 21:26:58 +00004137 {
4138 curtab->tp_next = first_tabpage;
4139 first_tabpage = curtab;
4140 }
4141 else
4142 {
Bram Moolenaar40ce3a42015-04-21 18:08:39 +02004143 curtab->tp_next = tp_dst->tp_next;
4144 tp_dst->tp_next = curtab;
Bram Moolenaar80a94a52006-02-23 21:26:58 +00004145 }
4146
4147 /* Need to redraw the tabline. Tab page contents doesn't change. */
4148 redraw_tabline = TRUE;
4149}
4150
4151
4152/*
Bram Moolenaar071d4272004-06-13 20:20:40 +00004153 * Go to another window.
4154 * When jumping to another buffer, stop Visual mode. Do this before
4155 * changing windows so we can yank the selection into the '*' register.
4156 * When jumping to another window on the same buffer, adjust its cursor
4157 * position to keep the same Visual area.
4158 */
4159 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004160win_goto(win_T *wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004161{
Bram Moolenaar23c347c2010-07-14 20:57:00 +02004162#ifdef FEAT_CONCEAL
4163 win_T *owp = curwin;
4164#endif
4165
Bram Moolenaar2d3f4892006-01-20 23:02:51 +00004166 if (text_locked())
Bram Moolenaar071d4272004-06-13 20:20:40 +00004167 {
4168 beep_flush();
Bram Moolenaar2d3f4892006-01-20 23:02:51 +00004169 text_locked_msg();
Bram Moolenaar071d4272004-06-13 20:20:40 +00004170 return;
4171 }
Bram Moolenaar910f66f2006-04-05 20:41:53 +00004172 if (curbuf_locked())
4173 return;
Bram Moolenaar05a7bb32006-01-19 22:09:32 +00004174
Bram Moolenaar071d4272004-06-13 20:20:40 +00004175 if (wp->w_buffer != curbuf)
4176 reset_VIsual_and_resel();
4177 else if (VIsual_active)
4178 wp->w_cursor = curwin->w_cursor;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004179
4180#ifdef FEAT_GUI
4181 need_mouse_correct = TRUE;
4182#endif
4183 win_enter(wp, TRUE);
Bram Moolenaar23c347c2010-07-14 20:57:00 +02004184
4185#ifdef FEAT_CONCEAL
Bram Moolenaar535d5b62019-01-11 20:45:36 +01004186 // Conceal cursor line in previous window, unconceal in current window.
Bram Moolenaar530e7df2013-02-06 13:38:02 +01004187 if (win_valid(owp) && owp->w_p_cole > 0 && !msg_scrolled)
Bram Moolenaar535d5b62019-01-11 20:45:36 +01004188 redrawWinline(owp, owp->w_cursor.lnum);
Bram Moolenaar530e7df2013-02-06 13:38:02 +01004189 if (curwin->w_p_cole > 0 && !msg_scrolled)
4190 need_cursor_line_redraw = TRUE;
Bram Moolenaar23c347c2010-07-14 20:57:00 +02004191#endif
Bram Moolenaar071d4272004-06-13 20:20:40 +00004192}
4193
4194#if defined(FEAT_PERL) || defined(PROTO)
4195/*
4196 * Find window number "winnr" (counting top to bottom).
4197 */
4198 win_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004199win_find_nr(int winnr)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004200{
4201 win_T *wp;
4202
Bram Moolenaar29323592016-07-24 22:04:11 +02004203 FOR_ALL_WINDOWS(wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004204 if (--winnr == 0)
4205 break;
4206 return wp;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004207}
4208#endif
4209
Bram Moolenaar4033c552017-09-16 20:54:51 +02004210#if ((defined(FEAT_PYTHON) || defined(FEAT_PYTHON3))) || defined(PROTO)
Bram Moolenaar105bc352013-05-17 16:03:57 +02004211/*
4212 * Find the tabpage for window "win".
4213 */
4214 tabpage_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004215win_find_tabpage(win_T *win)
Bram Moolenaar105bc352013-05-17 16:03:57 +02004216{
4217 win_T *wp;
4218 tabpage_T *tp;
4219
Bram Moolenaar29323592016-07-24 22:04:11 +02004220 FOR_ALL_TAB_WINDOWS(tp, wp)
Bram Moolenaar105bc352013-05-17 16:03:57 +02004221 if (wp == win)
4222 return tp;
4223 return NULL;
4224}
4225#endif
4226
Bram Moolenaar071d4272004-06-13 20:20:40 +00004227/*
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004228 * Get the above or below neighbor window of the specified window.
4229 * up - TRUE for the above neighbor
4230 * count - nth neighbor window
4231 * Returns the specified window if the neighbor is not found.
Bram Moolenaar071d4272004-06-13 20:20:40 +00004232 */
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004233 win_T *
4234win_vert_neighbor(tabpage_T *tp, win_T *wp, int up, long count)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004235{
4236 frame_T *fr;
4237 frame_T *nfr;
4238 frame_T *foundfr;
4239
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004240 foundfr = wp->w_frame;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004241 while (count--)
4242 {
4243 /*
4244 * First go upwards in the tree of frames until we find a upwards or
4245 * downwards neighbor.
4246 */
4247 fr = foundfr;
4248 for (;;)
4249 {
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004250 if (fr == tp->tp_topframe)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004251 goto end;
4252 if (up)
4253 nfr = fr->fr_prev;
4254 else
4255 nfr = fr->fr_next;
4256 if (fr->fr_parent->fr_layout == FR_COL && nfr != NULL)
4257 break;
4258 fr = fr->fr_parent;
4259 }
4260
4261 /*
4262 * Now go downwards to find the bottom or top frame in it.
4263 */
4264 for (;;)
4265 {
4266 if (nfr->fr_layout == FR_LEAF)
4267 {
4268 foundfr = nfr;
4269 break;
4270 }
4271 fr = nfr->fr_child;
4272 if (nfr->fr_layout == FR_ROW)
4273 {
4274 /* Find the frame at the cursor row. */
4275 while (fr->fr_next != NULL
4276 && frame2win(fr)->w_wincol + fr->fr_width
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004277 <= wp->w_wincol + wp->w_wcol)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004278 fr = fr->fr_next;
4279 }
4280 if (nfr->fr_layout == FR_COL && up)
4281 while (fr->fr_next != NULL)
4282 fr = fr->fr_next;
4283 nfr = fr;
4284 }
4285 }
4286end:
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004287 return foundfr != NULL ? foundfr->fr_win : NULL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004288}
4289
4290/*
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004291 * Move to window above or below "count" times.
Bram Moolenaar071d4272004-06-13 20:20:40 +00004292 */
4293 static void
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004294win_goto_ver(
4295 int up, // TRUE to go to win above
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004296 long count)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004297{
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004298 win_T *win;
4299
4300 win = win_vert_neighbor(curtab, curwin, up, count);
4301 if (win != NULL)
4302 win_goto(win);
4303}
4304
4305/*
4306 * Get the left or right neighbor window of the specified window.
4307 * left - TRUE for the left neighbor
4308 * count - nth neighbor window
4309 * Returns the specified window if the neighbor is not found.
4310 */
4311 win_T *
Bram Moolenaarb9cdb372019-04-17 18:24:35 +02004312win_horz_neighbor(tabpage_T *tp, win_T *wp, int left, long count)
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004313{
Bram Moolenaar071d4272004-06-13 20:20:40 +00004314 frame_T *fr;
4315 frame_T *nfr;
4316 frame_T *foundfr;
4317
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004318 foundfr = wp->w_frame;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004319 while (count--)
4320 {
4321 /*
4322 * First go upwards in the tree of frames until we find a left or
4323 * right neighbor.
4324 */
4325 fr = foundfr;
4326 for (;;)
4327 {
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004328 if (fr == tp->tp_topframe)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004329 goto end;
4330 if (left)
4331 nfr = fr->fr_prev;
4332 else
4333 nfr = fr->fr_next;
4334 if (fr->fr_parent->fr_layout == FR_ROW && nfr != NULL)
4335 break;
4336 fr = fr->fr_parent;
4337 }
4338
4339 /*
4340 * Now go downwards to find the leftmost or rightmost frame in it.
4341 */
4342 for (;;)
4343 {
4344 if (nfr->fr_layout == FR_LEAF)
4345 {
4346 foundfr = nfr;
4347 break;
4348 }
4349 fr = nfr->fr_child;
4350 if (nfr->fr_layout == FR_COL)
4351 {
4352 /* Find the frame at the cursor row. */
4353 while (fr->fr_next != NULL
4354 && frame2win(fr)->w_winrow + fr->fr_height
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004355 <= wp->w_winrow + wp->w_wrow)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004356 fr = fr->fr_next;
4357 }
4358 if (nfr->fr_layout == FR_ROW && left)
4359 while (fr->fr_next != NULL)
4360 fr = fr->fr_next;
4361 nfr = fr;
4362 }
4363 }
4364end:
Bram Moolenaar46ad2882019-04-08 20:01:47 +02004365 return foundfr != NULL ? foundfr->fr_win : NULL;
4366}
4367
4368/*
4369 * Move to left or right window.
4370 */
4371 static void
4372win_goto_hor(
4373 int left, // TRUE to go to left win
4374 long count)
4375{
4376 win_T *win;
4377
4378 win = win_horz_neighbor(curtab, curwin, left, count);
4379 if (win != NULL)
4380 win_goto(win);
Bram Moolenaar071d4272004-06-13 20:20:40 +00004381}
Bram Moolenaar071d4272004-06-13 20:20:40 +00004382
4383/*
4384 * Make window "wp" the current window.
4385 */
4386 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004387win_enter(win_T *wp, int undo_sync)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004388{
Bram Moolenaarc917da42016-07-19 22:31:36 +02004389 win_enter_ext(wp, undo_sync, FALSE, FALSE, TRUE, TRUE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00004390}
4391
4392/*
4393 * Make window wp the current window.
4394 * Can be called with "curwin_invalid" TRUE, which means that curwin has just
4395 * been closed and isn't valid.
4396 */
4397 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004398win_enter_ext(
4399 win_T *wp,
4400 int undo_sync,
4401 int curwin_invalid,
Bram Moolenaar6f470022018-04-10 18:47:20 +02004402 int trigger_new_autocmds,
4403 int trigger_enter_autocmds,
4404 int trigger_leave_autocmds)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004405{
Bram Moolenaar071d4272004-06-13 20:20:40 +00004406 int other_buffer = FALSE;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004407
4408 if (wp == curwin && !curwin_invalid) /* nothing to do */
4409 return;
4410
Bram Moolenaar6d41c782018-06-06 09:11:12 +02004411#ifdef FEAT_JOB_CHANNEL
4412 if (!curwin_invalid)
4413 leaving_window(curwin);
4414#endif
4415
Bram Moolenaar49e649f2013-05-06 04:50:35 +02004416 if (!curwin_invalid && trigger_leave_autocmds)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004417 {
4418 /*
4419 * Be careful: If autocommands delete the window, return now.
4420 */
4421 if (wp->w_buffer != curbuf)
4422 {
4423 apply_autocmds(EVENT_BUFLEAVE, NULL, NULL, FALSE, curbuf);
4424 other_buffer = TRUE;
4425 if (!win_valid(wp))
4426 return;
4427 }
4428 apply_autocmds(EVENT_WINLEAVE, NULL, NULL, FALSE, curbuf);
4429 if (!win_valid(wp))
4430 return;
Bram Moolenaarf2bd8ef2018-03-04 18:08:14 +01004431#ifdef FEAT_EVAL
Bram Moolenaar071d4272004-06-13 20:20:40 +00004432 /* autocmds may abort script processing */
4433 if (aborting())
4434 return;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004435#endif
Bram Moolenaarf2bd8ef2018-03-04 18:08:14 +01004436 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00004437
4438 /* sync undo before leaving the current buffer */
4439 if (undo_sync && curbuf != wp->w_buffer)
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004440 u_sync(FALSE);
Bram Moolenaarec1561c2014-06-17 13:52:40 +02004441
4442 /* Might need to scroll the old window before switching, e.g., when the
4443 * cursor was moved. */
4444 update_topline();
4445
Bram Moolenaar071d4272004-06-13 20:20:40 +00004446 /* may have to copy the buffer options when 'cpo' contains 'S' */
4447 if (wp->w_buffer != curbuf)
4448 buf_copy_options(wp->w_buffer, BCO_ENTER | BCO_NOHELP);
4449 if (!curwin_invalid)
4450 {
4451 prevwin = curwin; /* remember for CTRL-W p */
4452 curwin->w_redr_status = TRUE;
4453 }
4454 curwin = wp;
4455 curbuf = wp->w_buffer;
4456 check_cursor();
Bram Moolenaar071d4272004-06-13 20:20:40 +00004457 if (!virtual_active())
4458 curwin->w_cursor.coladd = 0;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004459 changed_line_abv_curs(); /* assume cursor position needs updating */
4460
Bram Moolenaar00aa0692019-04-27 20:37:57 +02004461 if (curwin->w_localdir != NULL || curtab->tp_localdir != NULL)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004462 {
Bram Moolenaar00aa0692019-04-27 20:37:57 +02004463 char_u *dirname;
4464
4465 // Window or tab has a local directory: Save current directory as
4466 // global directory (unless that was done already) and change to the
4467 // local directory.
Bram Moolenaar071d4272004-06-13 20:20:40 +00004468 if (globaldir == NULL)
4469 {
4470 char_u cwd[MAXPATHL];
4471
4472 if (mch_dirname(cwd, MAXPATHL) == OK)
4473 globaldir = vim_strsave(cwd);
4474 }
Bram Moolenaar00aa0692019-04-27 20:37:57 +02004475 if (curwin->w_localdir != NULL)
4476 dirname = curwin->w_localdir;
4477 else
4478 dirname = curtab->tp_localdir;
4479
4480 if (mch_chdir((char *)dirname) == 0)
Bram Moolenaarfe86f2d2008-11-28 20:29:07 +00004481 shorten_fnames(TRUE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00004482 }
4483 else if (globaldir != NULL)
4484 {
4485 /* Window doesn't have a local directory and we are not in the global
4486 * directory: Change to the global directory. */
Bram Moolenaar42335f52018-09-13 15:33:43 +02004487 vim_ignored = mch_chdir((char *)globaldir);
Bram Moolenaard23a8232018-02-10 18:45:26 +01004488 VIM_CLEAR(globaldir);
Bram Moolenaar071d4272004-06-13 20:20:40 +00004489 shorten_fnames(TRUE);
4490 }
4491
Bram Moolenaar6d41c782018-06-06 09:11:12 +02004492#ifdef FEAT_JOB_CHANNEL
4493 entering_window(curwin);
4494#endif
Bram Moolenaarc917da42016-07-19 22:31:36 +02004495 if (trigger_new_autocmds)
4496 apply_autocmds(EVENT_WINNEW, NULL, NULL, FALSE, curbuf);
Bram Moolenaar49e649f2013-05-06 04:50:35 +02004497 if (trigger_enter_autocmds)
4498 {
4499 apply_autocmds(EVENT_WINENTER, NULL, NULL, FALSE, curbuf);
4500 if (other_buffer)
4501 apply_autocmds(EVENT_BUFENTER, NULL, NULL, FALSE, curbuf);
4502 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00004503
4504#ifdef FEAT_TITLE
4505 maketitle();
4506#endif
4507 curwin->w_redr_status = TRUE;
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00004508 redraw_tabline = TRUE;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004509 if (restart_edit)
4510 redraw_later(VALID); /* causes status line redraw */
4511
4512 /* set window height to desired minimal value */
4513 if (curwin->w_height < p_wh && !curwin->w_p_wfh)
4514 win_setheight((int)p_wh);
4515 else if (curwin->w_height == 0)
4516 win_setheight(1);
4517
Bram Moolenaar071d4272004-06-13 20:20:40 +00004518 /* set window width to desired minimal value */
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00004519 if (curwin->w_width < p_wiw && !curwin->w_p_wfw)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004520 win_setwidth((int)p_wiw);
Bram Moolenaar071d4272004-06-13 20:20:40 +00004521
4522#ifdef FEAT_MOUSE
4523 setmouse(); /* in case jumped to/from help buffer */
4524#endif
4525
Bram Moolenaar498efdb2006-09-05 14:31:54 +00004526 /* Change directories when the 'acd' option is set. */
Bram Moolenaar6f470022018-04-10 18:47:20 +02004527 DO_AUTOCHDIR;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004528}
4529
Bram Moolenaar071d4272004-06-13 20:20:40 +00004530
Bram Moolenaar071d4272004-06-13 20:20:40 +00004531/*
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004532 * Jump to the first open window that contains buffer "buf", if one exists.
4533 * Returns a pointer to the window found, otherwise NULL.
Bram Moolenaar071d4272004-06-13 20:20:40 +00004534 */
4535 win_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004536buf_jump_open_win(buf_T *buf)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004537{
Bram Moolenaar482a2b52014-10-21 20:57:15 +02004538 win_T *wp = NULL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004539
Bram Moolenaar482a2b52014-10-21 20:57:15 +02004540 if (curwin->w_buffer == buf)
4541 wp = curwin;
Bram Moolenaar482a2b52014-10-21 20:57:15 +02004542 else
Bram Moolenaar29323592016-07-24 22:04:11 +02004543 FOR_ALL_WINDOWS(wp)
Bram Moolenaar482a2b52014-10-21 20:57:15 +02004544 if (wp->w_buffer == buf)
4545 break;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004546 if (wp != NULL)
4547 win_enter(wp, FALSE);
Bram Moolenaar482a2b52014-10-21 20:57:15 +02004548 return wp;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004549}
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004550
4551/*
4552 * Jump to the first open window in any tab page that contains buffer "buf",
4553 * if one exists.
4554 * Returns a pointer to the window found, otherwise NULL.
4555 */
4556 win_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004557buf_jump_open_tab(buf_T *buf)
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004558{
Bram Moolenaar482a2b52014-10-21 20:57:15 +02004559 win_T *wp = buf_jump_open_win(buf);
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004560 tabpage_T *tp;
4561
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004562 if (wp != NULL)
4563 return wp;
4564
Bram Moolenaar29323592016-07-24 22:04:11 +02004565 FOR_ALL_TABPAGES(tp)
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004566 if (tp != curtab)
4567 {
4568 for (wp = tp->tp_firstwin; wp != NULL; wp = wp->w_next)
4569 if (wp->w_buffer == buf)
4570 break;
4571 if (wp != NULL)
4572 {
4573 goto_tabpage_win(tp, wp);
4574 if (curwin != wp)
4575 wp = NULL; /* something went wrong */
4576 break;
4577 }
4578 }
Bram Moolenaar482a2b52014-10-21 20:57:15 +02004579 return wp;
Bram Moolenaar779b74b2006-04-10 14:55:34 +00004580}
Bram Moolenaar071d4272004-06-13 20:20:40 +00004581
Bram Moolenaar888ccac2016-06-04 18:49:36 +02004582static int last_win_id = LOWEST_WIN_ID - 1;
Bram Moolenaar86edef62016-03-13 18:07:30 +01004583
Bram Moolenaar071d4272004-06-13 20:20:40 +00004584/*
Bram Moolenaar746ebd32009-06-16 14:01:43 +00004585 * Allocate a window structure and link it in the window list when "hidden" is
4586 * FALSE.
Bram Moolenaar071d4272004-06-13 20:20:40 +00004587 */
Bram Moolenaar071d4272004-06-13 20:20:40 +00004588 static win_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004589win_alloc(win_T *after UNUSED, int hidden UNUSED)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004590{
Bram Moolenaar70b2a562012-01-10 22:26:17 +01004591 win_T *new_wp;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004592
4593 /*
4594 * allocate window structure and linesizes arrays
4595 */
Bram Moolenaar70b2a562012-01-10 22:26:17 +01004596 new_wp = (win_T *)alloc_clear((unsigned)sizeof(win_T));
Bram Moolenaar429fa852013-04-15 12:27:36 +02004597 if (new_wp == NULL)
4598 return NULL;
4599
4600 if (win_alloc_lines(new_wp) == FAIL)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004601 {
Bram Moolenaar70b2a562012-01-10 22:26:17 +01004602 vim_free(new_wp);
Bram Moolenaar429fa852013-04-15 12:27:36 +02004603 return NULL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004604 }
4605
Bram Moolenaar86edef62016-03-13 18:07:30 +01004606 new_wp->w_id = ++last_win_id;
4607
Bram Moolenaar429fa852013-04-15 12:27:36 +02004608#ifdef FEAT_EVAL
4609 /* init w: variables */
4610 new_wp->w_vars = dict_alloc();
4611 if (new_wp->w_vars == NULL)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004612 {
Bram Moolenaar429fa852013-04-15 12:27:36 +02004613 win_free_lsize(new_wp);
4614 vim_free(new_wp);
4615 return NULL;
4616 }
4617 init_var_dict(new_wp->w_vars, &new_wp->w_winvar, VAR_SCOPE);
Bram Moolenaaree79cbc2007-05-02 19:50:14 +00004618#endif
Bram Moolenaar429fa852013-04-15 12:27:36 +02004619
Bram Moolenaar429fa852013-04-15 12:27:36 +02004620 /* Don't execute autocommands while the window is not properly
4621 * initialized yet. gui_create_scrollbar() may trigger a FocusGained
4622 * event. */
4623 block_autocmds();
Bram Moolenaarf2bd8ef2018-03-04 18:08:14 +01004624
Bram Moolenaar429fa852013-04-15 12:27:36 +02004625 /*
4626 * link the window in the window list
4627 */
Bram Moolenaar429fa852013-04-15 12:27:36 +02004628 if (!hidden)
4629 win_append(after, new_wp);
Bram Moolenaar429fa852013-04-15 12:27:36 +02004630 new_wp->w_wincol = 0;
4631 new_wp->w_width = Columns;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004632
Bram Moolenaar429fa852013-04-15 12:27:36 +02004633 /* position the display and the cursor at the top of the file. */
4634 new_wp->w_topline = 1;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004635#ifdef FEAT_DIFF
Bram Moolenaar429fa852013-04-15 12:27:36 +02004636 new_wp->w_topfill = 0;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004637#endif
Bram Moolenaar429fa852013-04-15 12:27:36 +02004638 new_wp->w_botline = 2;
4639 new_wp->w_cursor.lnum = 1;
Bram Moolenaar429fa852013-04-15 12:27:36 +02004640 new_wp->w_scbind_pos = 1;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004641
Bram Moolenaar375e3392019-01-31 18:26:10 +01004642 // use global option value for global-local options
4643 new_wp->w_p_so = -1;
4644 new_wp->w_p_siso = -1;
4645
Bram Moolenaar429fa852013-04-15 12:27:36 +02004646 /* We won't calculate w_fraction until resizing the window */
4647 new_wp->w_fraction = 0;
4648 new_wp->w_prev_fraction_row = -1;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004649
4650#ifdef FEAT_GUI
Bram Moolenaar429fa852013-04-15 12:27:36 +02004651 if (gui.in_use)
4652 {
4653 gui_create_scrollbar(&new_wp->w_scrollbars[SBAR_LEFT],
4654 SBAR_LEFT, new_wp);
4655 gui_create_scrollbar(&new_wp->w_scrollbars[SBAR_RIGHT],
4656 SBAR_RIGHT, new_wp);
4657 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00004658#endif
4659#ifdef FEAT_FOLDING
Bram Moolenaar429fa852013-04-15 12:27:36 +02004660 foldInitWin(new_wp);
Bram Moolenaar071d4272004-06-13 20:20:40 +00004661#endif
Bram Moolenaar429fa852013-04-15 12:27:36 +02004662 unblock_autocmds();
Bram Moolenaar6ee10162007-07-26 20:58:42 +00004663#ifdef FEAT_SEARCH_EXTRA
Bram Moolenaar429fa852013-04-15 12:27:36 +02004664 new_wp->w_match_head = NULL;
4665 new_wp->w_next_match_id = 4;
Bram Moolenaar6ee10162007-07-26 20:58:42 +00004666#endif
Bram Moolenaar70b2a562012-01-10 22:26:17 +01004667 return new_wp;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004668}
4669
Bram Moolenaar071d4272004-06-13 20:20:40 +00004670/*
Bram Moolenaarff18df02013-07-24 17:51:57 +02004671 * Remove window 'wp' from the window list and free the structure.
Bram Moolenaar071d4272004-06-13 20:20:40 +00004672 */
4673 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004674win_free(
4675 win_T *wp,
4676 tabpage_T *tp) /* tab page "win" is in, NULL for current */
Bram Moolenaar071d4272004-06-13 20:20:40 +00004677{
4678 int i;
Bram Moolenaarff18df02013-07-24 17:51:57 +02004679 buf_T *buf;
4680 wininfo_T *wip;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004681
Bram Moolenaarf061e0b2009-06-24 15:32:01 +00004682#ifdef FEAT_FOLDING
4683 clearFolding(wp);
4684#endif
4685
4686 /* reduce the reference count to the argument list. */
4687 alist_unlink(wp->w_alist);
4688
Bram Moolenaaree79cbc2007-05-02 19:50:14 +00004689 /* Don't execute autocommands while the window is halfway being deleted.
4690 * gui_mch_destroy_scrollbar() may trigger a FocusGained event. */
Bram Moolenaar78ab3312007-09-29 12:16:41 +00004691 block_autocmds();
Bram Moolenaaree79cbc2007-05-02 19:50:14 +00004692
Bram Moolenaar0ba04292010-07-14 23:23:17 +02004693#ifdef FEAT_LUA
4694 lua_window_free(wp);
4695#endif
4696
Bram Moolenaar325b7a22004-07-05 15:58:32 +00004697#ifdef FEAT_MZSCHEME
4698 mzscheme_window_free(wp);
4699#endif
4700
Bram Moolenaar071d4272004-06-13 20:20:40 +00004701#ifdef FEAT_PERL
4702 perl_win_free(wp);
4703#endif
4704
4705#ifdef FEAT_PYTHON
4706 python_window_free(wp);
4707#endif
4708
Bram Moolenaarbd5e15f2010-07-17 21:19:38 +02004709#ifdef FEAT_PYTHON3
4710 python3_window_free(wp);
4711#endif
4712
Bram Moolenaar071d4272004-06-13 20:20:40 +00004713#ifdef FEAT_TCL
4714 tcl_window_free(wp);
4715#endif
4716
4717#ifdef FEAT_RUBY
4718 ruby_window_free(wp);
4719#endif
4720
4721 clear_winopt(&wp->w_onebuf_opt);
4722 clear_winopt(&wp->w_allbuf_opt);
4723
4724#ifdef FEAT_EVAL
Bram Moolenaar429fa852013-04-15 12:27:36 +02004725 vars_clear(&wp->w_vars->dv_hashtab); /* free all w: variables */
4726 hash_init(&wp->w_vars->dv_hashtab);
4727 unref_var_dict(wp->w_vars);
Bram Moolenaar071d4272004-06-13 20:20:40 +00004728#endif
4729
Bram Moolenaar3dda7db2016-04-03 21:22:58 +02004730 {
4731 tabpage_T *ttp;
4732
4733 if (prevwin == wp)
4734 prevwin = NULL;
Bram Moolenaar29323592016-07-24 22:04:11 +02004735 FOR_ALL_TABPAGES(ttp)
Bram Moolenaar3dda7db2016-04-03 21:22:58 +02004736 if (ttp->tp_prevwin == wp)
4737 ttp->tp_prevwin = NULL;
4738 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00004739 win_free_lsize(wp);
4740
4741 for (i = 0; i < wp->w_tagstacklen; ++i)
4742 vim_free(wp->w_tagstack[i].tagname);
4743
4744 vim_free(wp->w_localdir);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00004745
Bram Moolenaarff18df02013-07-24 17:51:57 +02004746 /* Remove the window from the b_wininfo lists, it may happen that the
4747 * freed memory is re-used for another window. */
Bram Moolenaar29323592016-07-24 22:04:11 +02004748 FOR_ALL_BUFFERS(buf)
Bram Moolenaarff18df02013-07-24 17:51:57 +02004749 for (wip = buf->b_wininfo; wip != NULL; wip = wip->wi_next)
4750 if (wip->wi_win == wp)
4751 wip->wi_win = NULL;
4752
Bram Moolenaar071d4272004-06-13 20:20:40 +00004753#ifdef FEAT_SEARCH_EXTRA
Bram Moolenaar6ee10162007-07-26 20:58:42 +00004754 clear_matches(wp);
Bram Moolenaar071d4272004-06-13 20:20:40 +00004755#endif
Bram Moolenaar6ee10162007-07-26 20:58:42 +00004756
Bram Moolenaar071d4272004-06-13 20:20:40 +00004757#ifdef FEAT_JUMPLIST
4758 free_jumplist(wp);
4759#endif
4760
Bram Moolenaar28c258f2006-01-25 22:02:51 +00004761#ifdef FEAT_QUICKFIX
4762 qf_free_all(wp);
4763#endif
4764
Bram Moolenaar071d4272004-06-13 20:20:40 +00004765#ifdef FEAT_GUI
4766 if (gui.in_use)
4767 {
Bram Moolenaar071d4272004-06-13 20:20:40 +00004768 gui_mch_destroy_scrollbar(&wp->w_scrollbars[SBAR_LEFT]);
4769 gui_mch_destroy_scrollbar(&wp->w_scrollbars[SBAR_RIGHT]);
4770 }
4771#endif /* FEAT_GUI */
4772
Bram Moolenaar1b9645d2017-09-17 23:03:31 +02004773#ifdef FEAT_MENU
4774 remove_winbar(wp);
4775#endif
4776
Bram Moolenaar860cae12010-06-05 23:22:07 +02004777#ifdef FEAT_SYN_HL
Bram Moolenaar1a384422010-07-14 19:53:30 +02004778 vim_free(wp->w_p_cc_cols);
Bram Moolenaar860cae12010-06-05 23:22:07 +02004779#endif
4780
Bram Moolenaarf061e0b2009-06-24 15:32:01 +00004781 if (wp != aucmd_win)
Bram Moolenaarfd29f462010-06-06 16:11:09 +02004782 win_remove(wp, tp);
Bram Moolenaar3be85852014-06-12 14:01:31 +02004783 if (autocmd_busy)
4784 {
4785 wp->w_next = au_pending_free_win;
4786 au_pending_free_win = wp;
4787 }
4788 else
4789 vim_free(wp);
Bram Moolenaaree79cbc2007-05-02 19:50:14 +00004790
Bram Moolenaar78ab3312007-09-29 12:16:41 +00004791 unblock_autocmds();
Bram Moolenaar071d4272004-06-13 20:20:40 +00004792}
4793
4794/*
4795 * Append window "wp" in the window list after window "after".
4796 */
Bram Moolenaar746ebd32009-06-16 14:01:43 +00004797 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004798win_append(win_T *after, win_T *wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004799{
4800 win_T *before;
4801
4802 if (after == NULL) /* after NULL is in front of the first */
4803 before = firstwin;
4804 else
4805 before = after->w_next;
4806
4807 wp->w_next = before;
4808 wp->w_prev = after;
4809 if (after == NULL)
4810 firstwin = wp;
4811 else
4812 after->w_next = wp;
4813 if (before == NULL)
4814 lastwin = wp;
4815 else
4816 before->w_prev = wp;
4817}
4818
4819/*
4820 * Remove a window from the window list.
4821 */
Bram Moolenaar746ebd32009-06-16 14:01:43 +00004822 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004823win_remove(
4824 win_T *wp,
4825 tabpage_T *tp) /* tab page "win" is in, NULL for current */
Bram Moolenaar071d4272004-06-13 20:20:40 +00004826{
4827 if (wp->w_prev != NULL)
4828 wp->w_prev->w_next = wp->w_next;
Bram Moolenaarf740b292006-02-16 22:11:02 +00004829 else if (tp == NULL)
Bram Moolenaar816968d2017-09-29 21:29:18 +02004830 firstwin = curtab->tp_firstwin = wp->w_next;
Bram Moolenaarf740b292006-02-16 22:11:02 +00004831 else
4832 tp->tp_firstwin = wp->w_next;
Bram Moolenaar816968d2017-09-29 21:29:18 +02004833
Bram Moolenaar071d4272004-06-13 20:20:40 +00004834 if (wp->w_next != NULL)
4835 wp->w_next->w_prev = wp->w_prev;
Bram Moolenaarf740b292006-02-16 22:11:02 +00004836 else if (tp == NULL)
Bram Moolenaar816968d2017-09-29 21:29:18 +02004837 lastwin = curtab->tp_lastwin = wp->w_prev;
Bram Moolenaarf740b292006-02-16 22:11:02 +00004838 else
4839 tp->tp_lastwin = wp->w_prev;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004840}
4841
4842/*
4843 * Append frame "frp" in a frame list after frame "after".
4844 */
4845 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004846frame_append(frame_T *after, frame_T *frp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004847{
4848 frp->fr_next = after->fr_next;
4849 after->fr_next = frp;
4850 if (frp->fr_next != NULL)
4851 frp->fr_next->fr_prev = frp;
4852 frp->fr_prev = after;
4853}
4854
4855/*
4856 * Insert frame "frp" in a frame list before frame "before".
4857 */
4858 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004859frame_insert(frame_T *before, frame_T *frp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004860{
4861 frp->fr_next = before;
4862 frp->fr_prev = before->fr_prev;
4863 before->fr_prev = frp;
4864 if (frp->fr_prev != NULL)
4865 frp->fr_prev->fr_next = frp;
4866 else
4867 frp->fr_parent->fr_child = frp;
4868}
4869
4870/*
4871 * Remove a frame from a frame list.
4872 */
4873 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004874frame_remove(frame_T *frp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004875{
4876 if (frp->fr_prev != NULL)
4877 frp->fr_prev->fr_next = frp->fr_next;
4878 else
Bram Moolenaar6f361c92018-01-31 19:06:50 +01004879 {
Bram Moolenaar071d4272004-06-13 20:20:40 +00004880 frp->fr_parent->fr_child = frp->fr_next;
Bram Moolenaar6f361c92018-01-31 19:06:50 +01004881 /* special case: topframe->fr_child == frp */
4882 if (topframe->fr_child == frp)
4883 topframe->fr_child = frp->fr_next;
4884 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00004885 if (frp->fr_next != NULL)
4886 frp->fr_next->fr_prev = frp->fr_prev;
4887}
4888
Bram Moolenaar071d4272004-06-13 20:20:40 +00004889/*
4890 * Allocate w_lines[] for window "wp".
4891 * Return FAIL for failure, OK for success.
4892 */
4893 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004894win_alloc_lines(win_T *wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004895{
4896 wp->w_lines_valid = 0;
Bram Moolenaar9334c342006-11-21 19:57:30 +00004897 wp->w_lines = (wline_T *)alloc_clear((unsigned)(Rows * sizeof(wline_T)));
Bram Moolenaar071d4272004-06-13 20:20:40 +00004898 if (wp->w_lines == NULL)
4899 return FAIL;
4900 return OK;
4901}
4902
4903/*
4904 * free lsize arrays for a window
4905 */
4906 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004907win_free_lsize(win_T *wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004908{
Bram Moolenaar06e4a6d2014-06-12 11:49:46 +02004909 /* TODO: why would wp be NULL here? */
4910 if (wp != NULL)
Bram Moolenaard23a8232018-02-10 18:45:26 +01004911 VIM_CLEAR(wp->w_lines);
Bram Moolenaar071d4272004-06-13 20:20:40 +00004912}
4913
4914/*
4915 * Called from win_new_shellsize() after Rows changed.
Bram Moolenaarf740b292006-02-16 22:11:02 +00004916 * This only does the current tab page, others must be done when made active.
Bram Moolenaar071d4272004-06-13 20:20:40 +00004917 */
4918 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004919shell_new_rows(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004920{
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00004921 int h = (int)ROWS_AVAIL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004922
4923 if (firstwin == NULL) /* not initialized yet */
4924 return;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004925 if (h < frame_minheight(topframe, NULL))
4926 h = frame_minheight(topframe, NULL);
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00004927
4928 /* First try setting the heights of windows with 'winfixheight'. If
Bram Moolenaar071d4272004-06-13 20:20:40 +00004929 * that doesn't result in the right height, forget about that option. */
4930 frame_new_height(topframe, h, FALSE, TRUE);
Bram Moolenaarb893ac22013-06-26 14:04:47 +02004931 if (!frame_check_height(topframe, h))
Bram Moolenaar071d4272004-06-13 20:20:40 +00004932 frame_new_height(topframe, h, FALSE, FALSE);
4933
4934 (void)win_comp_pos(); /* recompute w_winrow and w_wincol */
Bram Moolenaar071d4272004-06-13 20:20:40 +00004935 compute_cmdrow();
Bram Moolenaarc6fe9192006-04-09 21:54:49 +00004936 curtab->tp_ch_used = p_ch;
Bram Moolenaar05159a02005-02-26 23:04:13 +00004937
Bram Moolenaar071d4272004-06-13 20:20:40 +00004938#if 0
4939 /* Disabled: don't want making the screen smaller make a window larger. */
4940 if (p_ea)
4941 win_equal(curwin, FALSE, 'v');
4942#endif
4943}
4944
Bram Moolenaar071d4272004-06-13 20:20:40 +00004945/*
4946 * Called from win_new_shellsize() after Columns changed.
4947 */
4948 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004949shell_new_columns(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004950{
4951 if (firstwin == NULL) /* not initialized yet */
4952 return;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00004953
4954 /* First try setting the widths of windows with 'winfixwidth'. If that
4955 * doesn't result in the right width, forget about that option. */
4956 frame_new_width(topframe, (int)Columns, FALSE, TRUE);
Bram Moolenaarb893ac22013-06-26 14:04:47 +02004957 if (!frame_check_width(topframe, Columns))
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00004958 frame_new_width(topframe, (int)Columns, FALSE, FALSE);
4959
Bram Moolenaar071d4272004-06-13 20:20:40 +00004960 (void)win_comp_pos(); /* recompute w_winrow and w_wincol */
4961#if 0
4962 /* Disabled: don't want making the screen smaller make a window larger. */
4963 if (p_ea)
4964 win_equal(curwin, FALSE, 'h');
4965#endif
4966}
Bram Moolenaar071d4272004-06-13 20:20:40 +00004967
4968#if defined(FEAT_CMDWIN) || defined(PROTO)
4969/*
4970 * Save the size of all windows in "gap".
4971 */
4972 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004973win_size_save(garray_T *gap)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004974
4975{
4976 win_T *wp;
4977
4978 ga_init2(gap, (int)sizeof(int), 1);
4979 if (ga_grow(gap, win_count() * 2) == OK)
Bram Moolenaar29323592016-07-24 22:04:11 +02004980 FOR_ALL_WINDOWS(wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004981 {
4982 ((int *)gap->ga_data)[gap->ga_len++] =
4983 wp->w_width + wp->w_vsep_width;
4984 ((int *)gap->ga_data)[gap->ga_len++] = wp->w_height;
4985 }
4986}
4987
4988/*
4989 * Restore window sizes, but only if the number of windows is still the same.
4990 * Does not free the growarray.
4991 */
4992 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01004993win_size_restore(garray_T *gap)
Bram Moolenaar071d4272004-06-13 20:20:40 +00004994{
4995 win_T *wp;
Bram Moolenaarb643e772014-07-16 15:18:26 +02004996 int i, j;
Bram Moolenaar071d4272004-06-13 20:20:40 +00004997
4998 if (win_count() * 2 == gap->ga_len)
4999 {
Bram Moolenaarb643e772014-07-16 15:18:26 +02005000 /* The order matters, because frames contain other frames, but it's
5001 * difficult to get right. The easy way out is to do it twice. */
5002 for (j = 0; j < 2; ++j)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005003 {
Bram Moolenaarb643e772014-07-16 15:18:26 +02005004 i = 0;
Bram Moolenaar29323592016-07-24 22:04:11 +02005005 FOR_ALL_WINDOWS(wp)
Bram Moolenaarb643e772014-07-16 15:18:26 +02005006 {
5007 frame_setwidth(wp->w_frame, ((int *)gap->ga_data)[i++]);
5008 win_setheight_win(((int *)gap->ga_data)[i++], wp);
5009 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00005010 }
5011 /* recompute the window positions */
5012 (void)win_comp_pos();
5013 }
5014}
5015#endif /* FEAT_CMDWIN */
5016
Bram Moolenaar071d4272004-06-13 20:20:40 +00005017/*
5018 * Update the position for all windows, using the width and height of the
5019 * frames.
5020 * Returns the row just after the last window.
5021 */
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00005022 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005023win_comp_pos(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005024{
Bram Moolenaar32466aa2006-02-24 23:53:04 +00005025 int row = tabline_height();
Bram Moolenaar071d4272004-06-13 20:20:40 +00005026 int col = 0;
5027
5028 frame_comp_pos(topframe, &row, &col);
5029 return row;
5030}
5031
5032/*
5033 * Update the position of the windows in frame "topfrp", using the width and
5034 * height of the frames.
5035 * "*row" and "*col" are the top-left position of the frame. They are updated
5036 * to the bottom-right position plus one.
5037 */
5038 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005039frame_comp_pos(frame_T *topfrp, int *row, int *col)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005040{
5041 win_T *wp;
5042 frame_T *frp;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005043 int startcol;
5044 int startrow;
Bram Moolenaar415a6932017-12-05 20:31:07 +01005045 int h;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005046
5047 wp = topfrp->fr_win;
5048 if (wp != NULL)
5049 {
Bram Moolenaar44a2f922016-03-19 22:11:51 +01005050 if (wp->w_winrow != *row || wp->w_wincol != *col)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005051 {
5052 /* position changed, redraw */
5053 wp->w_winrow = *row;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005054 wp->w_wincol = *col;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005055 redraw_win_later(wp, NOT_VALID);
5056 wp->w_redr_status = TRUE;
5057 }
Bram Moolenaar415a6932017-12-05 20:31:07 +01005058 /* WinBar will not show if the window height is zero */
5059 h = VISIBLE_HEIGHT(wp) + wp->w_status_height;
5060 *row += h > topfrp->fr_height ? topfrp->fr_height : h;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005061 *col += wp->w_width + wp->w_vsep_width;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005062 }
5063 else
5064 {
Bram Moolenaar071d4272004-06-13 20:20:40 +00005065 startrow = *row;
5066 startcol = *col;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01005067 FOR_ALL_FRAMES(frp, topfrp->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005068 {
Bram Moolenaar071d4272004-06-13 20:20:40 +00005069 if (topfrp->fr_layout == FR_ROW)
5070 *row = startrow; /* all frames are at the same row */
5071 else
5072 *col = startcol; /* all frames are at the same col */
Bram Moolenaar071d4272004-06-13 20:20:40 +00005073 frame_comp_pos(frp, row, col);
5074 }
5075 }
5076}
5077
Bram Moolenaar071d4272004-06-13 20:20:40 +00005078/*
5079 * Set current window height and take care of repositioning other windows to
5080 * fit around it.
5081 */
5082 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005083win_setheight(int height)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005084{
5085 win_setheight_win(height, curwin);
5086}
5087
5088/*
5089 * Set the window height of window "win" and take care of repositioning other
5090 * windows to fit around it.
5091 */
5092 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005093win_setheight_win(int height, win_T *win)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005094{
5095 int row;
5096
5097 if (win == curwin)
5098 {
5099 /* Always keep current window at least one line high, even when
5100 * 'winminheight' is zero. */
Bram Moolenaar071d4272004-06-13 20:20:40 +00005101 if (height < p_wmh)
5102 height = p_wmh;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005103 if (height == 0)
5104 height = 1;
Bram Moolenaar415a6932017-12-05 20:31:07 +01005105 height += WINBAR_HEIGHT(curwin);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005106 }
5107
Bram Moolenaar071d4272004-06-13 20:20:40 +00005108 frame_setheight(win->w_frame, height + win->w_status_height);
5109
5110 /* recompute the window positions */
5111 row = win_comp_pos();
Bram Moolenaar071d4272004-06-13 20:20:40 +00005112
5113 /*
5114 * If there is extra space created between the last window and the command
5115 * line, clear it.
5116 */
5117 if (full_screen && msg_scrolled == 0 && row < cmdline_row)
5118 screen_fill(row, cmdline_row, 0, (int)Columns, ' ', ' ', 0);
5119 cmdline_row = row;
5120 msg_row = row;
5121 msg_col = 0;
5122
5123 redraw_all_later(NOT_VALID);
5124}
5125
Bram Moolenaar071d4272004-06-13 20:20:40 +00005126/*
5127 * Set the height of a frame to "height" and take care that all frames and
5128 * windows inside it are resized. Also resize frames on the left and right if
5129 * the are in the same FR_ROW frame.
5130 *
5131 * Strategy:
5132 * If the frame is part of a FR_COL frame, try fitting the frame in that
5133 * frame. If that doesn't work (the FR_COL frame is too small), recursively
5134 * go to containing frames to resize them and make room.
5135 * If the frame is part of a FR_ROW frame, all frames must be resized as well.
5136 * Check for the minimal height of the FR_ROW frame.
5137 * At the top level we can also use change the command line height.
5138 */
5139 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005140frame_setheight(frame_T *curfrp, int height)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005141{
5142 int room; /* total number of lines available */
5143 int take; /* number of lines taken from other windows */
5144 int room_cmdline; /* lines available from cmdline */
5145 int run;
5146 frame_T *frp;
5147 int h;
5148 int room_reserved;
5149
5150 /* If the height already is the desired value, nothing to do. */
5151 if (curfrp->fr_height == height)
5152 return;
5153
5154 if (curfrp->fr_parent == NULL)
5155 {
5156 /* topframe: can only change the command line */
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00005157 if (height > ROWS_AVAIL)
5158 height = ROWS_AVAIL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005159 if (height > 0)
5160 frame_new_height(curfrp, height, FALSE, FALSE);
5161 }
5162 else if (curfrp->fr_parent->fr_layout == FR_ROW)
5163 {
5164 /* Row of frames: Also need to resize frames left and right of this
5165 * one. First check for the minimal height of these. */
5166 h = frame_minheight(curfrp->fr_parent, NULL);
5167 if (height < h)
5168 height = h;
5169 frame_setheight(curfrp->fr_parent, height);
5170 }
5171 else
5172 {
5173 /*
5174 * Column of frames: try to change only frames in this column.
5175 */
Bram Moolenaar071d4272004-06-13 20:20:40 +00005176 /*
5177 * Do this twice:
5178 * 1: compute room available, if it's not enough try resizing the
5179 * containing frame.
5180 * 2: compute the room available and adjust the height to it.
5181 * Try not to reduce the height of a window with 'winfixheight' set.
5182 */
5183 for (run = 1; run <= 2; ++run)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005184 {
5185 room = 0;
5186 room_reserved = 0;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01005187 FOR_ALL_FRAMES(frp, curfrp->fr_parent->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005188 {
5189 if (frp != curfrp
5190 && frp->fr_win != NULL
5191 && frp->fr_win->w_p_wfh)
5192 room_reserved += frp->fr_height;
5193 room += frp->fr_height;
5194 if (frp != curfrp)
5195 room -= frame_minheight(frp, NULL);
5196 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00005197 if (curfrp->fr_width != Columns)
5198 room_cmdline = 0;
5199 else
Bram Moolenaar071d4272004-06-13 20:20:40 +00005200 {
5201 room_cmdline = Rows - p_ch - (lastwin->w_winrow
Bram Moolenaar415a6932017-12-05 20:31:07 +01005202 + VISIBLE_HEIGHT(lastwin)
5203 + lastwin->w_status_height);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005204 if (room_cmdline < 0)
5205 room_cmdline = 0;
5206 }
5207
5208 if (height <= room + room_cmdline)
5209 break;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005210 if (run == 2 || curfrp->fr_width == Columns)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005211 {
5212 if (height > room + room_cmdline)
5213 height = room + room_cmdline;
5214 break;
5215 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00005216 frame_setheight(curfrp->fr_parent, height
5217 + frame_minheight(curfrp->fr_parent, NOWIN) - (int)p_wmh - 1);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005218 }
5219
5220 /*
5221 * Compute the number of lines we will take from others frames (can be
5222 * negative!).
5223 */
5224 take = height - curfrp->fr_height;
5225
5226 /* If there is not enough room, also reduce the height of a window
5227 * with 'winfixheight' set. */
5228 if (height > room + room_cmdline - room_reserved)
5229 room_reserved = room + room_cmdline - height;
5230 /* If there is only a 'winfixheight' window and making the
5231 * window smaller, need to make the other window taller. */
5232 if (take < 0 && room - curfrp->fr_height < room_reserved)
5233 room_reserved = 0;
5234
5235 if (take > 0 && room_cmdline > 0)
5236 {
5237 /* use lines from cmdline first */
5238 if (take < room_cmdline)
5239 room_cmdline = take;
5240 take -= room_cmdline;
5241 topframe->fr_height += room_cmdline;
5242 }
5243
5244 /*
5245 * set the current frame to the new height
5246 */
5247 frame_new_height(curfrp, height, FALSE, FALSE);
5248
5249 /*
5250 * First take lines from the frames after the current frame. If
5251 * that is not enough, takes lines from frames above the current
5252 * frame.
5253 */
5254 for (run = 0; run < 2; ++run)
5255 {
5256 if (run == 0)
5257 frp = curfrp->fr_next; /* 1st run: start with next window */
5258 else
5259 frp = curfrp->fr_prev; /* 2nd run: start with prev window */
5260 while (frp != NULL && take != 0)
5261 {
5262 h = frame_minheight(frp, NULL);
5263 if (room_reserved > 0
5264 && frp->fr_win != NULL
5265 && frp->fr_win->w_p_wfh)
5266 {
5267 if (room_reserved >= frp->fr_height)
5268 room_reserved -= frp->fr_height;
5269 else
5270 {
5271 if (frp->fr_height - room_reserved > take)
5272 room_reserved = frp->fr_height - take;
5273 take -= frp->fr_height - room_reserved;
5274 frame_new_height(frp, room_reserved, FALSE, FALSE);
5275 room_reserved = 0;
5276 }
5277 }
5278 else
5279 {
5280 if (frp->fr_height - take < h)
5281 {
5282 take -= frp->fr_height - h;
5283 frame_new_height(frp, h, FALSE, FALSE);
5284 }
5285 else
5286 {
5287 frame_new_height(frp, frp->fr_height - take,
5288 FALSE, FALSE);
5289 take = 0;
5290 }
5291 }
5292 if (run == 0)
5293 frp = frp->fr_next;
5294 else
5295 frp = frp->fr_prev;
5296 }
5297 }
5298 }
5299}
5300
Bram Moolenaar071d4272004-06-13 20:20:40 +00005301/*
5302 * Set current window width and take care of repositioning other windows to
5303 * fit around it.
5304 */
5305 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005306win_setwidth(int width)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005307{
5308 win_setwidth_win(width, curwin);
5309}
5310
5311 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005312win_setwidth_win(int width, win_T *wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005313{
5314 /* Always keep current window at least one column wide, even when
5315 * 'winminwidth' is zero. */
5316 if (wp == curwin)
5317 {
5318 if (width < p_wmw)
5319 width = p_wmw;
5320 if (width == 0)
5321 width = 1;
5322 }
5323
5324 frame_setwidth(wp->w_frame, width + wp->w_vsep_width);
5325
5326 /* recompute the window positions */
5327 (void)win_comp_pos();
5328
5329 redraw_all_later(NOT_VALID);
5330}
5331
5332/*
5333 * Set the width of a frame to "width" and take care that all frames and
5334 * windows inside it are resized. Also resize frames above and below if the
5335 * are in the same FR_ROW frame.
5336 *
5337 * Strategy is similar to frame_setheight().
5338 */
5339 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005340frame_setwidth(frame_T *curfrp, int width)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005341{
5342 int room; /* total number of lines available */
5343 int take; /* number of lines taken from other windows */
5344 int run;
5345 frame_T *frp;
5346 int w;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005347 int room_reserved;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005348
5349 /* If the width already is the desired value, nothing to do. */
5350 if (curfrp->fr_width == width)
5351 return;
5352
5353 if (curfrp->fr_parent == NULL)
5354 /* topframe: can't change width */
5355 return;
5356
5357 if (curfrp->fr_parent->fr_layout == FR_COL)
5358 {
5359 /* Column of frames: Also need to resize frames above and below of
5360 * this one. First check for the minimal width of these. */
5361 w = frame_minwidth(curfrp->fr_parent, NULL);
5362 if (width < w)
5363 width = w;
5364 frame_setwidth(curfrp->fr_parent, width);
5365 }
5366 else
5367 {
5368 /*
5369 * Row of frames: try to change only frames in this row.
5370 *
5371 * Do this twice:
5372 * 1: compute room available, if it's not enough try resizing the
5373 * containing frame.
5374 * 2: compute the room available and adjust the width to it.
5375 */
5376 for (run = 1; run <= 2; ++run)
5377 {
5378 room = 0;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005379 room_reserved = 0;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01005380 FOR_ALL_FRAMES(frp, curfrp->fr_parent->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005381 {
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005382 if (frp != curfrp
5383 && frp->fr_win != NULL
5384 && frp->fr_win->w_p_wfw)
5385 room_reserved += frp->fr_width;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005386 room += frp->fr_width;
5387 if (frp != curfrp)
5388 room -= frame_minwidth(frp, NULL);
5389 }
5390
5391 if (width <= room)
5392 break;
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00005393 if (run == 2 || curfrp->fr_height >= ROWS_AVAIL)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005394 {
5395 if (width > room)
5396 width = room;
5397 break;
5398 }
5399 frame_setwidth(curfrp->fr_parent, width
5400 + frame_minwidth(curfrp->fr_parent, NOWIN) - (int)p_wmw - 1);
5401 }
5402
Bram Moolenaar071d4272004-06-13 20:20:40 +00005403 /*
5404 * Compute the number of lines we will take from others frames (can be
5405 * negative!).
5406 */
5407 take = width - curfrp->fr_width;
5408
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005409 /* If there is not enough room, also reduce the width of a window
5410 * with 'winfixwidth' set. */
5411 if (width > room - room_reserved)
5412 room_reserved = room - width;
5413 /* If there is only a 'winfixwidth' window and making the
5414 * window smaller, need to make the other window narrower. */
5415 if (take < 0 && room - curfrp->fr_width < room_reserved)
5416 room_reserved = 0;
5417
Bram Moolenaar071d4272004-06-13 20:20:40 +00005418 /*
5419 * set the current frame to the new width
5420 */
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005421 frame_new_width(curfrp, width, FALSE, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005422
5423 /*
5424 * First take lines from the frames right of the current frame. If
5425 * that is not enough, takes lines from frames left of the current
5426 * frame.
5427 */
5428 for (run = 0; run < 2; ++run)
5429 {
5430 if (run == 0)
5431 frp = curfrp->fr_next; /* 1st run: start with next window */
5432 else
5433 frp = curfrp->fr_prev; /* 2nd run: start with prev window */
5434 while (frp != NULL && take != 0)
5435 {
5436 w = frame_minwidth(frp, NULL);
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005437 if (room_reserved > 0
5438 && frp->fr_win != NULL
5439 && frp->fr_win->w_p_wfw)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005440 {
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005441 if (room_reserved >= frp->fr_width)
5442 room_reserved -= frp->fr_width;
5443 else
5444 {
5445 if (frp->fr_width - room_reserved > take)
5446 room_reserved = frp->fr_width - take;
5447 take -= frp->fr_width - room_reserved;
5448 frame_new_width(frp, room_reserved, FALSE, FALSE);
5449 room_reserved = 0;
5450 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00005451 }
5452 else
5453 {
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005454 if (frp->fr_width - take < w)
5455 {
5456 take -= frp->fr_width - w;
5457 frame_new_width(frp, w, FALSE, FALSE);
5458 }
5459 else
5460 {
5461 frame_new_width(frp, frp->fr_width - take,
5462 FALSE, FALSE);
5463 take = 0;
5464 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00005465 }
5466 if (run == 0)
5467 frp = frp->fr_next;
5468 else
5469 frp = frp->fr_prev;
5470 }
5471 }
5472 }
5473}
Bram Moolenaar071d4272004-06-13 20:20:40 +00005474
5475/*
Bram Moolenaar1c3c1042018-06-12 16:49:30 +02005476 * Check 'winminheight' for a valid value and reduce it if needed.
Bram Moolenaar071d4272004-06-13 20:20:40 +00005477 */
5478 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005479win_setminheight(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005480{
5481 int room;
Bram Moolenaar1c3c1042018-06-12 16:49:30 +02005482 int needed;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005483 int first = TRUE;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005484
Bram Moolenaar1c3c1042018-06-12 16:49:30 +02005485 // loop until there is a 'winminheight' that is possible
Bram Moolenaar071d4272004-06-13 20:20:40 +00005486 while (p_wmh > 0)
5487 {
Bram Moolenaar1c3c1042018-06-12 16:49:30 +02005488 room = Rows - p_ch;
5489 needed = frame_minheight(topframe, NULL);
5490 if (room >= needed)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005491 break;
5492 --p_wmh;
5493 if (first)
5494 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01005495 emsg(_(e_noroom));
Bram Moolenaar071d4272004-06-13 20:20:40 +00005496 first = FALSE;
5497 }
5498 }
5499}
5500
Bram Moolenaar1c3c1042018-06-12 16:49:30 +02005501/*
5502 * Check 'winminwidth' for a valid value and reduce it if needed.
5503 */
5504 void
5505win_setminwidth(void)
5506{
5507 int room;
5508 int needed;
5509 int first = TRUE;
5510
5511 // loop until there is a 'winminheight' that is possible
5512 while (p_wmw > 0)
5513 {
5514 room = Columns;
5515 needed = frame_minwidth(topframe, NULL);
5516 if (room >= needed)
5517 break;
5518 --p_wmw;
5519 if (first)
5520 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01005521 emsg(_(e_noroom));
Bram Moolenaar1c3c1042018-06-12 16:49:30 +02005522 first = FALSE;
5523 }
5524 }
5525}
5526
Bram Moolenaar6a2697f2015-11-19 13:14:30 +01005527#if defined(FEAT_MOUSE) || defined(PROTO)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005528
5529/*
5530 * Status line of dragwin is dragged "offset" lines down (negative is up).
5531 */
5532 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005533win_drag_status_line(win_T *dragwin, int offset)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005534{
5535 frame_T *curfr;
5536 frame_T *fr;
5537 int room;
5538 int row;
5539 int up; /* if TRUE, drag status line up, otherwise down */
5540 int n;
5541
5542 fr = dragwin->w_frame;
5543 curfr = fr;
5544 if (fr != topframe) /* more than one window */
5545 {
5546 fr = fr->fr_parent;
5547 /* When the parent frame is not a column of frames, its parent should
5548 * be. */
5549 if (fr->fr_layout != FR_COL)
5550 {
5551 curfr = fr;
5552 if (fr != topframe) /* only a row of windows, may drag statusline */
5553 fr = fr->fr_parent;
5554 }
5555 }
5556
5557 /* If this is the last frame in a column, may want to resize the parent
5558 * frame instead (go two up to skip a row of frames). */
5559 while (curfr != topframe && curfr->fr_next == NULL)
5560 {
5561 if (fr != topframe)
5562 fr = fr->fr_parent;
5563 curfr = fr;
5564 if (fr != topframe)
5565 fr = fr->fr_parent;
5566 }
5567
5568 if (offset < 0) /* drag up */
5569 {
5570 up = TRUE;
5571 offset = -offset;
5572 /* sum up the room of the current frame and above it */
5573 if (fr == curfr)
5574 {
5575 /* only one window */
5576 room = fr->fr_height - frame_minheight(fr, NULL);
5577 }
5578 else
5579 {
5580 room = 0;
5581 for (fr = fr->fr_child; ; fr = fr->fr_next)
5582 {
5583 room += fr->fr_height - frame_minheight(fr, NULL);
5584 if (fr == curfr)
5585 break;
5586 }
5587 }
5588 fr = curfr->fr_next; /* put fr at frame that grows */
5589 }
5590 else /* drag down */
5591 {
5592 up = FALSE;
5593 /*
5594 * Only dragging the last status line can reduce p_ch.
5595 */
5596 room = Rows - cmdline_row;
5597 if (curfr->fr_next == NULL)
5598 room -= 1;
5599 else
5600 room -= p_ch;
5601 if (room < 0)
5602 room = 0;
5603 /* sum up the room of frames below of the current one */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01005604 FOR_ALL_FRAMES(fr, curfr->fr_next)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005605 room += fr->fr_height - frame_minheight(fr, NULL);
5606 fr = curfr; /* put fr at window that grows */
5607 }
5608
5609 if (room < offset) /* Not enough room */
5610 offset = room; /* Move as far as we can */
5611 if (offset <= 0)
5612 return;
5613
5614 /*
5615 * Grow frame fr by "offset" lines.
5616 * Doesn't happen when dragging the last status line up.
5617 */
5618 if (fr != NULL)
5619 frame_new_height(fr, fr->fr_height + offset, up, FALSE);
5620
5621 if (up)
5622 fr = curfr; /* current frame gets smaller */
5623 else
5624 fr = curfr->fr_next; /* next frame gets smaller */
5625
5626 /*
5627 * Now make the other frames smaller.
5628 */
5629 while (fr != NULL && offset > 0)
5630 {
5631 n = frame_minheight(fr, NULL);
5632 if (fr->fr_height - offset <= n)
5633 {
5634 offset -= fr->fr_height - n;
5635 frame_new_height(fr, n, !up, FALSE);
5636 }
5637 else
5638 {
5639 frame_new_height(fr, fr->fr_height - offset, !up, FALSE);
5640 break;
5641 }
5642 if (up)
5643 fr = fr->fr_prev;
5644 else
5645 fr = fr->fr_next;
5646 }
5647 row = win_comp_pos();
5648 screen_fill(row, cmdline_row, 0, (int)Columns, ' ', ' ', 0);
5649 cmdline_row = row;
5650 p_ch = Rows - cmdline_row;
5651 if (p_ch < 1)
5652 p_ch = 1;
Bram Moolenaarc6fe9192006-04-09 21:54:49 +00005653 curtab->tp_ch_used = p_ch;
Bram Moolenaarf71a3db2006-03-12 21:50:18 +00005654 redraw_all_later(SOME_VALID);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005655 showmode();
5656}
5657
Bram Moolenaar071d4272004-06-13 20:20:40 +00005658/*
5659 * Separator line of dragwin is dragged "offset" lines right (negative is left).
5660 */
5661 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005662win_drag_vsep_line(win_T *dragwin, int offset)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005663{
5664 frame_T *curfr;
5665 frame_T *fr;
5666 int room;
5667 int left; /* if TRUE, drag separator line left, otherwise right */
5668 int n;
5669
5670 fr = dragwin->w_frame;
Bram Moolenaareb3593b2006-04-22 22:33:57 +00005671 if (fr == topframe) /* only one window (cannot happen?) */
Bram Moolenaar071d4272004-06-13 20:20:40 +00005672 return;
5673 curfr = fr;
5674 fr = fr->fr_parent;
5675 /* When the parent frame is not a row of frames, its parent should be. */
5676 if (fr->fr_layout != FR_ROW)
5677 {
5678 if (fr == topframe) /* only a column of windows (cannot happen?) */
5679 return;
5680 curfr = fr;
5681 fr = fr->fr_parent;
5682 }
5683
5684 /* If this is the last frame in a row, may want to resize a parent
5685 * frame instead. */
5686 while (curfr->fr_next == NULL)
5687 {
5688 if (fr == topframe)
5689 break;
5690 curfr = fr;
5691 fr = fr->fr_parent;
5692 if (fr != topframe)
5693 {
5694 curfr = fr;
5695 fr = fr->fr_parent;
5696 }
5697 }
5698
5699 if (offset < 0) /* drag left */
5700 {
5701 left = TRUE;
5702 offset = -offset;
5703 /* sum up the room of the current frame and left of it */
5704 room = 0;
5705 for (fr = fr->fr_child; ; fr = fr->fr_next)
5706 {
5707 room += fr->fr_width - frame_minwidth(fr, NULL);
5708 if (fr == curfr)
5709 break;
5710 }
5711 fr = curfr->fr_next; /* put fr at frame that grows */
5712 }
5713 else /* drag right */
5714 {
5715 left = FALSE;
5716 /* sum up the room of frames right of the current one */
5717 room = 0;
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01005718 FOR_ALL_FRAMES(fr, curfr->fr_next)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005719 room += fr->fr_width - frame_minwidth(fr, NULL);
5720 fr = curfr; /* put fr at window that grows */
5721 }
5722
5723 if (room < offset) /* Not enough room */
5724 offset = room; /* Move as far as we can */
5725 if (offset <= 0) /* No room at all, quit. */
5726 return;
Bram Moolenaar294a7e52015-11-22 19:39:38 +01005727 if (fr == NULL)
5728 return; /* Safety check, should not happen. */
Bram Moolenaar071d4272004-06-13 20:20:40 +00005729
5730 /* grow frame fr by offset lines */
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005731 frame_new_width(fr, fr->fr_width + offset, left, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005732
5733 /* shrink other frames: current and at the left or at the right */
5734 if (left)
5735 fr = curfr; /* current frame gets smaller */
5736 else
5737 fr = curfr->fr_next; /* next frame gets smaller */
5738
5739 while (fr != NULL && offset > 0)
5740 {
5741 n = frame_minwidth(fr, NULL);
5742 if (fr->fr_width - offset <= n)
5743 {
5744 offset -= fr->fr_width - n;
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005745 frame_new_width(fr, n, !left, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005746 }
5747 else
5748 {
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00005749 frame_new_width(fr, fr->fr_width - offset, !left, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005750 break;
5751 }
5752 if (left)
5753 fr = fr->fr_prev;
5754 else
5755 fr = fr->fr_next;
5756 }
5757 (void)win_comp_pos();
5758 redraw_all_later(NOT_VALID);
5759}
Bram Moolenaar071d4272004-06-13 20:20:40 +00005760#endif /* FEAT_MOUSE */
5761
Bram Moolenaar0215e8e2010-12-17 17:35:10 +01005762#define FRACTION_MULT 16384L
5763
5764/*
5765 * Set wp->w_fraction for the current w_wrow and w_height.
Bram Moolenaar3679c172017-11-22 22:22:11 +01005766 * Has no effect when the window is less than two lines.
Bram Moolenaar0215e8e2010-12-17 17:35:10 +01005767 */
Bram Moolenaar9dc2ce32015-12-05 19:47:04 +01005768 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005769set_fraction(win_T *wp)
Bram Moolenaar0215e8e2010-12-17 17:35:10 +01005770{
Bram Moolenaar3679c172017-11-22 22:22:11 +01005771 if (wp->w_height > 1)
Bram Moolenaar8fcb60f2019-03-04 13:18:30 +01005772 // When cursor is in the first line the percentage is computed as if
5773 // it's halfway that line. Thus with two lines it is 25%, with three
5774 // lines 17%, etc. Similarly for the last line: 75%, 83%, etc.
Bram Moolenaar3679c172017-11-22 22:22:11 +01005775 wp->w_fraction = ((long)wp->w_wrow * FRACTION_MULT
Bram Moolenaar8fcb60f2019-03-04 13:18:30 +01005776 + FRACTION_MULT / 2) / (long)wp->w_height;
Bram Moolenaar0215e8e2010-12-17 17:35:10 +01005777}
5778
Bram Moolenaar071d4272004-06-13 20:20:40 +00005779/*
5780 * Set the height of a window.
Bram Moolenaar1b9645d2017-09-17 23:03:31 +02005781 * "height" excludes any window toolbar.
Bram Moolenaar071d4272004-06-13 20:20:40 +00005782 * This takes care of the things inside the window, not what happens to the
5783 * window position, the frame or to other windows.
5784 */
Bram Moolenaar6763c142012-07-19 18:05:44 +02005785 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005786win_new_height(win_T *wp, int height)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005787{
Bram Moolenaar56b3bf82014-05-07 20:25:35 +02005788 int prev_height = wp->w_height;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005789
5790 /* Don't want a negative height. Happens when splitting a tiny window.
5791 * Will equalize heights soon to fix it. */
5792 if (height < 0)
5793 height = 0;
Bram Moolenaar4c3f5362006-04-11 21:38:50 +00005794 if (wp->w_height == height)
5795 return; /* nothing to do */
Bram Moolenaar071d4272004-06-13 20:20:40 +00005796
Bram Moolenaar56b3bf82014-05-07 20:25:35 +02005797 if (wp->w_height > 0)
5798 {
5799 if (wp == curwin)
Bram Moolenaar0ae36a52014-06-13 20:08:45 +02005800 /* w_wrow needs to be valid. When setting 'laststatus' this may
5801 * call win_new_height() recursively. */
5802 validate_cursor();
5803 if (wp->w_height != prev_height)
5804 return; /* Recursive call already changed the size, bail out here
5805 to avoid the following to mess things up. */
Bram Moolenaar56b3bf82014-05-07 20:25:35 +02005806 if (wp->w_wrow != wp->w_prev_fraction_row)
5807 set_fraction(wp);
5808 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00005809
5810 wp->w_height = height;
5811 wp->w_skipcol = 0;
5812
Bram Moolenaar955f1982017-02-05 15:10:51 +01005813 /* There is no point in adjusting the scroll position when exiting. Some
5814 * values might be invalid. */
5815 if (!exiting)
5816 scroll_to_fraction(wp, prev_height);
Bram Moolenaar46328f92016-08-28 15:39:57 +02005817}
5818
5819 void
5820scroll_to_fraction(win_T *wp, int prev_height)
5821{
5822 linenr_T lnum;
5823 int sline, line_size;
5824 int height = wp->w_height;
5825
Bram Moolenaar8fcb60f2019-03-04 13:18:30 +01005826 // Don't change w_topline when height is zero. Don't set w_topline when
5827 // 'scrollbind' is set and this isn't the current window.
Bram Moolenaar8a3bb562018-03-04 20:14:14 +01005828 if (height > 0 && (!wp->w_p_scb || wp == curwin))
Bram Moolenaar071d4272004-06-13 20:20:40 +00005829 {
Bram Moolenaar34114692005-01-02 11:28:13 +00005830 /*
5831 * Find a value for w_topline that shows the cursor at the same
5832 * relative position in the window as before (more or less).
5833 */
Bram Moolenaar071d4272004-06-13 20:20:40 +00005834 lnum = wp->w_cursor.lnum;
5835 if (lnum < 1) /* can happen when starting up */
5836 lnum = 1;
Bram Moolenaar8fcb60f2019-03-04 13:18:30 +01005837 wp->w_wrow = ((long)wp->w_fraction * (long)height - 1L)
5838 / FRACTION_MULT;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005839 line_size = plines_win_col(wp, lnum, (long)(wp->w_cursor.col)) - 1;
5840 sline = wp->w_wrow - line_size;
Bram Moolenaar26470632006-10-24 19:12:40 +00005841
5842 if (sline >= 0)
5843 {
5844 /* Make sure the whole cursor line is visible, if possible. */
5845 int rows = plines_win(wp, lnum, FALSE);
5846
5847 if (sline > wp->w_height - rows)
5848 {
5849 sline = wp->w_height - rows;
5850 wp->w_wrow -= rows - line_size;
5851 }
5852 }
5853
Bram Moolenaar071d4272004-06-13 20:20:40 +00005854 if (sline < 0)
5855 {
5856 /*
5857 * Cursor line would go off top of screen if w_wrow was this high.
Bram Moolenaar26470632006-10-24 19:12:40 +00005858 * Make cursor line the first line in the window. If not enough
5859 * room use w_skipcol;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005860 */
5861 wp->w_wrow = line_size;
Bram Moolenaar26470632006-10-24 19:12:40 +00005862 if (wp->w_wrow >= wp->w_height
Bram Moolenaar02631462017-09-22 15:20:32 +02005863 && (wp->w_width - win_col_off(wp)) > 0)
Bram Moolenaar26470632006-10-24 19:12:40 +00005864 {
Bram Moolenaar02631462017-09-22 15:20:32 +02005865 wp->w_skipcol += wp->w_width - win_col_off(wp);
Bram Moolenaar26470632006-10-24 19:12:40 +00005866 --wp->w_wrow;
5867 while (wp->w_wrow >= wp->w_height)
5868 {
Bram Moolenaar02631462017-09-22 15:20:32 +02005869 wp->w_skipcol += wp->w_width - win_col_off(wp)
Bram Moolenaar26470632006-10-24 19:12:40 +00005870 + win_col_off2(wp);
5871 --wp->w_wrow;
5872 }
5873 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00005874 }
Bram Moolenaardd0402a2014-05-28 13:43:04 +02005875 else if (sline > 0)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005876 {
Bram Moolenaar26470632006-10-24 19:12:40 +00005877 while (sline > 0 && lnum > 1)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005878 {
5879#ifdef FEAT_FOLDING
5880 hasFoldingWin(wp, lnum, &lnum, NULL, TRUE, NULL);
5881 if (lnum == 1)
5882 {
5883 /* first line in buffer is folded */
5884 line_size = 1;
5885 --sline;
5886 break;
5887 }
5888#endif
5889 --lnum;
5890#ifdef FEAT_DIFF
5891 if (lnum == wp->w_topline)
5892 line_size = plines_win_nofill(wp, lnum, TRUE)
5893 + wp->w_topfill;
5894 else
5895#endif
5896 line_size = plines_win(wp, lnum, TRUE);
5897 sline -= line_size;
5898 }
Bram Moolenaar34114692005-01-02 11:28:13 +00005899
Bram Moolenaar071d4272004-06-13 20:20:40 +00005900 if (sline < 0)
5901 {
5902 /*
5903 * Line we want at top would go off top of screen. Use next
5904 * line instead.
5905 */
5906#ifdef FEAT_FOLDING
5907 hasFoldingWin(wp, lnum, NULL, &lnum, TRUE, NULL);
5908#endif
5909 lnum++;
5910 wp->w_wrow -= line_size + sline;
5911 }
Bram Moolenaardd0402a2014-05-28 13:43:04 +02005912 else if (sline > 0)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005913 {
Bram Moolenaar8fcb60f2019-03-04 13:18:30 +01005914 // First line of file reached, use that as topline.
Bram Moolenaar071d4272004-06-13 20:20:40 +00005915 lnum = 1;
5916 wp->w_wrow -= sline;
5917 }
5918 }
Bram Moolenaar8fcb60f2019-03-04 13:18:30 +01005919 set_topline(wp, lnum);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005920 }
5921
5922 if (wp == curwin)
5923 {
Bram Moolenaar375e3392019-01-31 18:26:10 +01005924 if (get_scrolloff_value())
Bram Moolenaar071d4272004-06-13 20:20:40 +00005925 update_topline();
5926 curs_columns(FALSE); /* validate w_wrow */
5927 }
Bram Moolenaar56b3bf82014-05-07 20:25:35 +02005928 if (prev_height > 0)
5929 wp->w_prev_fraction_row = wp->w_wrow;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005930
5931 win_comp_scroll(wp);
Bram Moolenaarf71a3db2006-03-12 21:50:18 +00005932 redraw_win_later(wp, SOME_VALID);
Bram Moolenaar071d4272004-06-13 20:20:40 +00005933 wp->w_redr_status = TRUE;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005934 invalidate_botline_win(wp);
5935}
5936
Bram Moolenaar071d4272004-06-13 20:20:40 +00005937/*
5938 * Set the width of a window.
5939 */
Bram Moolenaar6763c142012-07-19 18:05:44 +02005940 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005941win_new_width(win_T *wp, int width)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005942{
5943 wp->w_width = width;
5944 wp->w_lines_valid = 0;
5945 changed_line_abv_curs_win(wp);
5946 invalidate_botline_win(wp);
5947 if (wp == curwin)
5948 {
5949 update_topline();
5950 curs_columns(TRUE); /* validate w_wrow */
5951 }
5952 redraw_win_later(wp, NOT_VALID);
5953 wp->w_redr_status = TRUE;
5954}
Bram Moolenaar071d4272004-06-13 20:20:40 +00005955
5956 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005957win_comp_scroll(win_T *wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005958{
5959 wp->w_p_scr = ((unsigned)wp->w_height >> 1);
5960 if (wp->w_p_scr == 0)
5961 wp->w_p_scr = 1;
5962}
5963
5964/*
5965 * command_height: called whenever p_ch has been changed
5966 */
5967 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01005968command_height(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00005969{
Bram Moolenaar071d4272004-06-13 20:20:40 +00005970 int h;
5971 frame_T *frp;
Bram Moolenaarc6fe9192006-04-09 21:54:49 +00005972 int old_p_ch = curtab->tp_ch_used;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005973
Bram Moolenaarc6fe9192006-04-09 21:54:49 +00005974 /* Use the value of p_ch that we remembered. This is needed for when the
5975 * GUI starts up, we can't be sure in what order things happen. And when
5976 * p_ch was changed in another tab page. */
5977 curtab->tp_ch_used = p_ch;
Bram Moolenaar05159a02005-02-26 23:04:13 +00005978
Bram Moolenaar071d4272004-06-13 20:20:40 +00005979 /* Find bottom frame with width of screen. */
5980 frp = lastwin->w_frame;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005981 while (frp->fr_width != Columns && frp->fr_parent != NULL)
5982 frp = frp->fr_parent;
Bram Moolenaar071d4272004-06-13 20:20:40 +00005983
5984 /* Avoid changing the height of a window with 'winfixheight' set. */
5985 while (frp->fr_prev != NULL && frp->fr_layout == FR_LEAF
5986 && frp->fr_win->w_p_wfh)
5987 frp = frp->fr_prev;
5988
5989 if (starting != NO_SCREEN)
5990 {
5991 cmdline_row = Rows - p_ch;
5992
5993 if (p_ch > old_p_ch) /* p_ch got bigger */
5994 {
5995 while (p_ch > old_p_ch)
5996 {
5997 if (frp == NULL)
5998 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01005999 emsg(_(e_noroom));
Bram Moolenaar071d4272004-06-13 20:20:40 +00006000 p_ch = old_p_ch;
Bram Moolenaar719939c2007-09-25 12:51:28 +00006001 curtab->tp_ch_used = p_ch;
Bram Moolenaar071d4272004-06-13 20:20:40 +00006002 cmdline_row = Rows - p_ch;
6003 break;
6004 }
6005 h = frp->fr_height - frame_minheight(frp, NULL);
6006 if (h > p_ch - old_p_ch)
6007 h = p_ch - old_p_ch;
6008 old_p_ch += h;
6009 frame_add_height(frp, -h);
6010 frp = frp->fr_prev;
6011 }
6012
6013 /* Recompute window positions. */
6014 (void)win_comp_pos();
6015
6016 /* clear the lines added to cmdline */
6017 if (full_screen)
6018 screen_fill((int)(cmdline_row), (int)Rows, 0,
6019 (int)Columns, ' ', ' ', 0);
6020 msg_row = cmdline_row;
6021 redraw_cmdline = TRUE;
6022 return;
6023 }
6024
6025 if (msg_row < cmdline_row)
6026 msg_row = cmdline_row;
6027 redraw_cmdline = TRUE;
6028 }
6029 frame_add_height(frp, (int)(old_p_ch - p_ch));
6030
6031 /* Recompute window positions. */
6032 if (frp != lastwin->w_frame)
6033 (void)win_comp_pos();
Bram Moolenaar071d4272004-06-13 20:20:40 +00006034}
6035
Bram Moolenaar071d4272004-06-13 20:20:40 +00006036/*
6037 * Resize frame "frp" to be "n" lines higher (negative for less high).
6038 * Also resize the frames it is contained in.
6039 */
6040 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006041frame_add_height(frame_T *frp, int n)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006042{
6043 frame_new_height(frp, frp->fr_height + n, FALSE, FALSE);
6044 for (;;)
6045 {
6046 frp = frp->fr_parent;
6047 if (frp == NULL)
6048 break;
6049 frp->fr_height += n;
6050 }
6051}
6052
6053/*
6054 * Add or remove a status line for the bottom window(s), according to the
6055 * value of 'laststatus'.
6056 */
6057 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006058last_status(
6059 int morewin) /* pretend there are two or more windows */
Bram Moolenaar071d4272004-06-13 20:20:40 +00006060{
6061 /* Don't make a difference between horizontal or vertical split. */
6062 last_status_rec(topframe, (p_ls == 2
Bram Moolenaar459ca562016-11-10 18:16:33 +01006063 || (p_ls == 1 && (morewin || !ONE_WINDOW))));
Bram Moolenaar071d4272004-06-13 20:20:40 +00006064}
6065
6066 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006067last_status_rec(frame_T *fr, int statusline)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006068{
6069 frame_T *fp;
6070 win_T *wp;
6071
6072 if (fr->fr_layout == FR_LEAF)
6073 {
6074 wp = fr->fr_win;
6075 if (wp->w_status_height != 0 && !statusline)
6076 {
6077 /* remove status line */
6078 win_new_height(wp, wp->w_height + 1);
6079 wp->w_status_height = 0;
6080 comp_col();
6081 }
6082 else if (wp->w_status_height == 0 && statusline)
6083 {
6084 /* Find a frame to take a line from. */
6085 fp = fr;
6086 while (fp->fr_height <= frame_minheight(fp, NULL))
6087 {
6088 if (fp == topframe)
6089 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01006090 emsg(_(e_noroom));
Bram Moolenaar071d4272004-06-13 20:20:40 +00006091 return;
6092 }
6093 /* In a column of frames: go to frame above. If already at
6094 * the top or in a row of frames: go to parent. */
6095 if (fp->fr_parent->fr_layout == FR_COL && fp->fr_prev != NULL)
6096 fp = fp->fr_prev;
6097 else
6098 fp = fp->fr_parent;
6099 }
6100 wp->w_status_height = 1;
6101 if (fp != fr)
6102 {
6103 frame_new_height(fp, fp->fr_height - 1, FALSE, FALSE);
6104 frame_fix_height(wp);
6105 (void)win_comp_pos();
6106 }
6107 else
6108 win_new_height(wp, wp->w_height - 1);
6109 comp_col();
Bram Moolenaarf71a3db2006-03-12 21:50:18 +00006110 redraw_all_later(SOME_VALID);
Bram Moolenaar071d4272004-06-13 20:20:40 +00006111 }
6112 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00006113 else if (fr->fr_layout == FR_ROW)
6114 {
6115 /* vertically split windows, set status line for each one */
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01006116 FOR_ALL_FRAMES(fp, fr->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006117 last_status_rec(fp, statusline);
6118 }
Bram Moolenaar071d4272004-06-13 20:20:40 +00006119 else
6120 {
6121 /* horizontally split window, set status line for last one */
6122 for (fp = fr->fr_child; fp->fr_next != NULL; fp = fp->fr_next)
6123 ;
6124 last_status_rec(fp, statusline);
6125 }
6126}
6127
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00006128/*
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00006129 * Return the number of lines used by the tab page line.
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00006130 */
6131 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006132tabline_height(void)
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00006133{
Bram Moolenaar32466aa2006-02-24 23:53:04 +00006134#ifdef FEAT_GUI_TABLINE
6135 /* When the GUI has the tabline then this always returns zero. */
6136 if (gui_use_tabline())
6137 return 0;
6138#endif
Bram Moolenaar2a0449d2006-02-20 21:27:21 +00006139 switch (p_stal)
Bram Moolenaar98ea5de2006-02-15 22:11:25 +00006140 {
6141 case 0: return 0;
6142 case 1: return (first_tabpage->tp_next == NULL) ? 0 : 1;
6143 }
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00006144 return 1;
6145}
6146
Bram Moolenaar071d4272004-06-13 20:20:40 +00006147/*
6148 * Return the minimal number of rows that is needed on the screen to display
6149 * the current number of windows.
6150 */
6151 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006152min_rows(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006153{
6154 int total;
Bram Moolenaarf740b292006-02-16 22:11:02 +00006155 tabpage_T *tp;
6156 int n;
Bram Moolenaar071d4272004-06-13 20:20:40 +00006157
6158 if (firstwin == NULL) /* not initialized yet */
6159 return MIN_LINES;
6160
Bram Moolenaarf740b292006-02-16 22:11:02 +00006161 total = 0;
Bram Moolenaar29323592016-07-24 22:04:11 +02006162 FOR_ALL_TABPAGES(tp)
Bram Moolenaarf740b292006-02-16 22:11:02 +00006163 {
6164 n = frame_minheight(tp->tp_topframe, NULL);
6165 if (total < n)
6166 total = n;
6167 }
Bram Moolenaar32466aa2006-02-24 23:53:04 +00006168 total += tabline_height();
Bram Moolenaarf740b292006-02-16 22:11:02 +00006169 total += 1; /* count the room for the command line */
Bram Moolenaar071d4272004-06-13 20:20:40 +00006170 return total;
6171}
6172
6173/*
Bram Moolenaar49d7bf12006-02-17 21:45:41 +00006174 * Return TRUE if there is only one window (in the current tab page), not
6175 * counting a help or preview window, unless it is the current window.
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006176 * Does not count "aucmd_win".
Bram Moolenaar071d4272004-06-13 20:20:40 +00006177 */
6178 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006179only_one_window(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006180{
Bram Moolenaar071d4272004-06-13 20:20:40 +00006181 int count = 0;
6182 win_T *wp;
6183
Bram Moolenaar1d2ba7f2006-02-14 22:29:30 +00006184 /* If there is another tab page there always is another window. */
6185 if (first_tabpage->tp_next != NULL)
6186 return FALSE;
6187
Bram Moolenaar29323592016-07-24 22:04:11 +02006188 FOR_ALL_WINDOWS(wp)
Bram Moolenaar802418d2013-01-17 14:00:11 +01006189 if (wp->w_buffer != NULL
Bram Moolenaard28cc3f2017-07-27 22:03:50 +02006190 && (!((bt_help(wp->w_buffer) && !bt_help(curbuf))
Bram Moolenaar071d4272004-06-13 20:20:40 +00006191# ifdef FEAT_QUICKFIX
6192 || wp->w_p_pvw
6193# endif
Bram Moolenaarf2bd8ef2018-03-04 18:08:14 +01006194 ) || wp == curwin) && wp != aucmd_win)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006195 ++count;
6196 return (count <= 1);
Bram Moolenaar071d4272004-06-13 20:20:40 +00006197}
6198
Bram Moolenaar071d4272004-06-13 20:20:40 +00006199/*
6200 * Correct the cursor line number in other windows. Used after changing the
6201 * current buffer, and before applying autocommands.
6202 * When "do_curwin" is TRUE, also check current window.
6203 */
6204 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006205check_lnums(int do_curwin)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006206{
6207 win_T *wp;
Bram Moolenaarf740b292006-02-16 22:11:02 +00006208 tabpage_T *tp;
6209
6210 FOR_ALL_TAB_WINDOWS(tp, wp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006211 if ((do_curwin || wp != curwin) && wp->w_buffer == curbuf)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006212 {
Bram Moolenaara68e5952019-04-25 22:22:01 +02006213 // save the original cursor position and topline
6214 wp->w_save_cursor.w_cursor_save = wp->w_cursor;
6215 wp->w_save_cursor.w_topline_save = wp->w_topline;
6216
Bram Moolenaar071d4272004-06-13 20:20:40 +00006217 if (wp->w_cursor.lnum > curbuf->b_ml.ml_line_count)
6218 wp->w_cursor.lnum = curbuf->b_ml.ml_line_count;
6219 if (wp->w_topline > curbuf->b_ml.ml_line_count)
6220 wp->w_topline = curbuf->b_ml.ml_line_count;
Bram Moolenaara68e5952019-04-25 22:22:01 +02006221
6222 // save the corrected cursor position and topline
6223 wp->w_save_cursor.w_cursor_corr = wp->w_cursor;
6224 wp->w_save_cursor.w_topline_corr = wp->w_topline;
6225 }
6226}
6227
6228/*
6229 * Reset cursor and topline to its stored values from check_lnums().
6230 * check_lnums() must have been called first!
6231 */
6232 void
6233reset_lnums()
6234{
6235 win_T *wp;
6236 tabpage_T *tp;
6237
6238 FOR_ALL_TAB_WINDOWS(tp, wp)
6239 if (wp->w_buffer == curbuf)
6240 {
6241 // Restore the value if the autocommand didn't change it.
6242 if (EQUAL_POS(wp->w_save_cursor.w_cursor_corr, wp->w_cursor))
6243 wp->w_cursor = wp->w_save_cursor.w_cursor_save;
6244 if (wp->w_save_cursor.w_topline_corr == wp->w_topline)
6245 wp->w_topline = wp->w_save_cursor.w_topline_save;
Bram Moolenaar071d4272004-06-13 20:20:40 +00006246 }
6247}
Bram Moolenaar071d4272004-06-13 20:20:40 +00006248
6249/*
6250 * A snapshot of the window sizes, to restore them after closing the help
6251 * window.
6252 * Only these fields are used:
6253 * fr_layout
6254 * fr_width
6255 * fr_height
6256 * fr_next
6257 * fr_child
6258 * fr_win (only valid for the old curwin, NULL otherwise)
6259 */
Bram Moolenaar071d4272004-06-13 20:20:40 +00006260
6261/*
6262 * Create a snapshot of the current frame sizes.
6263 */
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006264 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006265make_snapshot(int idx)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006266{
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006267 clear_snapshot(curtab, idx);
6268 make_snapshot_rec(topframe, &curtab->tp_snapshot[idx]);
Bram Moolenaar071d4272004-06-13 20:20:40 +00006269}
6270
6271 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006272make_snapshot_rec(frame_T *fr, frame_T **frp)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006273{
6274 *frp = (frame_T *)alloc_clear((unsigned)sizeof(frame_T));
6275 if (*frp == NULL)
6276 return;
6277 (*frp)->fr_layout = fr->fr_layout;
Bram Moolenaar071d4272004-06-13 20:20:40 +00006278 (*frp)->fr_width = fr->fr_width;
Bram Moolenaar071d4272004-06-13 20:20:40 +00006279 (*frp)->fr_height = fr->fr_height;
6280 if (fr->fr_next != NULL)
6281 make_snapshot_rec(fr->fr_next, &((*frp)->fr_next));
6282 if (fr->fr_child != NULL)
6283 make_snapshot_rec(fr->fr_child, &((*frp)->fr_child));
6284 if (fr->fr_layout == FR_LEAF && fr->fr_win == curwin)
6285 (*frp)->fr_win = curwin;
6286}
6287
6288/*
6289 * Remove any existing snapshot.
6290 */
6291 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006292clear_snapshot(tabpage_T *tp, int idx)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006293{
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006294 clear_snapshot_rec(tp->tp_snapshot[idx]);
6295 tp->tp_snapshot[idx] = NULL;
Bram Moolenaar071d4272004-06-13 20:20:40 +00006296}
6297
6298 static void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006299clear_snapshot_rec(frame_T *fr)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006300{
6301 if (fr != NULL)
6302 {
6303 clear_snapshot_rec(fr->fr_next);
6304 clear_snapshot_rec(fr->fr_child);
6305 vim_free(fr);
6306 }
6307}
6308
6309/*
6310 * Restore a previously created snapshot, if there is any.
6311 * This is only done if the screen size didn't change and the window layout is
6312 * still the same.
6313 */
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006314 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006315restore_snapshot(
6316 int idx,
6317 int close_curwin) /* closing current window */
Bram Moolenaar071d4272004-06-13 20:20:40 +00006318{
6319 win_T *wp;
6320
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006321 if (curtab->tp_snapshot[idx] != NULL
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006322 && curtab->tp_snapshot[idx]->fr_width == topframe->fr_width
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006323 && curtab->tp_snapshot[idx]->fr_height == topframe->fr_height
6324 && check_snapshot_rec(curtab->tp_snapshot[idx], topframe) == OK)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006325 {
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006326 wp = restore_snapshot_rec(curtab->tp_snapshot[idx], topframe);
Bram Moolenaar071d4272004-06-13 20:20:40 +00006327 win_comp_pos();
6328 if (wp != NULL && close_curwin)
6329 win_goto(wp);
Bram Moolenaarbf3250a2019-01-06 17:25:29 +01006330 redraw_all_later(NOT_VALID);
Bram Moolenaar071d4272004-06-13 20:20:40 +00006331 }
Bram Moolenaar746ebd32009-06-16 14:01:43 +00006332 clear_snapshot(curtab, idx);
Bram Moolenaar071d4272004-06-13 20:20:40 +00006333}
6334
6335/*
6336 * Check if frames "sn" and "fr" have the same layout, same following frames
Bram Moolenaar343b8c02017-02-17 12:04:56 +01006337 * and same children. And the window pointer is valid.
Bram Moolenaar071d4272004-06-13 20:20:40 +00006338 */
6339 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006340check_snapshot_rec(frame_T *sn, frame_T *fr)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006341{
6342 if (sn->fr_layout != fr->fr_layout
6343 || (sn->fr_next == NULL) != (fr->fr_next == NULL)
6344 || (sn->fr_child == NULL) != (fr->fr_child == NULL)
6345 || (sn->fr_next != NULL
6346 && check_snapshot_rec(sn->fr_next, fr->fr_next) == FAIL)
6347 || (sn->fr_child != NULL
Bram Moolenaar343b8c02017-02-17 12:04:56 +01006348 && check_snapshot_rec(sn->fr_child, fr->fr_child) == FAIL)
Bram Moolenaar2c90d512017-03-18 22:35:30 +01006349 || (sn->fr_win != NULL && !win_valid(sn->fr_win)))
Bram Moolenaar071d4272004-06-13 20:20:40 +00006350 return FAIL;
6351 return OK;
6352}
6353
6354/*
6355 * Copy the size of snapshot frame "sn" to frame "fr". Do the same for all
6356 * following frames and children.
6357 * Returns a pointer to the old current window, or NULL.
6358 */
6359 static win_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006360restore_snapshot_rec(frame_T *sn, frame_T *fr)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006361{
6362 win_T *wp = NULL;
6363 win_T *wp2;
6364
6365 fr->fr_height = sn->fr_height;
Bram Moolenaar071d4272004-06-13 20:20:40 +00006366 fr->fr_width = sn->fr_width;
Bram Moolenaar071d4272004-06-13 20:20:40 +00006367 if (fr->fr_layout == FR_LEAF)
6368 {
6369 frame_new_height(fr, fr->fr_height, FALSE, FALSE);
Bram Moolenaarbe4d5062006-03-18 21:30:13 +00006370 frame_new_width(fr, fr->fr_width, FALSE, FALSE);
Bram Moolenaar071d4272004-06-13 20:20:40 +00006371 wp = sn->fr_win;
6372 }
6373 if (sn->fr_next != NULL)
6374 {
6375 wp2 = restore_snapshot_rec(sn->fr_next, fr->fr_next);
6376 if (wp2 != NULL)
6377 wp = wp2;
6378 }
6379 if (sn->fr_child != NULL)
6380 {
6381 wp2 = restore_snapshot_rec(sn->fr_child, fr->fr_child);
6382 if (wp2 != NULL)
6383 wp = wp2;
6384 }
6385 return wp;
6386}
6387
Bram Moolenaar95064ec2013-07-17 17:15:25 +02006388#if defined(FEAT_EVAL) || defined(FEAT_PYTHON) || defined(FEAT_PYTHON3) \
6389 || defined(PROTO)
Bram Moolenaar105bc352013-05-17 16:03:57 +02006390/*
6391 * Set "win" to be the curwin and "tp" to be the current tab page.
Bram Moolenaar5d2bae82014-09-19 14:26:36 +02006392 * restore_win() MUST be called to undo, also when FAIL is returned.
6393 * No autocommands will be executed until restore_win() is called.
Bram Moolenaard6949742013-06-16 14:18:28 +02006394 * When "no_display" is TRUE the display won't be affected, no redraw is
6395 * triggered, another tabpage access is limited.
Bram Moolenaar105bc352013-05-17 16:03:57 +02006396 * Returns FAIL if switching to "win" failed.
6397 */
6398 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006399switch_win(
Bram Moolenaar816968d2017-09-29 21:29:18 +02006400 win_T **save_curwin,
6401 tabpage_T **save_curtab,
6402 win_T *win,
6403 tabpage_T *tp,
6404 int no_display)
Bram Moolenaar105bc352013-05-17 16:03:57 +02006405{
Bram Moolenaar105bc352013-05-17 16:03:57 +02006406 block_autocmds();
Bram Moolenaar105bc352013-05-17 16:03:57 +02006407 *save_curwin = curwin;
6408 if (tp != NULL)
6409 {
6410 *save_curtab = curtab;
Bram Moolenaard6949742013-06-16 14:18:28 +02006411 if (no_display)
6412 {
6413 curtab->tp_firstwin = firstwin;
6414 curtab->tp_lastwin = lastwin;
6415 curtab = tp;
6416 firstwin = curtab->tp_firstwin;
6417 lastwin = curtab->tp_lastwin;
6418 }
6419 else
6420 goto_tabpage_tp(tp, FALSE, FALSE);
Bram Moolenaar105bc352013-05-17 16:03:57 +02006421 }
6422 if (!win_valid(win))
Bram Moolenaar105bc352013-05-17 16:03:57 +02006423 return FAIL;
Bram Moolenaar105bc352013-05-17 16:03:57 +02006424 curwin = win;
6425 curbuf = curwin->w_buffer;
Bram Moolenaar105bc352013-05-17 16:03:57 +02006426 return OK;
6427}
6428
6429/*
6430 * Restore current tabpage and window saved by switch_win(), if still valid.
Bram Moolenaard6949742013-06-16 14:18:28 +02006431 * When "no_display" is TRUE the display won't be affected, no redraw is
6432 * triggered.
Bram Moolenaar105bc352013-05-17 16:03:57 +02006433 */
6434 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006435restore_win(
6436 win_T *save_curwin UNUSED,
6437 tabpage_T *save_curtab UNUSED,
6438 int no_display UNUSED)
Bram Moolenaar105bc352013-05-17 16:03:57 +02006439{
Bram Moolenaar105bc352013-05-17 16:03:57 +02006440 if (save_curtab != NULL && valid_tabpage(save_curtab))
Bram Moolenaard6949742013-06-16 14:18:28 +02006441 {
6442 if (no_display)
6443 {
6444 curtab->tp_firstwin = firstwin;
6445 curtab->tp_lastwin = lastwin;
6446 curtab = save_curtab;
6447 firstwin = curtab->tp_firstwin;
6448 lastwin = curtab->tp_lastwin;
6449 }
6450 else
6451 goto_tabpage_tp(save_curtab, FALSE, FALSE);
6452 }
Bram Moolenaar105bc352013-05-17 16:03:57 +02006453 if (win_valid(save_curwin))
6454 {
6455 curwin = save_curwin;
6456 curbuf = curwin->w_buffer;
6457 }
Bram Moolenaar105bc352013-05-17 16:03:57 +02006458 unblock_autocmds();
Bram Moolenaar105bc352013-05-17 16:03:57 +02006459}
6460
6461/*
6462 * Make "buf" the current buffer. restore_buffer() MUST be called to undo.
6463 * No autocommands will be executed. Use aucmd_prepbuf() if there are any.
6464 */
6465 void
Bram Moolenaar7c0a2f32016-07-10 22:11:16 +02006466switch_buffer(bufref_T *save_curbuf, buf_T *buf)
Bram Moolenaar105bc352013-05-17 16:03:57 +02006467{
Bram Moolenaar105bc352013-05-17 16:03:57 +02006468 block_autocmds();
Bram Moolenaar7c0a2f32016-07-10 22:11:16 +02006469 set_bufref(save_curbuf, curbuf);
Bram Moolenaar105bc352013-05-17 16:03:57 +02006470 --curbuf->b_nwindows;
6471 curbuf = buf;
6472 curwin->w_buffer = buf;
6473 ++curbuf->b_nwindows;
6474}
6475
6476/*
6477 * Restore the current buffer after using switch_buffer().
6478 */
6479 void
Bram Moolenaar7c0a2f32016-07-10 22:11:16 +02006480restore_buffer(bufref_T *save_curbuf)
Bram Moolenaar105bc352013-05-17 16:03:57 +02006481{
Bram Moolenaar105bc352013-05-17 16:03:57 +02006482 unblock_autocmds();
Bram Moolenaar105bc352013-05-17 16:03:57 +02006483 /* Check for valid buffer, just in case. */
Bram Moolenaar7c0a2f32016-07-10 22:11:16 +02006484 if (bufref_valid(save_curbuf))
Bram Moolenaar105bc352013-05-17 16:03:57 +02006485 {
6486 --curbuf->b_nwindows;
Bram Moolenaar7c0a2f32016-07-10 22:11:16 +02006487 curwin->w_buffer = save_curbuf->br_buf;
6488 curbuf = save_curbuf->br_buf;
Bram Moolenaar105bc352013-05-17 16:03:57 +02006489 ++curbuf->b_nwindows;
6490 }
6491}
6492#endif
6493
Bram Moolenaar4033c552017-09-16 20:54:51 +02006494#if defined(FEAT_GUI) || defined(PROTO)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006495/*
6496 * Return TRUE if there is any vertically split window.
6497 */
6498 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006499win_hasvertsplit(void)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006500{
6501 frame_T *fr;
6502
6503 if (topframe->fr_layout == FR_ROW)
6504 return TRUE;
6505
6506 if (topframe->fr_layout == FR_COL)
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01006507 FOR_ALL_FRAMES(fr, topframe->fr_child)
Bram Moolenaar071d4272004-06-13 20:20:40 +00006508 if (fr->fr_layout == FR_ROW)
6509 return TRUE;
6510
6511 return FALSE;
6512}
6513#endif
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006514
6515#if defined(FEAT_SEARCH_EXTRA) || defined(PROTO)
6516/*
6517 * Add match to the match list of window 'wp'. The pattern 'pat' will be
Bram Moolenaare37d50a2008-08-06 17:06:04 +00006518 * highlighted with the group 'grp' with priority 'prio'.
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006519 * Optionally, a desired ID 'id' can be specified (greater than or equal to 1).
6520 * If no particular ID is desired, -1 must be specified for 'id'.
6521 * Return ID of added match, -1 on failure.
6522 */
6523 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006524match_add(
6525 win_T *wp,
6526 char_u *grp,
6527 char_u *pat,
6528 int prio,
6529 int id,
6530 list_T *pos_list,
6531 char_u *conceal_char UNUSED) /* pointer to conceal replacement char */
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006532{
Bram Moolenaarb3414592014-06-17 17:48:32 +02006533 matchitem_T *cur;
6534 matchitem_T *prev;
6535 matchitem_T *m;
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006536 int hlg_id;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006537 regprog_T *regprog = NULL;
6538 int rtype = SOME_VALID;
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006539
Bram Moolenaarb3414592014-06-17 17:48:32 +02006540 if (*grp == NUL || (pat != NULL && *pat == NUL))
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006541 return -1;
6542 if (id < -1 || id == 0)
6543 {
Bram Moolenaarb5443cc2019-01-15 20:19:40 +01006544 semsg(_("E799: Invalid ID: %d (must be greater than or equal to 1)"), id);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006545 return -1;
6546 }
6547 if (id != -1)
6548 {
6549 cur = wp->w_match_head;
6550 while (cur != NULL)
6551 {
6552 if (cur->id == id)
6553 {
Bram Moolenaarb5443cc2019-01-15 20:19:40 +01006554 semsg(_("E801: ID already taken: %d"), id);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006555 return -1;
6556 }
6557 cur = cur->next;
6558 }
6559 }
Bram Moolenaarcb4cef22008-03-16 15:04:34 +00006560 if ((hlg_id = syn_namen2id(grp, (int)STRLEN(grp))) == 0)
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006561 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01006562 semsg(_(e_nogroup), grp);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006563 return -1;
6564 }
Bram Moolenaarb3414592014-06-17 17:48:32 +02006565 if (pat != NULL && (regprog = vim_regcomp(pat, RE_MAGIC)) == NULL)
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006566 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01006567 semsg(_(e_invarg2), pat);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006568 return -1;
6569 }
6570
6571 /* Find available match ID. */
6572 while (id == -1)
6573 {
6574 cur = wp->w_match_head;
6575 while (cur != NULL && cur->id != wp->w_next_match_id)
6576 cur = cur->next;
6577 if (cur == NULL)
6578 id = wp->w_next_match_id;
6579 wp->w_next_match_id++;
6580 }
6581
6582 /* Build new match. */
Bram Moolenaardeae0f22014-06-18 21:20:11 +02006583 m = (matchitem_T *)alloc_clear(sizeof(matchitem_T));
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006584 m->id = id;
6585 m->priority = prio;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006586 m->pattern = pat == NULL ? NULL : vim_strsave(pat);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006587 m->hlg_id = hlg_id;
Bram Moolenaar0963cd92007-08-05 16:49:43 +00006588 m->match.regprog = regprog;
6589 m->match.rmm_ic = FALSE;
6590 m->match.rmm_maxcol = 0;
Bram Moolenaar264b74f2019-01-24 17:18:42 +01006591# if defined(FEAT_CONCEAL)
Bram Moolenaar6561d522015-07-21 15:48:27 +02006592 m->conceal_char = 0;
6593 if (conceal_char != NULL)
6594 m->conceal_char = (*mb_ptr2char)(conceal_char);
Bram Moolenaar42356152016-03-31 22:27:40 +02006595# endif
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006596
Bram Moolenaarb3414592014-06-17 17:48:32 +02006597 /* Set up position matches */
6598 if (pos_list != NULL)
6599 {
6600 linenr_T toplnum = 0;
6601 linenr_T botlnum = 0;
6602 listitem_T *li;
6603 int i;
6604
Bram Moolenaarb6da44a2014-06-25 18:15:22 +02006605 for (i = 0, li = pos_list->lv_first; li != NULL && i < MAXPOSMATCH;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006606 i++, li = li->li_next)
6607 {
6608 linenr_T lnum = 0;
6609 colnr_T col = 0;
6610 int len = 1;
6611 list_T *subl;
6612 listitem_T *subli;
Bram Moolenaardeae0f22014-06-18 21:20:11 +02006613 int error = FALSE;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006614
Bram Moolenaarb3414592014-06-17 17:48:32 +02006615 if (li->li_tv.v_type == VAR_LIST)
6616 {
6617 subl = li->li_tv.vval.v_list;
6618 if (subl == NULL)
6619 goto fail;
6620 subli = subl->lv_first;
6621 if (subli == NULL)
6622 goto fail;
Bram Moolenaard155d7a2018-12-21 16:04:21 +01006623 lnum = tv_get_number_chk(&subli->li_tv, &error);
Bram Moolenaarb3414592014-06-17 17:48:32 +02006624 if (error == TRUE)
6625 goto fail;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006626 if (lnum == 0)
6627 {
6628 --i;
6629 continue;
6630 }
Bram Moolenaarb6da44a2014-06-25 18:15:22 +02006631 m->pos.pos[i].lnum = lnum;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006632 subli = subli->li_next;
6633 if (subli != NULL)
6634 {
Bram Moolenaard155d7a2018-12-21 16:04:21 +01006635 col = tv_get_number_chk(&subli->li_tv, &error);
Bram Moolenaarb3414592014-06-17 17:48:32 +02006636 if (error == TRUE)
6637 goto fail;
6638 subli = subli->li_next;
6639 if (subli != NULL)
6640 {
Bram Moolenaard155d7a2018-12-21 16:04:21 +01006641 len = tv_get_number_chk(&subli->li_tv, &error);
Bram Moolenaarb3414592014-06-17 17:48:32 +02006642 if (error == TRUE)
6643 goto fail;
6644 }
6645 }
6646 m->pos.pos[i].col = col;
6647 m->pos.pos[i].len = len;
6648 }
6649 else if (li->li_tv.v_type == VAR_NUMBER)
6650 {
6651 if (li->li_tv.vval.v_number == 0)
Bram Moolenaarb6da44a2014-06-25 18:15:22 +02006652 {
6653 --i;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006654 continue;
Bram Moolenaarb6da44a2014-06-25 18:15:22 +02006655 }
Bram Moolenaarb3414592014-06-17 17:48:32 +02006656 m->pos.pos[i].lnum = li->li_tv.vval.v_number;
6657 m->pos.pos[i].col = 0;
6658 m->pos.pos[i].len = 0;
6659 }
6660 else
6661 {
Bram Moolenaarf9e3e092019-01-13 23:38:42 +01006662 emsg(_("List or number required"));
Bram Moolenaarb3414592014-06-17 17:48:32 +02006663 goto fail;
6664 }
6665 if (toplnum == 0 || lnum < toplnum)
6666 toplnum = lnum;
Bram Moolenaar41d75232014-06-25 17:58:11 +02006667 if (botlnum == 0 || lnum >= botlnum)
6668 botlnum = lnum + 1;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006669 }
6670
6671 /* Calculate top and bottom lines for redrawing area */
6672 if (toplnum != 0)
6673 {
6674 if (wp->w_buffer->b_mod_set)
6675 {
6676 if (wp->w_buffer->b_mod_top > toplnum)
6677 wp->w_buffer->b_mod_top = toplnum;
6678 if (wp->w_buffer->b_mod_bot < botlnum)
6679 wp->w_buffer->b_mod_bot = botlnum;
6680 }
6681 else
6682 {
Bram Moolenaardab70c62014-07-02 17:16:58 +02006683 wp->w_buffer->b_mod_set = TRUE;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006684 wp->w_buffer->b_mod_top = toplnum;
6685 wp->w_buffer->b_mod_bot = botlnum;
Bram Moolenaardab70c62014-07-02 17:16:58 +02006686 wp->w_buffer->b_mod_xlines = 0;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006687 }
6688 m->pos.toplnum = toplnum;
6689 m->pos.botlnum = botlnum;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006690 rtype = VALID;
6691 }
6692 }
6693
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006694 /* Insert new match. The match list is in ascending order with regard to
6695 * the match priorities. */
6696 cur = wp->w_match_head;
6697 prev = cur;
6698 while (cur != NULL && prio >= cur->priority)
6699 {
6700 prev = cur;
6701 cur = cur->next;
6702 }
6703 if (cur == prev)
6704 wp->w_match_head = m;
6705 else
6706 prev->next = m;
6707 m->next = cur;
6708
Bram Moolenaarb3414592014-06-17 17:48:32 +02006709 redraw_later(rtype);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006710 return id;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006711
6712fail:
6713 vim_free(m);
6714 return -1;
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006715}
6716
6717/*
6718 * Delete match with ID 'id' in the match list of window 'wp'.
6719 * Print error messages if 'perr' is TRUE.
6720 */
6721 int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006722match_delete(win_T *wp, int id, int perr)
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006723{
Bram Moolenaarb3414592014-06-17 17:48:32 +02006724 matchitem_T *cur = wp->w_match_head;
6725 matchitem_T *prev = cur;
6726 int rtype = SOME_VALID;
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006727
6728 if (id < 1)
6729 {
6730 if (perr == TRUE)
Bram Moolenaarb5443cc2019-01-15 20:19:40 +01006731 semsg(_("E802: Invalid ID: %d (must be greater than or equal to 1)"),
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006732 id);
6733 return -1;
6734 }
6735 while (cur != NULL && cur->id != id)
6736 {
6737 prev = cur;
6738 cur = cur->next;
6739 }
6740 if (cur == NULL)
6741 {
6742 if (perr == TRUE)
Bram Moolenaarb5443cc2019-01-15 20:19:40 +01006743 semsg(_("E803: ID not found: %d"), id);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006744 return -1;
6745 }
6746 if (cur == prev)
6747 wp->w_match_head = cur->next;
6748 else
6749 prev->next = cur->next;
Bram Moolenaar473de612013-06-08 18:19:48 +02006750 vim_regfree(cur->match.regprog);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006751 vim_free(cur->pattern);
Bram Moolenaarb3414592014-06-17 17:48:32 +02006752 if (cur->pos.toplnum != 0)
6753 {
6754 if (wp->w_buffer->b_mod_set)
6755 {
6756 if (wp->w_buffer->b_mod_top > cur->pos.toplnum)
6757 wp->w_buffer->b_mod_top = cur->pos.toplnum;
6758 if (wp->w_buffer->b_mod_bot < cur->pos.botlnum)
6759 wp->w_buffer->b_mod_bot = cur->pos.botlnum;
6760 }
6761 else
6762 {
Bram Moolenaardab70c62014-07-02 17:16:58 +02006763 wp->w_buffer->b_mod_set = TRUE;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006764 wp->w_buffer->b_mod_top = cur->pos.toplnum;
6765 wp->w_buffer->b_mod_bot = cur->pos.botlnum;
Bram Moolenaardab70c62014-07-02 17:16:58 +02006766 wp->w_buffer->b_mod_xlines = 0;
Bram Moolenaarb3414592014-06-17 17:48:32 +02006767 }
Bram Moolenaarb3414592014-06-17 17:48:32 +02006768 rtype = VALID;
6769 }
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006770 vim_free(cur);
Bram Moolenaarb3414592014-06-17 17:48:32 +02006771 redraw_later(rtype);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006772 return 0;
6773}
6774
6775/*
6776 * Delete all matches in the match list of window 'wp'.
6777 */
6778 void
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006779clear_matches(win_T *wp)
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006780{
6781 matchitem_T *m;
6782
6783 while (wp->w_match_head != NULL)
6784 {
6785 m = wp->w_match_head->next;
Bram Moolenaar473de612013-06-08 18:19:48 +02006786 vim_regfree(wp->w_match_head->match.regprog);
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006787 vim_free(wp->w_match_head->pattern);
6788 vim_free(wp->w_match_head);
6789 wp->w_match_head = m;
6790 }
6791 redraw_later(SOME_VALID);
6792}
6793
6794/*
6795 * Get match from ID 'id' in window 'wp'.
6796 * Return NULL if match not found.
6797 */
6798 matchitem_T *
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006799get_match(win_T *wp, int id)
Bram Moolenaar6ee10162007-07-26 20:58:42 +00006800{
6801 matchitem_T *cur = wp->w_match_head;
6802
6803 while (cur != NULL && cur->id != id)
6804 cur = cur->next;
6805 return cur;
6806}
6807#endif
Bram Moolenaar6d216452013-05-12 19:00:41 +02006808
6809#if defined(FEAT_PYTHON) || defined(FEAT_PYTHON3) || defined(PROTO)
6810 int
Bram Moolenaar5e538ec2013-05-15 15:12:29 +02006811get_win_number(win_T *wp, win_T *first_win)
Bram Moolenaar6d216452013-05-12 19:00:41 +02006812{
6813 int i = 1;
6814 win_T *w;
6815
Bram Moolenaar5e538ec2013-05-15 15:12:29 +02006816 for (w = first_win; w != NULL && w != wp; w = W_NEXT(w))
Bram Moolenaar6d216452013-05-12 19:00:41 +02006817 ++i;
6818
6819 if (w == NULL)
6820 return 0;
6821 else
6822 return i;
6823}
Bram Moolenaar5e538ec2013-05-15 15:12:29 +02006824
6825 int
Bram Moolenaar8c0e3222013-06-16 17:32:40 +02006826get_tab_number(tabpage_T *tp UNUSED)
Bram Moolenaar5e538ec2013-05-15 15:12:29 +02006827{
6828 int i = 1;
6829 tabpage_T *t;
6830
6831 for (t = first_tabpage; t != NULL && t != tp; t = t->tp_next)
6832 ++i;
6833
6834 if (t == NULL)
6835 return 0;
6836 else
6837 return i;
6838}
Bram Moolenaar6d216452013-05-12 19:00:41 +02006839#endif
Bram Moolenaarb893ac22013-06-26 14:04:47 +02006840
6841/*
6842 * Return TRUE if "topfrp" and its children are at the right height.
6843 */
6844 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006845frame_check_height(frame_T *topfrp, int height)
Bram Moolenaarb893ac22013-06-26 14:04:47 +02006846{
6847 frame_T *frp;
6848
6849 if (topfrp->fr_height != height)
6850 return FALSE;
6851
6852 if (topfrp->fr_layout == FR_ROW)
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01006853 FOR_ALL_FRAMES(frp, topfrp->fr_child)
Bram Moolenaarb893ac22013-06-26 14:04:47 +02006854 if (frp->fr_height != height)
6855 return FALSE;
6856
6857 return TRUE;
6858}
6859
Bram Moolenaarb893ac22013-06-26 14:04:47 +02006860/*
6861 * Return TRUE if "topfrp" and its children are at the right width.
6862 */
6863 static int
Bram Moolenaarb638a7b2016-01-30 21:29:58 +01006864frame_check_width(frame_T *topfrp, int width)
Bram Moolenaarb893ac22013-06-26 14:04:47 +02006865{
6866 frame_T *frp;
6867
6868 if (topfrp->fr_width != width)
6869 return FALSE;
6870
6871 if (topfrp->fr_layout == FR_COL)
Bram Moolenaar3d1491e2018-12-22 17:07:50 +01006872 FOR_ALL_FRAMES(frp, topfrp->fr_child)
Bram Moolenaarb893ac22013-06-26 14:04:47 +02006873 if (frp->fr_width != width)
6874 return FALSE;
6875
6876 return TRUE;
6877}
Bram Moolenaarb893ac22013-06-26 14:04:47 +02006878
Bram Moolenaar86edef62016-03-13 18:07:30 +01006879#if defined(FEAT_EVAL) || defined(PROTO)
6880 int
6881win_getid(typval_T *argvars)
6882{
6883 int winnr;
6884 win_T *wp;
6885
6886 if (argvars[0].v_type == VAR_UNKNOWN)
6887 return curwin->w_id;
Bram Moolenaard155d7a2018-12-21 16:04:21 +01006888 winnr = tv_get_number(&argvars[0]);
Bram Moolenaar86edef62016-03-13 18:07:30 +01006889 if (winnr > 0)
6890 {
6891 if (argvars[1].v_type == VAR_UNKNOWN)
6892 wp = firstwin;
6893 else
6894 {
6895 tabpage_T *tp;
Bram Moolenaard155d7a2018-12-21 16:04:21 +01006896 int tabnr = tv_get_number(&argvars[1]);
Bram Moolenaar86edef62016-03-13 18:07:30 +01006897
Bram Moolenaar29323592016-07-24 22:04:11 +02006898 FOR_ALL_TABPAGES(tp)
Bram Moolenaar86edef62016-03-13 18:07:30 +01006899 if (--tabnr == 0)
6900 break;
6901 if (tp == NULL)
6902 return -1;
Bram Moolenaar8e639052016-11-13 14:31:40 +01006903 if (tp == curtab)
6904 wp = firstwin;
6905 else
6906 wp = tp->tp_firstwin;
Bram Moolenaar86edef62016-03-13 18:07:30 +01006907 }
6908 for ( ; wp != NULL; wp = wp->w_next)
6909 if (--winnr == 0)
6910 return wp->w_id;
6911 }
6912 return 0;
6913}
6914
6915 int
6916win_gotoid(typval_T *argvars)
6917{
6918 win_T *wp;
6919 tabpage_T *tp;
Bram Moolenaard155d7a2018-12-21 16:04:21 +01006920 int id = tv_get_number(&argvars[0]);
Bram Moolenaar86edef62016-03-13 18:07:30 +01006921
Bram Moolenaar29323592016-07-24 22:04:11 +02006922 FOR_ALL_TAB_WINDOWS(tp, wp)
Bram Moolenaar86edef62016-03-13 18:07:30 +01006923 if (wp->w_id == id)
6924 {
6925 goto_tabpage_win(tp, wp);
6926 return 1;
6927 }
6928 return 0;
6929}
6930
6931 void
6932win_id2tabwin(typval_T *argvars, list_T *list)
6933{
6934 win_T *wp;
6935 tabpage_T *tp;
6936 int winnr = 1;
6937 int tabnr = 1;
Bram Moolenaard155d7a2018-12-21 16:04:21 +01006938 int id = tv_get_number(&argvars[0]);
Bram Moolenaar86edef62016-03-13 18:07:30 +01006939
Bram Moolenaar29323592016-07-24 22:04:11 +02006940 FOR_ALL_TABPAGES(tp)
Bram Moolenaar86edef62016-03-13 18:07:30 +01006941 {
Bram Moolenaar29323592016-07-24 22:04:11 +02006942 FOR_ALL_WINDOWS_IN_TAB(tp, wp)
Bram Moolenaar86edef62016-03-13 18:07:30 +01006943 {
6944 if (wp->w_id == id)
6945 {
6946 list_append_number(list, tabnr);
6947 list_append_number(list, winnr);
6948 return;
6949 }
6950 ++winnr;
6951 }
6952 ++tabnr;
6953 winnr = 1;
6954 }
6955 list_append_number(list, 0);
6956 list_append_number(list, 0);
6957}
6958
Bram Moolenaarb5ae48e2016-08-12 22:23:25 +02006959 win_T *
Bram Moolenaareeb1b9c2019-02-10 22:59:04 +01006960win_id2wp(int id)
Bram Moolenaarb5ae48e2016-08-12 22:23:25 +02006961{
6962 win_T *wp;
6963 tabpage_T *tp;
Bram Moolenaarb5ae48e2016-08-12 22:23:25 +02006964
6965 FOR_ALL_TAB_WINDOWS(tp, wp)
6966 if (wp->w_id == id)
6967 return wp;
6968
6969 return NULL;
6970}
6971
Bram Moolenaar86edef62016-03-13 18:07:30 +01006972 int
6973win_id2win(typval_T *argvars)
6974{
6975 win_T *wp;
6976 int nr = 1;
Bram Moolenaard155d7a2018-12-21 16:04:21 +01006977 int id = tv_get_number(&argvars[0]);
Bram Moolenaar86edef62016-03-13 18:07:30 +01006978
Bram Moolenaar29323592016-07-24 22:04:11 +02006979 FOR_ALL_WINDOWS(wp)
Bram Moolenaar86edef62016-03-13 18:07:30 +01006980 {
6981 if (wp->w_id == id)
6982 return nr;
6983 ++nr;
6984 }
6985 return 0;
6986}
Bram Moolenaar9cdf86b2016-03-13 19:04:51 +01006987
6988 void
6989win_findbuf(typval_T *argvars, list_T *list)
6990{
6991 win_T *wp;
6992 tabpage_T *tp;
Bram Moolenaard155d7a2018-12-21 16:04:21 +01006993 int bufnr = tv_get_number(&argvars[0]);
Bram Moolenaar9cdf86b2016-03-13 19:04:51 +01006994
Bram Moolenaar29323592016-07-24 22:04:11 +02006995 FOR_ALL_TAB_WINDOWS(tp, wp)
Bram Moolenaar9cdf86b2016-03-13 19:04:51 +01006996 if (wp->w_buffer->b_fnum == bufnr)
6997 list_append_number(list, wp->w_id);
6998}
6999
Bram Moolenaar0f6b4f02018-08-21 16:56:34 +02007000/*
7001 * Get the layout of the given tab page for winlayout().
7002 */
7003 void
7004get_framelayout(frame_T *fr, list_T *l, int outer)
7005{
7006 frame_T *child;
7007 list_T *fr_list;
7008 list_T *win_list;
7009
7010 if (fr == NULL)
7011 return;
7012
7013 if (outer)
7014 // outermost call from f_winlayout()
7015 fr_list = l;
7016 else
7017 {
7018 fr_list = list_alloc();
7019 if (fr_list == NULL)
7020 return;
7021 list_append_list(l, fr_list);
7022 }
7023
7024 if (fr->fr_layout == FR_LEAF)
7025 {
7026 if (fr->fr_win != NULL)
7027 {
7028 list_append_string(fr_list, (char_u *)"leaf", -1);
7029 list_append_number(fr_list, fr->fr_win->w_id);
7030 }
7031 }
7032 else
7033 {
7034 list_append_string(fr_list,
7035 fr->fr_layout == FR_ROW ? (char_u *)"row" : (char_u *)"col", -1);
7036
7037 win_list = list_alloc();
7038 if (win_list == NULL)
7039 return;
7040 list_append_list(fr_list, win_list);
7041 child = fr->fr_child;
7042 while (child != NULL)
7043 {
7044 get_framelayout(child, win_list, FALSE);
7045 child = child->fr_next;
7046 }
7047 }
7048}
Bram Moolenaar86edef62016-03-13 18:07:30 +01007049#endif