Revision: 2694
http://tmux.svn.sourceforge.net/tmux/?rev=2694&view=rev
Author: tcunha
Date: 2012-02-02 01:58:16 +0000 (Thu, 02 Feb 2012)
Log Message:
-----------
Sync OpenBSD patchset 1022:
Get client_width and client_height the right way round, from Stephen
Thirlwall.
Modified Paths:
--------------
trunk/format.c
Modified: trunk/format.c
===================================================================
--- trunk/format.c 2012-02-02 01:57:14 UTC (rev 2693)
+++ trunk/format.c 2012-02-02 01:58:16 UTC (rev 2694)
@@ -303,8 +303,8 @@
time_t t;
format_add(ft, "client_cwd", "%s", c->cwd);
- format_add(ft, "client_height", "%u", c->tty.sx);
- format_add(ft, "client_width", "%u", c->tty.sy);
+ format_add(ft, "client_height", "%u", c->tty.sy);
+ format_add(ft, "client_width", "%u", c->tty.sx);
format_add(ft, "client_tty", "%s", c->tty.path);
format_add(ft, "client_termname", "%s", c->tty.termname);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs