summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-09 15:02:34 -0500
committerJune McEnroe <june@causal.agency>2020-02-09 15:02:34 -0500
commit3a5ce4d10f1d0b4e2bcf1d958d42665d5cb0db96 (patch)
tree5ddf5ddfae96d6ca1bac81ff959c59e6e9f1b7a1 /ui.c
parentAvoid VLAs in tab complete (diff)
downloadcatgirl-3a5ce4d10f1d0b4e2bcf1d958d42665d5cb0db96.tar.gz
catgirl-3a5ce4d10f1d0b4e2bcf1d958d42665d5cb0db96.zip
Remove unnecessary uiDraw
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 66a9c59..b3b98dd 100644
--- a/ui.c
+++ b/ui.c
@@ -163,7 +163,6 @@ void uiShow(void) {
 	putp(EnterPasteMode);
 	fflush(stdout);
 	hidden = false;
-	uiDraw();
 }
 
 void uiHide(void) {
span>Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe