commit b41791e
chld
·
2026-07-14 16:19:45 +0000 UTC
parent 7f56c25
text pos
M
xtr
+0,
-0
M
xtr.c
+1,
-1
1@@ -129,7 +129,7 @@ int main(int ac, char **av) {
2 hi - 30 - 10 - (1 * 2));
3
4 XSetForeground(d, gc, col[2].pixel);
5- XDrawString(d, w, gc, 15, 30 + (as + des), cmd, strlen(cmd));
6+ XDrawString(d, w, gc, 15 - 2, 30 + (as + des) + 2, cmd, strlen(cmd));
7
8 /* will handle some time */
9 if (ov.width - 15 > (wi - 30 - 10)) {