Tuesday, April 1, 2008

os x screen wuff — wuff

problem:
your ssh'ed into a linux server via os x terminal and backspace/tab produce (maybe other strokes) 'wuff — wuff!!' when using a screen.

impact:
highly fsking annoying!

solution:
found the solution to this problem on another blog.

just whack the following in your .bashrc / .bash_profile on the destination server

alias screen='TERM=screen screen'

citation:
http://www.benmabey.com/2007/12/13/wuff-wuff/

2 comments:

Ferchik said...

Thank you for your tip!

Charlie Ross said...

You saved my sanity. Thanks.