From c4724c7861a230e8158522a90bbed101a0ea142f Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 2 Feb 2010 23:55:21 +0000 Subject: Sync OpenBSD patchset 629: Add scroll-up/scroll-down for choose/more mode, from Micah Cowan. --- tmux.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 20220158..94945fec 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.538 2010-01-28 22:45:57 tcunha Exp $ */ +/* $Id: tmux.h,v 1.539 2010-02-02 23:55:21 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -441,6 +441,8 @@ enum mode_key_cmd { MODEKEYCHOICE_DOWN, MODEKEYCHOICE_PAGEDOWN, MODEKEYCHOICE_PAGEUP, + MODEKEYCHOICE_SCROLLDOWN, + MODEKEYCHOICE_SCROLLUP, MODEKEYCHOICE_UP, /* Copy keys. */ -- cgit