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 ce8ec8e commit fe8ad22Copy full SHA for fe8ad22
kc.c
@@ -76,8 +76,6 @@ select_palette(void)
76
fclose(p.fp);
77
sprintf(p.CLI, "%s > /dev/fd/0", p.PRI);
78
system(p.CLI);
79
- sprintf(p.CLI, "%s > /dev/pts/%ѕ", p.PRI, 2);
80
- system(p.CLI);
81
return 0;
82
}
83
0 commit comments