X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ckuusx.c;h=d332bed813b77c2033aac26381d28242129a587e;hb=e841b204842cac66dd9299f548d864058afd9f8b;hp=14f19cca4131c575331c1ac8a7da5bd96c25dfd6;hpb=31e271107096d1ffa97b7d0c15222b8bd5e69f74;p=ckermit.git diff --git a/ckuusx.c b/ckuusx.c index 14f19cc..d332bed 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. @@ -7616,35 +7616,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 +7652,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) {