2002-08-31 Stephane Carrez <stcarrez@nerim.fr>
[deliverable/binutils-gdb.git] / gdb / tui / tuiIO.h
index 2ad92ce81f19d4ceaf544bf8c04a5cea3002e9e2..49c26fd79c058cee065116bf0eab912481c84788 100644 (file)
@@ -1,5 +1,5 @@
 /* TUI support I/O functions.
-   Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
    Contributed by Hewlett-Packard Company.
 
    This file is part of GDB.
@@ -36,6 +36,11 @@ extern void tui_initialize_io (void);
 /* Get a character from the command window.  */
 extern int tui_getc (FILE*);
 
+/* Readline callback.
+   Redisplay the command line with its prompt after readline has
+   changed the edited text.  */
+extern void tui_redisplay_readline (void);
+
 
 #define m_tuiStartNewLine       tuiStartNewLines(1)
 #define m_isStartSequence(ch)   (ch == 27)
This page took 0.024014 seconds and 4 git commands to generate.