Wuff —- Wuff!!!
filed in Mac, linux on Feb.27, 2009
When using a mac to connect to screen running on my linux box, I would get message: “Wuff —- Wuff!!!” whenever I used the backspace (delete) key.
This is super annoying, here is the fix:
Add:
alias screen='TERM=screen screen'
to the .bashrc of the screen user on your linux box.
August 10th, 2009 on 9:33 am
Annyoing problem, simple fix. Thanks a lot!
September 14th, 2009 on 10:12 pm
Thanks alot, worked perfectly.