Another stupid question...
6e6op
6e6op at excite.it
Tue May 28 11:37:59 EDT 2002
More information about the Python-list mailing list
Tue May 28 11:37:59 EDT 2002
- Previous message (by thread): Another stupid question...
- Next message (by thread): Another stupid question...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
you can do 2 things: 1) look for the terminal specification you use and (if possible) turn to on the arrows keys code, then type export TERM=vtXXX where XXX is the number of your terminal codes (there is written in some options in your program) 2) change program, i use putty, it's free and pretty nice.. (http://www.chiark.greenend.org.uk/~sgtatham/putty/) "Shagshag13" <shagshag13 at yahoo.fr> wrote in message news:ad03jf$te1jk$1 at ID-146704.news.dfncis.de... > > Well i don't know why but i can't use up and downs key in python prompt line > (>>>) > I had the same trouble for erase key but after adding : > > stty erase "^H" > > in .bashrc, it works fine. > > But i still don't know how to do it for up key (i get ^[[A) and down key > (^[[B) > > Thanks in advance, > > S13. > >
- Previous message (by thread): Another stupid question...
- Next message (by thread): Another stupid question...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list