Revision: 2546
          http://tmux.svn.sourceforge.net/tmux/?rev=2546&view=rev
Author:   tcunha
Date:     2011-07-08 08:40:35 +0000 (Fri, 08 Jul 2011)

Log Message:
-----------
Sync OpenBSD patchset 933:

Fix a couple of comments.

Modified Paths:
--------------
    trunk/input.c

Modified: trunk/input.c
===================================================================
--- trunk/input.c       2011-07-05 10:43:59 UTC (rev 2545)
+++ trunk/input.c       2011-07-08 08:40:35 UTC (rev 2546)
@@ -1,4 +1,4 @@
-/* $Id: input.c,v 1.119 2011-05-22 16:26:09 tcunha Exp $ */
+/* $Id$ */
 
 /*
  * Copyright (c) 2007 Nicholas Marriott <[email protected]>
@@ -555,7 +555,7 @@
        { -1, -1, NULL, NULL }
 };
 
-/* device_ignore state table. */
+/* dcs_ignore state table. */
 const struct input_transition input_state_dcs_ignore_table[] = {
        INPUT_STATE_ANYWHERE,
 
@@ -791,7 +791,7 @@
        return (0);
 }
 
-/* Get an argument or return default value..*/
+/* Get an argument or return default value. */
 int
 input_get(struct input_ctx *ictx, u_int validx, int minval, int defval)
 {


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

Reply via email to