diff options
author | Thomas Adam <thomas@xteddy.org> | 2012-11-22 22:19:04 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-11-22 22:19:04 +0000 |
commit | 1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18 (patch) | |
tree | 388e4a83c5923bc3a80a185d456418df898f5cc2 /cmd-server-info.c | |
parent | 63f451965cf26bf6baadc374bd0dcadc8ca66308 (diff) | |
parent | 260419f48efccd1ca80cd00168ef2471e765e8b6 (diff) | |
download | rtmux-1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18.tar.gz rtmux-1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18.tar.bz2 rtmux-1bc910a963ab3c39a03ed3e6b4795c6b5d5b6d18.zip |
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'cmd-server-info.c')
-rw-r--r-- | cmd-server-info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-server-info.c b/cmd-server-info.c index e2e33646..1f6f2f51 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", ""); |