commit e178e1915f05f3dd774610c4ad651b0364ac5030
parent 55a8bb8dd039219fca35b5c83884a97d0d12667a
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Sun, 15 Jul 2007 22:48:13 +0000
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
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -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