commit e605be0
chld
·
2026-07-14 16:20:40 +0000 UTC
parent b41791e
border
M
xtr
+0,
-0
M
xtr.c
+1,
-1
1@@ -128,7 +128,7 @@ int main(int ac, char **av) {
2 XFillRectangle(d, w, gc, 10 + 1, 30 + 1, wi - 20 - (1 * 2),
3 hi - 30 - 10 - (1 * 2));
4
5- XSetForeground(d, gc, col[2].pixel);
6+ XSetForeground(d, gc, col[0].pixel);
7 XDrawString(d, w, gc, 15 - 2, 30 + (as + des) + 2, cmd, strlen(cmd));
8
9 /* will handle some time */