/[ipchat]/ipchat/src/ui_output.c
ViewVC logotype

Diff of /ipchat/src/ui_output.c

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

revision 1.1 by beatk, Mon Jul 26 21:03:13 2004 UTC revision 1.2 by beatk, Mon Feb 14 16:26:59 2005 UTC
# Line 215  paint_contacts () Line 215  paint_contacts ()
215                                  wmove (w, i++, 1);                                  wmove (w, i++, 1);
216                                  if (cw == vcur)                                  if (cw == vcur)
217                                          wattr_on (w, WA_BOLD, NULL);                                          wattr_on (w, WA_BOLD, NULL);
218                                  snprintf (stmp, x, "%s[F%d]%s%s %s",                                  snprintf (stmp, x, "%s[%c%d] %s %s",
219                                            i > 9 ? " " : "  ", i,                                            i > 9 ? " " : "  ",
220                                            i > 9 ? "  " : " ", c->nick,                                            i > 12 ? '/' : 'F', i, c->nick,
221                                            (cw == vcur && c->state.hello_pending)                                            (cw == vcur && c->state.hello_pending)
222                                                         ? "-<-" :                                                         ? "-<-" :
223                                            (cw == vcur) ? "<-" :                                            (cw == vcur) ? "<-" :

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26