0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.1-244

This commit is contained in:
Bram Moolenaar
2008-02-06 16:33:58 +00:00
parent e60c58d965
commit 6f7743ef82
2 changed files with 3 additions and 5 deletions

View File

@@ -1294,11 +1294,7 @@ again:
out_flush();
gui.num_cols = (pixel_width - gui_get_base_width()) / gui.char_width;
gui.num_rows = (pixel_height - gui_get_base_height()
#if !defined(FEAT_GUI_PHOTON) && !defined(FEAT_GUI_MSWIN)
+ (gui.char_height / 2)
#endif
) / gui.char_height;
gui.num_rows = (pixel_height - gui_get_base_height()) / gui.char_height;
gui_position_components(pixel_width);

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
244,
/**/
243,
/**/