Problem: Cannot build with +terminal but without +menu.
Solution: Add #ifdef. (Damien)
else
pos.col = 0;
- screen_line(wp->w_winrow + pos.row + winbar_height(wp),
- wp->w_wincol, pos.col, wp->w_width, FALSE);
+ screen_line(wp->w_winrow + pos.row
+#ifdef FEAT_MENU
+ + winbar_height(wp)
+#endif
+ , wp->w_wincol, pos.col, wp->w_width, FALSE);
}
term->tl_dirty_row_start = MAX_ROW;
term->tl_dirty_row_end = 0;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1603,
/**/
1602,
/**/