summaryrefslogtreecommitdiffstats
path: root/enter.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-22 18:02:47 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-22 18:02:47 +0000
commit8e347005d1c3ee8509e53f324ca10803c5387f25 (patch)
tree4d98c2d0b40a7b26bba21893215dd0a0762616a8 /enter.c
parent1b3511a6a1bd35dbaa29b5aba2bac8e4089b3f67 (diff)
Enable tagging in the file browser.
Diffstat (limited to 'enter.c')
-rw-r--r--enter.c6
1 files changed, 3 insertions, 3 deletions
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])
{