summaryrefslogtreecommitdiff
path: root/comms/minicom/patches/patch-ac
blob: bd14ef0a9671b24a2c0b85f2794c5eeaf54fad91 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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);