Hi, I was trying out Python in Belenix 0.7.1. I notice that pressing UP key doesn't have the default behavior. As seen in most of the interpretors - ------------------------------------------------------------------ Python 2.4.6 (#2, Mar 19 2009, 10:00:53) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> print "hello" hello >>> print "hello" # on pressing up key, old >>> statements come up ------------------------------------------------------------------
While in Belenix I observed the following - We get a ^[[A instead of previous statements on pressing up. http://farm4.static.flickr.com/3426/3998455886_5e2d02cbd4_o.png What could be responsible for such behavior ? regards, Abhishek Mishra
