From 38f1862ef072b07f917dce6996bbd75ee8a7bbf0 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 14 Apr 2018 13:17:15 -0400 Subject: Call status after draw in gfx frontends --- bin/gfx/cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/gfx/cocoa.m') diff --git a/bin/gfx/cocoa.m b/bin/gfx/cocoa.m index 4837a386..54f39e62 100644 --- a/bin/gfx/cocoa.m +++ b/bin/gfx/cocoa.m @@ -95,8 +95,8 @@ if (!input(in)) { [NSApp terminate: self]; } - [self setWindowTitle]; [self draw]; + [self setWindowTitle]; } } @end -- cgit 1.4.1 52aadc5c3c65701b998a5adcca8cb8b4a8c2'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/dash/autogen.sh (unfollow)
Commit message (Expand)Author
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