diff options
Diffstat (limited to 'gdb/terminal.h')
-rw-r--r-- | gdb/terminal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/terminal.h b/gdb/terminal.h index 4a00716..0deced4 100644 --- a/gdb/terminal.h +++ b/gdb/terminal.h @@ -99,10 +99,10 @@ extern int gdb_setpgid (void); /* Set up a serial structure describing standard input. In inflow.c. */ extern void initialize_stdin_serial (void); -extern int gdb_has_a_terminal (void); - extern void gdb_save_tty_state (void); +/* Take a snapshot of our initial tty state before readline/ncurses + have had a chance to alter it. */ extern void set_initial_gdb_ttystate (void); /* Set the process group of the caller to its own pid, or do nothing |