about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.c b/ui.c
index b0f95aa..ffe8748 100644
--- a/ui.c
+++ b/ui.c
@@ -163,6 +163,7 @@ static const char *ExitPasteMode  = "\33[?2004l";
 void uiShow(void) {
 	putp(EnterFocusMode);
 	putp(EnterPasteMode);
+	fflush(stdout);
 }
 
 void uiHide(void) {
@@ -333,6 +334,7 @@ static void statusUpdate(void) {
 	putp(to_status_line);
 	putp(buf);
 	putp(from_status_line);
+	fflush(stdout);
 }
 
 static void unmark(void) {
n='3' class='logmsg'> 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe