Skip to content

Commit 05b956c

Browse files
committed
update
1 parent 2231200 commit 05b956c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

kc

0 Bytes
Binary file not shown.

kc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ select_palette(void)
6666
system(p.PRI);
6767
sprintf(p.PRI, "cat %s/sequence > /dev/fd/0", p.CONF);
6868
system(p.PRI);
69-
sprintf(p.PRI, "cat %s/sequence > /dev/pts/0", p.CONF);
69+
sprintf(p.PRI, "cat %s/sequence > /dev/pts/[0-9]", p.CONF);
7070
system(p.PRI);
7171
return 0;
7272
}

0 commit comments

Comments
 (0)