15 lines
256 B
Plaintext
Raw Permalink Normal View History

2026-01-21 01:36:13 -05:00
--- x.c
+++ x.c
@@ -2087,11 +2022,6 @@ run:
setlocale(LC_CTYPE, "");
XSetLocaleModifiers("");
-
- if(!(xw.dpy = XOpenDisplay(NULL)))
- die("Can't open display\n");
-
- config_init();
cols = MAX(cols, 1);
rows = MAX(rows, 1);
tnew(cols, rows);