Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6726

Modified Files:
        cmd-server-info.c 
Log Message:
Sync OpenBSD patchset 839:

Log termios backspace for each client since it is used to recognise
backspace input.


Index: cmd-server-info.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-server-info.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- cmd-server-info.c   7 Jan 2011 14:45:34 -0000       1.41
+++ cmd-server-info.c   21 Jan 2011 23:51:36 -0000      1.42
@@ -88,10 +88,11 @@
                if (c == NULL || c->session == NULL)
                        continue;
 
-               ctx->print(ctx, "%2d: %s (%d, %d): %s [%ux%u %s] "
+               ctx->print(ctx,"%2d: %s (%d, %d): %s [%ux%u %s bs=%hho] "
                    "[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->flags,
+                   c->tty.sx, c->tty.sy, c->tty.termname,
+                   c->tty.tio.c_cc[VERASE], c->flags,
                    c->tty.flags, c->references);
        }
        ctx->print(ctx, "%s", "");


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to