/[pkg-mixmaster]/trunk/Mix/Src/menusend.c
ViewVC logotype

Diff of /trunk/Mix/Src/menusend.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 331 by rabbi, Wed Sep 18 23:26:17 2002 UTC revision 332 by weaselp, Wed Oct 9 20:53:32 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Menu-based user interface -- send message     Menu-based user interface -- send message
9     $Id: menusend.c,v 1.5 2002/09/18 23:26:16 rabbi Exp $ */     $Id: menusend.c,v 1.6 2002/10/09 20:53:29 weaselp Exp $ */
10    
11    
12  #include "menu.h"  #include "menu.h"
# Line 206  redraw: Line 206  redraw:
206          printw("no");          printw("no");
207        cl(12, 0);        cl(12, 0);
208        if (key == 0)        if (key == 0)
209          printw("attach pgp k)ey: no");          printw("attach pgp k)ey: no");
210      }      }
211  #endif /* USE_PGP */  #endif /* USE_PGP */
212    
# Line 308  redraw: Line 308  redraw:
308              beep();              beep();
309  #endif /* USE_NCURSES */  #endif /* USE_NCURSES */
310            } else {            } else {
311    
312              if (!cursorpos && txt->length == 0 && (type == 'm' || type == 'p'))              if (!cursorpos && txt->length == 0 && (type == 'm' || type == 'p'))
313                showhdr = 0;                showhdr = 0;
314    
# Line 535  redraw: Line 535  redraw:
535        case 'k':        case 'k':
536          if (!streq(thisnym, ANON)) {          if (!streq(thisnym, ANON)) {
537            BUFFER *p, *keytxt, *uid;            BUFFER *p, *keytxt, *uid;
538    
539            key = 1;            key = 1;
540            p = buf_new();            p = buf_new();
541            keytxt = buf_new();            keytxt = buf_new();

Legend:
Removed from v.331  
changed lines
  Added in v.332

  ViewVC Help
Powered by ViewVC 1.1.5