--- gdb-5.2.1/gdb/top.c.orig Sat Feb 23 21:12:13 2002 +++ gdb-5.2.1/gdb/top.c Tue Aug 27 15:30:08 2002 @@ -1929,6 +1929,7 @@ 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. */