Starting window output in x position 1

This commit is contained in:
James Booth
2012-02-10 01:28:15 +00:00
parent 4a2ff76059
commit 0e30c795a5
4 changed files with 21 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ static int handle_start_command(char *cmd)
char *user;
user = strndup(cmd+9, strlen(cmd)-9);
inp_bar_print_message("Enter password:");
inp_bar_get_password();
char passwd[20];
inp_get_password(passwd);