From 2af52440baa64aa86481cf5d9f6e05c7d257b4bb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 27 Jan 2009 23:35:44 +0000 Subject: -u to start with screen scrolled up. --- tmux.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index c6125573..29dde0f5 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.253 2009-01-27 21:39:15 nicm Exp $ */ +/* $Id: tmux.h,v 1.254 2009-01-27 23:35:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1458,9 +1458,11 @@ extern const struct window_mode window_clock_mode; /* window-copy.c */ extern const struct window_mode window_copy_mode; +void window_copy_pageup(struct window_pane *); /* window-scroll.c */ extern const struct window_mode window_scroll_mode; +void window_scroll_pageup(struct window_pane *); /* window-more.c */ extern const struct window_mode window_more_mode; -- cgit