diff options
-rw-r--r-- | app/xterm/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xterm/misc.c b/app/xterm/misc.c index 660e16e7e..bde5249ca 100644 --- a/app/xterm/misc.c +++ b/app/xterm/misc.c @@ -749,7 +749,7 @@ void init_colored_cursor(Display *dpy) { static const char theme[] = "index.theme"; - static const char pattern[] = "xtermXXXXXXXX"; + static const char pattern[] = "xtermXXXXXXXXXX"; char *env = getenv("XCURSOR_THEME"); xterm_cursor_theme = 0; |