Renamed input_bar -> status_bar

This commit is contained in:
James Booth
2012-02-12 22:20:21 +00:00
parent af46792871
commit 9e63c4a0f6
8 changed files with 80 additions and 80 deletions

View File

@@ -82,7 +82,7 @@ void inp_get_password(char *passwd)
mvwgetstr(inp_win, 0, 1, passwd);
wmove(inp_win, 0, 1);
echo();
inp_bar_clear();
status_bar_clear();
}
void inp_put_back(void)