blob: 0671d6407c98c895e75c052cb1d0c4fae5eb1f70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
ten Xs for mkstemp template
Index: misc.c
--- misc.c.orig
+++ misc.c
@@ -743,7 +743,7 @@ void
init_colored_cursor(Display *dpy)
{
static const char theme[] = "index.theme";
- static const char pattern[] = "xtermXXXXXX";
+ static const char pattern[] = "xtermXXXXXXXX";
char *env = getenv("XCURSOR_THEME");
xterm_cursor_theme = 0;
|