mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
2002-09-09 Elena Zannoni <ezannoni@redhat.com>
From: Emmanuel Thome' <thome@lix.polytechnique.fr> * top.c (init_main): Set rl_terminal_name.
This commit is contained in:
parent
cf57480a00
commit
7cb3ec5e73
@ -1,3 +1,8 @@
|
||||
2002-09-09 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
From: Emmanuel Thome' <thome@lix.polytechnique.fr>
|
||||
* top.c (init_main): Set rl_terminal_name.
|
||||
|
||||
2002-09-08 Aidan Skinner <aidan@velvet.net>
|
||||
|
||||
* ada-lang.c (ada_array_bound, ada_type_match,
|
||||
|
@ -1957,6 +1957,7 @@ init_main (void)
|
||||
get_gdb_completer_word_break_characters ();
|
||||
rl_completer_quote_characters = get_gdb_completer_quote_characters ();
|
||||
rl_readline_name = "gdb";
|
||||
rl_terminal_name = getenv ("TERM");
|
||||
|
||||
/* The name for this defun comes from Bash, where it originated.
|
||||
15 is Control-o, the same binding this function has in Bash. */
|
||||
|
Loading…
Reference in New Issue
Block a user