summaryrefslogtreecommitdiff
path: root/comms/minicom/patches/patch-ac
blob: 1fbad0f0d46d8329877c440073d9130e95c33f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 1998/08/07 10:36:42 agc Exp $

--- updown.c.orig	Sun Oct 13 13:56:18 1996
+++ updown.c	Sun Oct 13 13:58:54 1996
@@ -150,7 +150,7 @@
   sprintf(cmdline, "%s %s", P_PPROG(g), s);
 
   if (P_PFULL(g) == 'N') {
-	win = wopen(10, 7, 70, 13, BSINGLE, stdattr, mfcolor, mbcolor, 1, 0, 1);
+	win = wopen(5, 5, 74, 11, BSINGLE, stdattr, mfcolor, mbcolor, 1, 0, 1);
 	sprintf(title, "%.30s %s - Press CTRL-C to quit", P_PNAME(g),
 		what == 'U' ? "upload" : "download");
 	wtitle(win, TMID, title);