comparison src/ex_docmd.c @ 15866:6ddcd10aa7af v8.1.0940

patch 8.1.0940: MS-Windows console resizing not handled properly commit https://github.com/vim/vim/commit/78d21dae9c3a39efb30316d3e38dce120bc1abbd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 17 15:00:52 2019 +0100 patch 8.1.0940: MS-Windows console resizing not handled properly Problem: MS-Windows console resizing not handled properly. Solution: Handle resizing the console better. (Nobuhiro Takasaki, closes #3968, closes #3611)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Feb 2019 15:15:06 +0100
parents 93b78c4a7cd5
children 7fad90423bd2
comparison
equal deleted inserted replaced
15865:bf72955a2d0f 15866:6ddcd10aa7af
9851 update_screen(eap->forceit ? CLEAR : VIsual_active ? INVERTED : 0); 9851 update_screen(eap->forceit ? CLEAR : VIsual_active ? INVERTED : 0);
9852 #ifdef FEAT_TITLE 9852 #ifdef FEAT_TITLE
9853 if (need_maketitle) 9853 if (need_maketitle)
9854 maketitle(); 9854 maketitle();
9855 #endif 9855 #endif
9856 #if defined(WIN3264) && !defined(FEAT_GUI_W32)
9857 resize_console_buf();
9858 #endif
9856 RedrawingDisabled = r; 9859 RedrawingDisabled = r;
9857 p_lz = p; 9860 p_lz = p;
9858 9861
9859 /* Reset msg_didout, so that a message that's there is overwritten. */ 9862 /* Reset msg_didout, so that a message that's there is overwritten. */
9860 msg_didout = FALSE; 9863 msg_didout = FALSE;