mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-19 09:52:06 +02:00
Scrollable win for command output.
This commit is contained in:
7
tmux.h
7
tmux.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.88 2007-11-21 18:24:49 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.89 2007-11-21 19:44:05 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@@ -815,6 +815,11 @@ void window_key(struct window *, int);
|
||||
/* window-scroll.c */
|
||||
extern const struct window_mode window_scroll_mode;
|
||||
|
||||
/* window-more.c */
|
||||
extern const struct window_mode window_more_mode;
|
||||
void window_more_vadd(struct window *, const char *, va_list);
|
||||
void printflike2 window_more_add(struct window *, const char *, ...);
|
||||
|
||||
/* session.c */
|
||||
extern struct sessions sessions;
|
||||
void session_cancelbell(struct session *, struct winlink *);
|
||||
|
Reference in New Issue
Block a user