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 6fbfd13 commit c955aebCopy full SHA for c955aeb
kirc.c
@@ -667,7 +667,7 @@ int main(int argc, char **argv) {
667
int poll_res = poll(fds, 2, -1);
668
if (poll_res != -1) {
669
if (fds[0].revents & POLLIN) {
670
- snprintf(promptc, CHA_MAX, "\x1b[35m#%s\x1b[0m ", chan_default);
+ snprintf(promptc, CHA_MAX, "[\x1b[35m#%s\x1b[0m] ", chan_default);
671
edit(usrin, MSG_MAX, promptc);
672
handleUserInput(usrin);
673
}
0 commit comments