mcabber/src/screen.c
changeset 1168 eb05f960613f
parent 1160 14f5876b5555
child 1170 29f805d8412f
equal deleted inserted replaced
1167:9726c78a91f3 1168:eb05f960613f
  1285       char *sep;
  1285       char *sep;
  1286       if (ishid)
  1286       if (ishid)
  1287         sep = "+++";
  1287         sep = "+++";
  1288       else
  1288       else
  1289         sep = "---";
  1289         sep = "---";
  1290       snprintf(rline, Roster_Width, " %c%s %s", pending, sep, name);
  1290       snprintf(rline, 4*Roster_Width, " %c%s %s", pending, sep, name);
  1291     } else if (isspe) {
  1291     } else if (isspe) {
  1292       snprintf(rline, Roster_Width, " %c%s", pending, name);
  1292       snprintf(rline, 4*Roster_Width, " %c%s", pending, name);
  1293     } else {
  1293     } else {
  1294       char sepleft  = '[';
  1294       char sepleft  = '[';
  1295       char sepright = ']';
  1295       char sepright = ']';
  1296       if (btype & ROSTER_TYPE_USER) {
  1296       if (btype & ROSTER_TYPE_USER) {
  1297         guint subtype = buddy_getsubscription(BUDDATA(buddy));
  1297         guint subtype = buddy_getsubscription(BUDDATA(buddy));