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:
Thank you for your tip!
You saved my sanity. Thanks.
Post a Comment