Has anyone else had this bug in PuTTy?
For example, pressing the Up key now produces:
>>> ^[[A
Google does not allow you to search for special characters, so I cannot find an existing version of this problem.
EDIT:
So, this happened after I inserted it into some unicode (when, I think, the translation was already installed on utf-8).
I checked the "Change Settings" dialog box for different settings than other open PuTTy windows, but the settings look the same.
EDIT2:
This is fixed by restarting PuTTy, but still a nuisance.
EDIT3:
How to replicate the same error:
- Open putty terminal on Linux PC (I use RedHat)
- Open Python 2.7. * - using the
python2.7 command (note: the error does not appear in version 2.6) import codecs- Now use the arrow keys and these fancy characters appear.
python putty arrow-keys
LittleBobbyTables Feb 12 '13 at 16:33 2013-02-12 16:33
source share