diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-09-09 21:03:26 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-09-09 21:03:26 +0000 |
commit | 7cb3ec5e738dd1d73d041066e68e2093fe2b7627 (patch) | |
tree | fcfa4beaaf001f7555c518168a73499f501e793a /gdb/top.c | |
parent | cf57480a005d16dff07ec02c142fb3bc75e071b6 (diff) | |
download | gdb-7cb3ec5e738dd1d73d041066e68e2093fe2b7627.zip gdb-7cb3ec5e738dd1d73d041066e68e2093fe2b7627.tar.gz gdb-7cb3ec5e738dd1d73d041066e68e2093fe2b7627.tar.bz2 |
2002-09-09 Elena Zannoni <ezannoni@redhat.com>
From: Emmanuel Thome' <thome@lix.polytechnique.fr>
* top.c (init_main): Set rl_terminal_name.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |