[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] One suggestion, and one question :-)



Doug Forman wrote:
> 
> QUESTION:  (Included on my developing list of the "10 Sacred Mysteries of
> the Qube2") is:  Where's the bottom of top?'  That is, when you run 'top'
> via telnet, only the top half of the screen displays.  The bottom-half
> (where the individual processes are listed) is blank.  Several other Qube2
> owners have indicated to me that they also have this problem.  Hint:  it
> does *not* appear to be related to terminal emulation.
> 

This is most likely due to incompatible terminal settings.  Run "tty size"
and it will print the detected rows and column sizes.  if it shows "0 0", as
is always the case with mswindows telnet, run "stty rows 25 cols 80" (or
whatever your window size is) and it should work.


-duncan