Revision: 2533
http://tmux.svn.sourceforge.net/tmux/?rev=2533&view=rev
Author: nicm
Date: 2011-06-26 23:59:23 +0000 (Sun, 26 Jun 2011)
Log Message:
-----------
tparm requires 10 arguments on Solaris.
Modified Paths:
--------------
trunk/tty-term.c
Modified: trunk/tty-term.c
===================================================================
--- trunk/tty-term.c 2011-06-26 23:18:05 UTC (rev 2532)
+++ trunk/tty-term.c 2011-06-26 23:59:23 UTC (rev 2533)
@@ -499,13 +499,13 @@
const char *
tty_term_string2(struct tty_term *term, enum tty_code_code code, int a, int b)
{
- return (tparm((char *) tty_term_string(term, code), a, b));
+ return (tparm((char *) tty_term_string(term, code), a, b, 0, 0, 0, 0,
0, 0, 0));
}
const char *
tty_term_ptr1(struct tty_term *term, enum tty_code_code code, const void *a)
{
- return (tparm((char *) tty_term_string(term, code), a));
+ return (tparm((char *) tty_term_string(term, code), a, 0, 0, 0, 0, 0,
0, 0, 0));
}
const char *
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs