mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
597 B
Plaintext
14 lines
597 B
Plaintext
$NetBSD: patch-ac,v 1.7 2012/12/12 12:35:21 wiz Exp $
|
|
|
|
--- src/updown.c.orig 2011-09-07 21:04:32.000000000 +0000
|
|
+++ src/updown.c
|
|
@@ -296,7 +296,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);
|