From 59bfc16ae34e56d6081ed4935a23f496aa5134e8 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 8 Dec 1998 16:33:13 +0000 Subject: The following changes were made by Jim Blandy and David Taylor as part of a project to merge in changes made by HP; HP did not create ChangeLog entries. * config/mp-enable-tui: New file. (TUI_CFLAGS): Search devo's include directory, as long as we're totally ruining modularity. (INCLUDE_SRCDIR): New var. (GDB_TUI_SRCDIR): Fix syntax error. * configure.in: Check the --enable-tui flag; if it's set, include a makefile fragment that #defines TUI and adds the needed #include directories. (*-*-hpux*): New host; use sysdep-hpux.h. * Makefile.in (.c.o): Check the variable set in the makefile fragment above. * display.c (term_goto): declare it. (insert_some_chars): set it. (delete_chars): set it. * readline.c: add tui include files surrounded by TUI. (rl_reset): new function, move some of rl_abort functionality to here. (rl_abort): call rl_reset. (rl_getc): tui changes. (init_terminal_io): tui changes. * readline.h (tui_version, fputc_unfiltered, fputs_unfiltered, tui_tputs): declare if TUI is defined. * rltty.c (prepare_terminal_settings): additional comment. * signals.c: add tui include files surrounded by TUI. move #if and #endif to column 1 so HP's compiler will accept them. Remove declaration of tuiDoAndReturnToTop since it's declared in tui.h. (rl_handle_sigwinch): call tuiDoAndReturnToTop if TUI defined. (rl_handle_sigwinch_on_clear): define if TUI defined. (rl_set_signals): if TUI, avoid infinite recursion. (rl_clear_signals): install rl_handle_sigwinch_on_clear. * sysdep-hpux.h: New file. --- readline/doc/inc-hist.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readline/doc/inc-hist.texi') diff --git a/readline/doc/inc-hist.texi b/readline/doc/inc-hist.texi index 9cdde40..f55f7ae 100644 --- a/readline/doc/inc-hist.texi +++ b/readline/doc/inc-hist.texi @@ -27,7 +27,7 @@ Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions. @end ignore -@node Using History Interactively +@node Using History, Installing GDB, Command Line Editing, Top @appendix Using History Interactively This chapter describes how to use the GNU History Library interactively, -- cgit v1.1