mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-16 08:38:12 +02:00
history-limit option.
This commit is contained in:
3
tmux.h
3
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.96 2007-11-22 19:40:16 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.97 2007-11-23 12:48:20 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -620,6 +620,7 @@ extern int prefix_key;
|
||||
extern int debug_level;
|
||||
extern u_int status_lines;
|
||||
extern u_char status_colour;
|
||||
extern u_int history_limit;
|
||||
extern char *default_command;
|
||||
void usage(char **, const char *, ...);
|
||||
void logfile(const char *);
|
||||
|
Reference in New Issue
Block a user