Skip to content

Commit fe8ad22

Browse files
authored
Update kc.c
1 parent ce8ec8e commit fe8ad22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ select_palette(void)
7676
fclose(p.fp);
7777
sprintf(p.CLI, "%s > /dev/fd/0", p.PRI);
7878
system(p.CLI);
79-
sprintf(p.CLI, "%s > /dev/pts/%ѕ", p.PRI, 2);
80-
system(p.CLI);
8179
return 0;
8280
}
8381

0 commit comments

Comments
 (0)