We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1eea78 commit 5e7f242Copy full SHA for 5e7f242
xst.c
@@ -157,18 +157,22 @@ reload(int sig)
157
if (sig == -1) {
158
return;
159
}
160
+ printf(" :: XST:: reloading config...\n");
161
162
xrdb_load();
163
164
/* colors, fonts */
165
xloadcols();
166
xunloadfonts();
167
xloadfonts(getusedfont(), 0);
168
+ xinitsparefonts();
169
+ xloadsparefonts();
170
xsetcursor(cursorshape);
171
172
/* pretend the window just got resized */
173
cresize(win.w, win.h);
174
redraw();
175
+ xhints();
176
/* triggers re-render if we're visible. */
177
ttywrite("\033[O", 3, 1);
178
0 commit comments