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

Modified Files:
        tty.c 
Log Message:
Sync OpenBSD patchset 763:

Ugh. Pass the right type into tty_term_has. Teaches me to make last
minute changes :-/.


Index: tty.c
===================================================================
RCS file: /cvsroot/tmux/tmux/tty.c,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- tty.c       18 Sep 2010 15:43:53 -0000      1.194
+++ tty.c       18 Sep 2010 15:45:03 -0000      1.195
@@ -47,7 +47,7 @@
            const struct grid_cell *, const struct grid_utf8 *);
 
 #define tty_use_acs(tty) \
-       (tty_term_has(tty, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))
+       (tty_term_has(tty->term, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))
 
 void
 tty_init(struct tty *tty, int fd, char *term)


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to