aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-07-28 22:44:38 +0000
committerTiago Cunha <tcunha@gmx.com>2009-07-28 22:44:38 +0000
commit46cb0de3471aed81ba5a495b46f9c218f2238e8e (patch)
tree03360d0ad9f7a8ea667176134276f58dfdf388e4 /tmux.h
parent7562781c9d05393b556caa348e324eca333f4089 (diff)
downloadrtmux-46cb0de3471aed81ba5a495b46f9c218f2238e8e.tar.gz
rtmux-46cb0de3471aed81ba5a495b46f9c218f2238e8e.tar.bz2
rtmux-46cb0de3471aed81ba5a495b46f9c218f2238e8e.zip
Sync OpenBSD patchset 187:
Add a key to delete to end of line at the prompt (^K in emacs mode, C/D in vi). 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 0dcd8bb5..a972b40a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.391 2009-07-28 22:37:02 tcunha Exp $ */
+/* $Id: tmux.h,v 1.392 2009-07-28 22:44:38 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -364,6 +364,7 @@ enum mode_key_cmd {
MODEKEYCMD_COMPLETE,
MODEKEYCMD_COPYSELECTION,
MODEKEYCMD_DELETE,
+ MODEKEYCMD_DELETETOENDOFLINE,
MODEKEYCMD_DOWN,
MODEKEYCMD_ENDOFLINE,
MODEKEYCMD_LEFT,