mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 14:06:22 +00:00
Split window functions
This commit is contained in:
4
app.c
4
app.c
@@ -24,11 +24,11 @@ void start_profanity(void)
|
||||
char *user;
|
||||
user = strndup(cmd+9, strlen(cmd)-9);
|
||||
|
||||
bar_print_message("Enter password:");
|
||||
inp_bar_print_message("Enter password:");
|
||||
char passwd[20];
|
||||
inp_get_password(passwd);
|
||||
|
||||
bar_print_message(user);
|
||||
inp_bar_print_message(user);
|
||||
jabber_connect(user, passwd);
|
||||
main_event_loop();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user