1 diff -ruN rxvt-unicode-9.11.orig/src/init.C rxvt-unicode-9.11/src/init.C
2 --- rxvt-unicode-9.11.orig/src/init.C 2011-05-18 16:01:43.044354481 +0100
3 +++ rxvt-unicode-9.11/src/init.C 2011-05-18 16:32:14.306130075 +0100
5 oldcursor.row = oldcursor.col = -1;
7 set_option (Opt_scrollBar);
8 - set_option (Opt_scrollTtyOutput);
9 + set_option (Opt_scrollBar_right);
10 +/* set_option (Opt_scrollTtyOutput); */
11 + set_option (Opt_scrollTtyKeypress);
12 set_option (Opt_jumpScroll);
13 set_option (Opt_skipScroll);
14 set_option (Opt_secondaryScreen);
15 diff -ruN rxvt-unicode-9.11.orig/src/main.C rxvt-unicode-9.11/src/main.C
16 --- rxvt-unicode-9.11.orig/src/main.C 2011-05-18 16:01:43.055816432 +0100
17 +++ rxvt-unicode-9.11/src/main.C 2011-05-18 16:28:26.013209066 +0100
22 - || !fs->populate (rs[Rs_font] ? rs[Rs_font] : "fixed")
23 + || !fs->populate (rs[Rs_font] ? rs[Rs_font] : "xft:Monospace:pixelsize=12")
24 || !fs->realize_font (1))
27 --- rxvt-unicode-9.26/src/rxvt.h.orig 2021-05-13 21:40:55.000000000 +0000
28 +++ rxvt-unicode-9.26/src/rxvt.h 2021-07-20 08:44:55.472159323 +0000
32 /* COLORTERM, TERM environment variables */
33 -#define COLORTERMENV "rxvt"
35 -# define COLORTERMENVFULL COLORTERMENV "-xpm"
37 -# define COLORTERMENVFULL COLORTERMENV
39 +#define COLORTERMENV "xterm"
40 +#define COLORTERMENVFULL COLORTERMENV
43 -# define TERMENV "rxvt-unicode-256color"
44 +# define TERMENV "xterm"
46 -# define TERMENV "rxvt-unicode"
47 +# define TERMENV "xterm"