Hugh McMaster : conhost: Set screen buffer height to 150 characters in registry defaults.

Alexandre Julliard julliard at winehq.org
Mon Aug 2 16:43:35 CDT 2021


Module: wine
Branch: master
Commit: cfb0d152ebe9d18feb990d5396061d8e1217c931
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=cfb0d152ebe9d18feb990d5396061d8e1217c931

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Mon Aug  2 22:20:21 2021 +1000

conhost: Set screen buffer height to 150 characters in registry defaults.

This matches the defaults in create_screen_buffer().

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/conhost/window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/conhost/window.c b/programs/conhost/window.c
index 3af80383958..4033eefa313 100644
--- a/programs/conhost/window.c
+++ b/programs/conhost/window.c
@@ -256,7 +256,7 @@ static void load_config( const WCHAR *key_name, struct console_config *config )
     config->menu_mask    = 0;
     config->popup_attr   = 0xF5;
     config->quick_edit   = 0;
-    config->sb_height    = 25;
+    config->sb_height    = 150;
     config->sb_width     = 80;
     config->attr         = 0x000F;
     config->win_height   = 25;




More information about the wine-cvs mailing list