http://berklix.com/~jhs/src/bsd/fixes/freebsd/ports/gen/x11/mrxvt/files/patch-src-init.c.REL=ALL

Author Gary J. 2024-08-15
Used by Gary on 14.0_RELEASE
Used by jhs@ on 12.4_RELEASE

Patch results in a bigger more visible cursor, a pointer pointing
up to the right (instead of standard X11 skinny vertical bar similar
to a stretched 'I').

--- src/init.c.orig	2018-09-09 09:51:32.769156000 +0200
+++ src/init.c	2018-09-09 09:52:00.353877000 +0200
@@ -2904,7 +2904,7 @@
 	** vt cursor: Black-on-White is standard, but this is more
 	** popular
 	*/
-	r->term_pointer = XCreateFontCursor(r->Xdisplay, XC_xterm);
+	r->term_pointer = XCreateFontCursor(r->Xdisplay, 2);
 	/* scrollbar/menubar/tabbar window pointer */
 	r->h->bar_pointer = XCreateFontCursor(r->Xdisplay, XC_left_ptr);

