Korn shell wraparound

Posted by allenratcliff on Stack Overflow See other posts from Stack Overflow or by allenratcliff
Published on 2008-09-26T20:31:26Z Indexed on 2010/04/25 6:03 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

Okay, I'm sure this is simple but it is driving me nuts. I recently went to work on a program where I've had to step back in time a bit and use Redhat 9. When I'm typing on the command line from a standard xterm running Korn shell, when I reach the end of the line the screen slides to the right (cutting off the left side of my command) instead of wrapping the text around to a new line. This makes things difficult for me because I can't easily copy and paste from the previous command straight from the command line. I have to look at the history and paste the command from there. In case you're wondering, I do a lot of command-line awk scripts that cause the line to get quite long.

Is there a way to force the command line to wrap instead of shifting visibility to the right side of the command I'm typing? I've poured through man page options with no luck. I'm running XFree86 4.2.99.903(174) and KSH 5.2.14. Thanks.

© Stack Overflow or respective owner

Related posts about command-line

Related posts about editing