[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] [please disregard former message] ^H or ^? shell problems
- Subject: [ale] [please disregard former message] ^H or ^? shell problems
- From: jdonline at gmail.com (J. D.)
- Date: Mon, 28 Aug 2006 16:33:09 -0500
- In-reply-to: <1156636255.6700.1.camel@localhost>
- References: <[email protected]> <1156636255.6700.1.camel@localhost>
>
> What do you folks think?
>
>
> There are two ways to go about this, depending on what you can do:
>
> 1. Fix the terminal emulator that you are using, by telling it to
> send whatever sequence is expected by the system in its default
> configuration, *or*
> 2. Place the appropriate stty command in your login script. If it
> only happens with a certain type of terminal, then you may want to attempt
> to detect what terminal that may be, and use stty appropriately.
>
> Unfortunately, not all terminals are made alike. :-/
>
> ? Mike
>
Mike,
You were exactly right and thanks for the reply. I found the magic
words to Google that gave me parameters to pass to xterm to set it in such a
way that prevents the ^?. Handling the problem this way seemed like the most
simple way to solve it without messing with user environment settings.
The setting was -tm 'erase ^?'
Best regards,
J. D.
-------------- next part --------------
An HTML attachment was scrubbed...