X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckuusx.c;h=6afc4659d4dff11df200acca5316e099f6617cce;hb=9248460eb2d55d5aaebad34555a9f4d38544aef8;hp=14f19cca4131c575331c1ac8a7da5bd96c25dfd6;hpb=411dc6a9768de308b60f383ce5c278b25b740122;p=ckermit.git diff --git a/ckuusx.c b/ckuusx.c index 14f19cc..6afc465 100644 --- a/ckuusx.c +++ b/ckuusx.c @@ -9,7 +9,7 @@ Jeffrey E Altman Secure Endpoints Inc., New York City - Copyright (C) 1985, 2010, + Copyright (C) 1985, 2011, Trustees of Columbia University in the City of New York. All rights reserved. See the C-Kermit COPYING.TXT file or the copyright text in the ckcmai.c module for disclaimer and permissions. @@ -2361,7 +2361,8 @@ VOID setflow() { extern int flow, autoflow, mdmtyp, cxtype, cxflow[]; #ifndef NODIAL - extern int dialcapas, dialfc; + extern int dialfc; + extern long dialcapas; extern MDMINF * modemp[]; MDMINF * p = NULL; long bits = 0; @@ -7616,35 +7617,35 @@ char *s; /* a string */ if (what & W_SEND) { /* If we're sending... */ #ifdef NEWFTP if (what & W_FTP) { /* FTP */ - move(CW_NAM,13); - printw("FTP PUT:"); + move(CW_NAM,10); + printw(" FTP PUT:"); } else #endif /* NEWFTP */ #ifdef CK_RESEND switch (sendmode) { /* Kermit */ case SM_RESEND: - move(CW_NAM,11); - printw("RESENDING:"); + move(CW_NAM,10); + printw(" RESENDING:"); break; default: - move(CW_NAM,13); - printw("SENDING:"); + move(CW_NAM,10); + printw(" SENDING:"); break; } #else - move(CW_NAM,13); - printw("SENDING:"); + move(CW_NAM,10); + printw(" SENDING:"); #endif /* CK_RESEND */ } else if (what & W_RECV) { /* If we're receiving... */ #ifdef NEWFTP if (what & W_FTP) { /* FTP */ - move(CW_NAM,13); - printw("FTP GET:"); + move(CW_NAM,10); + printw(" FTP GET:"); } else { #endif /* NEWFTP */ - move(CW_NAM,11); - printw("RECEIVING:"); + move(CW_NAM,10); + printw(" RECEIVING:"); #ifdef NEWFTP } } else if (what == (W_FTP|W_FT_DELE)) { @@ -7652,8 +7653,8 @@ char *s; /* a string */ printw("FTP DELETE:"); #endif /* NEWFTP */ } else { /* If we don't know... */ - move(CW_NAM,11); /* (should never see this) */ - printw("File Name:"); + move(CW_NAM,10); /* (should never see this) */ + printw(" File Name:"); } move(CW_NAM,22); /* Display the filename */ if (len > 57) {