=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Attic/cmd-server-info.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/tmux/Attic/cmd-server-info.c 2012/07/11 07:10:15 1.27 --- src/usr.bin/tmux/Attic/cmd-server-info.c 2012/11/22 14:26:04 1.28 *************** *** 1,4 **** ! /* $OpenBSD: cmd-server-info.c,v 1.27 2012/07/11 07:10:15 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-server-info.c,v 1.28 2012/11/22 14:26:04 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 89,98 **** continue; ctx->print(ctx,"%2d: %s (%d, %d): %s [%ux%u %s bs=%hho " ! "xterm=%u] [flags=0x%x/0x%x, references=%u]", i, c->tty.path, c->ibuf.fd, c->tty.fd, c->session->name, c->tty.sx, c->tty.sy, c->tty.termname, ! c->tty.tio.c_cc[VERASE], c->tty.xterm_version, c->flags, c->tty.flags, c->references); } ctx->print(ctx, "%s", ""); --- 89,98 ---- continue; ctx->print(ctx,"%2d: %s (%d, %d): %s [%ux%u %s bs=%hho " ! "class=%u] [flags=0x%x/0x%x, references=%u]", i, c->tty.path, c->ibuf.fd, c->tty.fd, c->session->name, c->tty.sx, c->tty.sy, c->tty.termname, ! c->tty.tio.c_cc[VERASE], c->tty.service_class, c->flags, c->tty.flags, c->references); } ctx->print(ctx, "%s", "");