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

Modified Files:
        tty-term.c 
Log Message:
Sync OpenBSD patchset 761:

Ignore terminal overrides settings without a value.


Index: tty-term.c
===================================================================
RCS file: /cvsroot/tmux/tmux/tty-term.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- tty-term.c  18 Dec 2009 07:42:30 -0000      1.41
+++ tty-term.c  18 Sep 2010 15:41:50 -0000      1.42
@@ -252,7 +252,8 @@
                        } else if (entstr[strlen(entstr) - 1] == '@') {
                                entstr[strlen(entstr) - 1] = '\0';
                                removeflag = 1;
-                       }
+                       } else
+                               continue;
 
                        for (i = 0; i < NTTYCODE; i++) {
                                ent = &tty_term_codes[i];


------------------------------------------------------------------------------
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