From bc23d8e4cce21af5883c8ae6336523e31184381f Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Fri, 14 Aug 2020 10:53:55 +0800 Subject: [PATCH] Adjust maximum display size after testing with latest mintty on QHD monitor. --- tcap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcap.c b/tcap.c index 7d62909..73981b3 100644 --- a/tcap.c +++ b/tcap.c @@ -88,8 +88,8 @@ static char *CS, *DL, *AL, *SF, *SR; #endif struct terminal term = { - 270, /* actual 269 on 1920x1080 landscape terminal window */ - 1910, /* actual 1901 */ + 480, /* actual 479 on 2560x1440 landscape terminal window */ + 2550, /* actual 2541 */ 0, /* These four values are set dynamically at open time. */ 0, 0,