X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_lib.c;h=da846bbbc8d85ba33446dd36dc67edbe29669f13;hp=9c0567a0bb5af2436c5ab167c7e2094fb49e9774;hb=49f035a3d6f7e256c2241dba603e6a71e20e8e18;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/curs_lib.c b/curs_lib.c index 9c0567a..da846bb 100644 --- a/curs_lib.c +++ b/curs_lib.c @@ -134,29 +134,6 @@ int _mutt_get_field (/* const */ char *field, char *buf, size_t buflen, int comp return (ret); } -int _mutt_get_field_att (/* const */ char *field, char *buf, size_t buflen, int complete, int multiple, char ***files, int *numfiles) -{ - int ret; - int x, y; - - ENTER_STATE *es = mutt_new_enter_state(); - - do - { - CLEARLINE (LINES-1); - addstr (field); - mutt_refresh (); - getyx (stdscr, y, x); - ret = _mutt_enter_string_att (buf, buflen, y, x, complete, multiple, files, numfiles, es); - } - while (ret == 1); - CLEARLINE (LINES-1); - mutt_free_enter_state (&es); - - return (ret); -} - - int mutt_get_password (char *msg, char *buf, size_t buflen) { int rc;