Small formatting changes

This commit is contained in:
James Booth
2012-02-10 00:28:39 +00:00
parent 2137ffa25a
commit 4a2ff76059
6 changed files with 25 additions and 5 deletions

View File

@@ -82,3 +82,7 @@ void inp_get_password(char *passwd)
echo();
}
void inp_put_back(void)
{
wrefresh(inp_win);
}