summaryrefslogtreecommitdiffstats
path: root/cmd-server-info.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-11-22 14:41:11 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-11-22 14:41:11 +0000
commit260419f48efccd1ca80cd00168ef2471e765e8b6 (patch)
tree37c3e6771beaeeebce46dfaaf2d39615d96061ac /cmd-server-info.c
parent0679eb6a6d6bab129264784009e70333b34ca6a8 (diff)
Put helper function back, will be needed in a bit.
Diffstat (limited to 'cmd-server-info.c')
-rw-r--r--cmd-server-info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-server-info.c b/cmd-server-info.c
index ffd7efca..0d09626a 100644
--- a/cmd-server-info.c
+++ b/cmd-server-info.c
@@ -89,10 +89,10 @@ cmd_server_info_exec(unused struct cmd *self, struct cmd_ctx *ctx)
continue;
ctx->print(ctx,"%2d: %s (%d, %d): %s [%ux%u %s bs=%hho "
- "xterm=%u] [flags=0x%x/0x%x, references=%u]", i,
+ "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.xterm_version,
+ c->tty.tio.c_cc[VERASE], c->tty.class,
c->flags, c->tty.flags, c->references);
}
ctx->print(ctx, "%s", "");