1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-10 14:00:41 +00:00

Adjust maximum display size after testing with latest mintty on QHD monitor.

This commit is contained in:
Renaud 2020-08-14 10:53:55 +08:00
parent c6baa2ff77
commit bc23d8e4cc

4
tcap.c
View File

@ -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,