Skip to content

Commit

Permalink
initially draw an empty status line
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandres committed Jun 28, 2012
1 parent e36b122 commit 564b173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NCurses.cc
Expand Up @@ -320,6 +320,7 @@ void NCurses::init()

if ( title_line() )
init_title();
SetStatusLine( myself->status_line );

init_screen();
yuiMilestone() << "NCurses ready" << std::endl;
Expand Down

0 comments on commit 564b173

Please sign in to comment.