<div dir="ltr">Hello Everyone,<br><br>I have an odd conflict between screen (the terminal multiplexer) and Putty, and this is something I&#39;ve never seen before.<br><br>The environment is RedHat 5.8.  It&#39;s worth noting that when I was using CentOS 5.x on a daily basis, I used Putty and screen all the time without encountering this problem.<br>
<br>Normally, when you login via putty with bash as your shell, you can hit the up-arrow for the last command.  This sends the ascii code for ESC, then [A, and it goes across to bash (or whatever other program) just fine.  When you try this via screen, it looks like the terminal manager in screen takes &quot;the ascii code for ESC, then [A&quot; and turns it into the actual character string ^[[A, which is Caret + [ + [  + A.<br>
<br>I was always able to sort out these kinds of issues on my own systems by setting TERM=xterm and the Putty terminal emulation to xterm.  That doesn&#39;t work in this case.  Where should I start looking for possible solutions to this problem?<br>
<br>Thanks!<br>-JK<br></div>