View Single Post
  #6   (View Single Post)  
Old 7th November 2009
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

I believe some terminals had the ability to shift between different modes (AxB and CxD; where the letters are $COLUMNSx$LINES) but am not aware if that is implemented by the console drivers.

Generally it's considered a program problem: vi for example treats it as one line unless something like wrapmargin is set. Like wise ksh will `scroll` the line edit if your typing gets to close to the right margin.


Someone here might be able to speak from a greater depth of experience, which is why I glanced over that ^ part in my previous post.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote