Patch 9.0.0037 (after 9.0.0036)
Problem: Build error.
Solution: Add missing change.
Files: src/terminal.c,
*** ../vim-9.0.0036/src/terminal.c 2022-06-04 19:53:38.000000000 +0100
--- src/terminal.c 2022-07-04 17:45:03.886123992 +0100
***************
*** 3775,3781 ****
else
pos.col = 0;
! screen_line(term->tl_toprow + pos.row, 0, pos.col, Columns, 0);
}
term->tl_dirty_row_start = MAX_ROW;
--- 3775,3781 ----
else
pos.col = 0;
! screen_line(curwin, term->tl_toprow + pos.row, 0, pos.col, Columns, 0);
}
term->tl_dirty_row_start = MAX_ROW;
***************
*** 3894,3900 ****
else
pos.col = 0;
! screen_line(wp->w_winrow + pos.row
#ifdef FEAT_MENU
+ winbar_height(wp)
#endif
--- 3894,3900 ----
else
pos.col = 0;
! screen_line(wp, wp->w_winrow + pos.row
#ifdef FEAT_MENU
+ winbar_height(wp)
#endif
*** ../vim-9.0.0036/src/version.c 2022-07-04 17:34:06.390292142 +0100
--- src/version.c 2022-07-04 17:46:10.650079697 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 37,
/**/
--
hundred-and-one symptoms of being an internet addict:
45. You buy a Captain Kirk chair with a built-in keyboard and mouse.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220704164647.BDDD01C06B2%40moolenaar.net.