From: wmorgan Date: Sun, 15 Jul 2007 22:48:13 +0000 (+0000) Subject: bugfix: interactive prompt, extra empty line in status buffer if flash is active X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=e178e1915f05f3dd774610c4ad651b0364ac5030;p=sup bugfix: interactive prompt, extra empty line in status buffer if flash is active git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@499 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/bin/sup b/bin/sup index bc3af0f..c2b111c 100644 --- a/bin/sup +++ b/bin/sup @@ -181,6 +181,7 @@ begin until $exception || SuicideManager.die? c = Ncurses.nonblocking_getch next unless c + bm.erase_flash unless bm.handle_input(c) x = global_keymap.action_for c @@ -264,7 +265,6 @@ begin end bm.draw_screen - bm.erase_flash end rescue Exception => e $exception ||= e diff --git a/doc/TODO b/doc/TODO index 155c1ba..cea7619 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ for 0.1 ------- -_ bugfix: any interactive prompt after "No new messages." flash has an +x bugfix: any interactive prompt after "No new messages." flash has an empty line above it. x detect other sup instances and do something intelligent (because x refactor all the *-search-results-mode classes