Revision: 2622
          http://tmux.svn.sourceforge.net/tmux/?rev=2622&view=rev
Author:   tcunha
Date:     2011-10-23 15:11:09 +0000 (Sun, 23 Oct 2011)
Log Message:
-----------
Sync OpenBSD patchset 970:

Alias NPage/PPage as PageDown/PgDn/PageUp/PgUp to reduce occasional
confusion.

Modified Paths:
--------------
    trunk/key-string.c

Modified: trunk/key-string.c
===================================================================
--- trunk/key-string.c  2011-10-23 15:10:22 UTC (rev 2621)
+++ trunk/key-string.c  2011-10-23 15:11:09 UTC (rev 2622)
@@ -55,7 +55,11 @@
        { "Home",       KEYC_HOME },
        { "End",        KEYC_END },
        { "NPage",      KEYC_NPAGE },
+       { "PageDown",   KEYC_NPAGE },
+       { "PgDn",       KEYC_NPAGE },
        { "PPage",      KEYC_PPAGE },
+       { "PageUp",     KEYC_PPAGE },
+       { "PgUp",       KEYC_PPAGE },
        { "Tab",        '\011' },
        { "BTab",       KEYC_BTAB },
        { "Space",      ' ' },

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


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to