diff --git a/app/xterm/misc.c b/app/xterm/misc.c index baea82211..33c2dec0b 100644 --- a/app/xterm/misc.c +++ b/app/xterm/misc.c @@ -709,6 +709,9 @@ init_colored_cursor(void) size_t needed; FILE *fp; + if (getenv("XCURSOR_THEME") != NULL) + return; + xterm_cursor_theme = 0; if ((tmp_dir = getenv("TMPDIR")) == 0) tmp_dir = P_tmpdir;