mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 20:36:22 +00:00
@@ -35,6 +35,7 @@
|
||||
|
||||
#include "command/command.h"
|
||||
#include "common.h"
|
||||
#include "config/accounts.h"
|
||||
#include "config/preferences.h"
|
||||
#include "config/theme.h"
|
||||
#include "log.h"
|
||||
@@ -207,7 +208,7 @@ inp_get_password(char *passwd)
|
||||
_clear_input();
|
||||
_inp_win_refresh();
|
||||
noecho();
|
||||
mvwgetnstr(inp_win, 0, 1, passwd, 20);
|
||||
mvwgetnstr(inp_win, 0, 1, passwd, MAX_PASSWORD_SIZE);
|
||||
wmove(inp_win, 0, 0);
|
||||
echo();
|
||||
status_bar_clear();
|
||||
|
||||
Reference in New Issue
Block a user