/* NCurses Monitor */ cosmetical fix

This commit is contained in:
Conny 2008-03-04 15:43:18 +00:00
parent bef2d5b4c4
commit 87a1e186d1
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class Monitor
# clearing old lines if needed
if @lines > info.size
if @lines >= info.size
Ncurses::clear
print_title
end