about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/ui/titlebar.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c
index 16228410..a8470f80 100644
--- a/src/ui/titlebar.c
+++ b/src/ui/titlebar.c
@@ -86,13 +86,10 @@ _title_bar_refresh(void)
                 free(current_title);
                 current_title = strdup(current_recipient);
 
-                title_bar_draw();
-
                 g_timer_destroy(typing_elapsed);
                 typing_elapsed = NULL;
 
-                wrefresh(win);
-                inp_put_back();
+                title_bar_draw();
             }
         }
     }