$OpenBSD: patch-src_updown_c,v 1.6 2017/05/06 21:57:27 sthen Exp $

Index: src/updown.c
--- src/updown.c.orig
+++ src/updown.c
@@ -47,7 +47,7 @@ static int mcd(char *dir)
 {
   char buf[256];
   char err[50];
-  static char odir[256];
+  static char odir[PATH_MAX];
   static int init = 0;
 
   if (!init) {
@@ -298,7 +298,7 @@ void updown(int what, int nr)
     do_log("%s", cmdline);   /* jl 22.06.97 */
 
   if (P_PFULL(g) == 'N') {
-    win = mc_wopen(10, 7, 70, 13, BSINGLE, stdattr, mfcolor, mbcolor, 1, 0, 1);
+    win = mc_wopen(5, 5, 74, 11, BSINGLE, stdattr, mfcolor, mbcolor, 1, 0, 1);
     snprintf(title, sizeof(title), _("%.30s %s - Press CTRL-C to quit"), P_PNAME(g),
              what == 'U' ? _("upload") : _("download"));
     mc_wtitle(win, TMID, title);
