projects
/
termu
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4643b16
)
flush after beeping
author
John Tsiombikas
<nuclear@member.fsf.org>
Thu, 2 Nov 2023 21:26:23 +0000
(23:26 +0200)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Thu, 2 Nov 2023 21:26:23 +0000
(23:26 +0200)
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index
e14ed8b
..
04fa3ab
100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-81,6
+81,7
@@
static int proc_char(int c)
case '\a':
putchar('\a');
+ fflush(stdout);
break;
case '\b':