View Single Post
  #6   (View Single Post)  
Old 29th April 2013
thomasw_ thomasw_ is offline
Real Name: thomas
Port Guard
 
Join Date: Feb 2013
Location: kimberley
Posts: 30
Default

Yes if I recall it is 5.12; so for OpenBSD ksh console, I think the LINES perimeter needs to be set.

If in X, one could do something like this in a ~/.profile:

alias resize='eval `/usr/bin/X11/resize`'

or

eval $(resize) -- the resize utility has two options:> [-u] [-s [row col]

Set the ksh alias; after resizing a window in X, but before running an application, type:

resize

that should do it.
Reply With Quote