From 9e328d3fef0d87135d7c4aa5d22f35a5703208cd Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 30 Jul 2005 18:41:48 +0000 Subject: ctrl-up/ctrl-down keys added to call previous/next command in global history (common to all buffers) --- src/common/history.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/common/history.h') diff --git a/src/common/history.h b/src/common/history.h index 9be1b40e8..9928e0787 100644 --- a/src/common/history.h +++ b/src/common/history.h @@ -30,8 +30,12 @@ struct t_history t_history *prev_history; /* link to previous text/command */ }; +extern t_history *history_global; +extern t_history *history_global_last; +extern t_history *history_global_ptr; + extern void history_add (void *, char *); -extern void history_general_free (); +extern void history_global_free (); extern void history_buffer_free (void *); #endif /* history.h */ -- cgit v1.2.3