aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-08-20 11:22:48 +0000
committerTiago Cunha <tcunha@gmx.com>2009-08-20 11:22:48 +0000
commit2a5f08c15a3a3c3906fa7d96586725cbe40afb4d (patch)
treec9a9e0dc7458073cc4e9b74bc8e80b8877c7ddf3 /tmux.h
parent70fc0858628a430fb8c2a9415d63d192939cc5b7 (diff)
downloadrtmux-2a5f08c15a3a3c3906fa7d96586725cbe40afb4d.tar.gz
rtmux-2a5f08c15a3a3c3906fa7d96586725cbe40afb4d.tar.bz2
rtmux-2a5f08c15a3a3c3906fa7d96586725cbe40afb4d.zip
Sync OpenBSD patchset 265:
Add a "delete line" key when editing in the status line or the search up/down prompt. C-u with emacs keys, d with vi.
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 4b941567..7a672d88 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.421 2009-08-20 11:20:24 tcunha Exp $ */
+/* $Id: tmux.h,v 1.422 2009-08-20 11:22:48 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -367,6 +367,7 @@ enum mode_key_cmd {
MODEKEYEDIT_CURSORLEFT,
MODEKEYEDIT_CURSORRIGHT,
MODEKEYEDIT_DELETE,
+ MODEKEYEDIT_DELETELINE,
MODEKEYEDIT_DELETETOENDOFLINE,
MODEKEYEDIT_ENDOFLINE,
MODEKEYEDIT_ENTER,