aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-23 12:48:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-23 12:48:20 +0000
commit9c584432d0bccdc61560e3e9deff0421f1039068 (patch)
tree684a877409f4584ef5097036f729dd6ae97e5b0c /tmux.h
parent26c8303733c243b2181bb644ce6fa2b838de8e15 (diff)
downloadrtmux-9c584432d0bccdc61560e3e9deff0421f1039068.tar.gz
rtmux-9c584432d0bccdc61560e3e9deff0421f1039068.tar.bz2
rtmux-9c584432d0bccdc61560e3e9deff0421f1039068.zip
history-limit option.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 601ad55f..7e6dcf45 100644
--- a/tmux.h
+++ b/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 *);