Revision: 2645
          http://tmux.svn.sourceforge.net/tmux/?rev=2645&view=rev
Author:   tcunha
Date:     2011-12-06 18:48:45 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
Sync OpenBSD patchset 985:

Log terminal overrides.

Modified Paths:
--------------
    trunk/tty-term.c

Modified: trunk/tty-term.c
===================================================================
--- trunk/tty-term.c    2011-12-06 18:48:02 UTC (rev 2644)
+++ trunk/tty-term.c    2011-12-06 18:48:45 UTC (rev 2645)
@@ -266,6 +266,8 @@
                        } else
                                val = xstrdup("");
 
+                       log_debug("%s override: %s %s",
+                           term->name, entstr, removeflag ? "@" : val);
                        for (i = 0; i < NTTYCODE; i++) {
                                ent = &tty_term_codes[i];
                                if (strcmp(entstr, ent->name) != 0)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to