Re: New screen features available

2007-03-05 Thread Michael Schroeder
On Tue, Feb 20, 2007 at 05:32:14PM -0800, Jonathan Daugherty wrote:
 # Here are the new features:
 # 
 # - vertical split, complete with resizing
 
 *Thank you* for this feature.  I've wanted this ever since I learned
 about horizontal splitting.  I really like it.
 
 I did notice one odd thing, however.  If I open screen in an xterm,
 say, and run ps aux, the output is very fast: basically
 instantaneous.  If I then run ^a| and run the same command in a
 narrower window, my CPU usage goes to 100% and there is a great deal
 of flickering in the terminal.  In addition, it takes a noticeably
 longer time to run ps aux.  As a control, running ps aux in a
 plain screen window (not split) or a plain xterm of comparable width
 results in the faster behavior, so I'm lead to think that screen is
 involved.

Yes, currently a vertical split is expensive. As screen doesn't use
any special region-scrolling functions of the terminals it has
to do lots of refreshes. I hope to fix that soon (at least for
xterm).

Cheers,
  Michael.

-- 
Michael Schroeder   [EMAIL PROTECTED]
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}


___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users


Re: New screen features available

2007-03-05 Thread Jonathan Daugherty
# Yes, currently a vertical split is expensive. As screen doesn't use
# any special region-scrolling functions of the terminals it has to
# do lots of refreshes. I hope to fix that soon (at least for xterm).

Great; I'm glad I noticed it, then.  Thanks!

-- 
  Jonathan Daugherty
  http://www.b-tree.org


___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users


Re: New screen features available

2007-03-05 Thread Sadrul H Chowdhury

On 2/7/07, Sadrul H Chowdhury [EMAIL PROTECTED] wrote:


On 2/6/07, Michael Schroeder [EMAIL PROTECTED]
wrote:

 snip


You probably have a lot of suggestions and
 enhancement requests. Sorry that development is a bit slow at
 the moment due to not enough spare time...


Hi. I have a feature request that I would like included in the next
version. The feature is to allow highlighting the windows which have bells
in the hardstatus line. I have written a patch (
http://savannah.gnu.org/bugs/?18382) which accomplishes this by allowing
me to add the numbers (or titles) of such windows by adding a '%b' (or '%B')
in the hardstatus string.



Hi. I don't mean to be too demanding, but are there any plans on adding this
feature (by means of this patch or by any other way) in the next release? I
recently started using mutt, which also allows adding a bell when new
messages come in. This feature would be really useful with that. :-)

Or am I missing something and it's doable with the current version?

Thanks.
Sadrul
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users


rotating hardcopy logs

2007-03-05 Thread Eric Smith

Hi

I want to absolutely be sure of never losing any data I enter into a terminal.
A security feature like hardcaopy log command H
would be perfect but say I want to curtail the size of this file to have
at any time only the last n kB, what would be a good (elegant) way to do this?
Not sure logrotate is really attractive.

Thanks
--
Eric Smith


___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users