From 8e347005d1c3ee8509e53f324ca10803c5387f25 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 22 Jan 1999 18:02:47 +0000 Subject: Enable tagging in the file browser. --- enter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'enter.c') diff --git a/enter.c b/enter.c index 2905a56c..a0ec76a8 100644 --- a/enter.c +++ b/enter.c @@ -50,8 +50,8 @@ enum * -1 if abort. * */ -int mutt_enter_string (unsigned char *buf, size_t buflen, int y, int x, - int flags) +int _mutt_enter_string (unsigned char *buf, size_t buflen, int y, int x, + int flags, int multiple, char ***files, int *numfiles) { event_t event; int curpos = 0; /* the location of the cursor */ @@ -374,7 +374,7 @@ int mutt_enter_string (unsigned char *buf, size_t buflen, int y, int x, /* see if the path has changed from the last time */ if (mutt_strcmp (tempbuf, (char *) buf) == 0) { - mutt_select_file ((char *) buf, buflen, 0); + _mutt_select_file ((char *) buf, buflen, 0, multiple, files, numfiles); set_option (OPTNEEDREDRAW); if (buf[0]) { -- cgit v1.2.3