aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-02 22:45:17 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-02 22:45:17 +0000
commit3b944fe7e847ee5e5741582ed34b702273f0b9ef (patch)
tree7084de50cb225e99bc6f8f2f69db0ef022bb104b /tmux.h
parentafd0bd7cb0fcc6ee001d678febf6f6bfa6d8dba8 (diff)
downloadrtmux-3b944fe7e847ee5e5741582ed34b702273f0b9ef.tar.gz
rtmux-3b944fe7e847ee5e5741582ed34b702273f0b9ef.tar.bz2
rtmux-3b944fe7e847ee5e5741582ed34b702273f0b9ef.zip
Sync OpenBSD patchset 307:
Add a transpose-chars command in edit mode (C-t in emacs mode only). From Kalle Olavi Niemitalo.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 0438adb3..05fe641f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.433 2009-09-02 20:16:29 nicm Exp $ */
+/* $Id: tmux.h,v 1.434 2009-09-02 22:45:17 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -377,6 +377,7 @@ enum mode_key_cmd {
MODEKEYEDIT_STARTOFLINE,
MODEKEYEDIT_SWITCHMODE,
MODEKEYEDIT_SWITCHMODEAPPEND,
+ MODEKEYEDIT_TRANSPOSECHARS,
/* Menu (choice) keys. */
MODEKEYCHOICE_CANCEL,