mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Scroll data should be per-window not global.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.85 2007-11-21 13:11:41 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.86 2007-11-21 14:01:53 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -448,7 +448,9 @@ struct window {
|
||||
#define WINDOW_BELL 0x1
|
||||
|
||||
struct screen screen;
|
||||
|
||||
const struct window_mode *mode;
|
||||
void *modedata;
|
||||
|
||||
u_int references;
|
||||
};
|
||||
|
Reference in New Issue
Block a user