[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Bryan Stansell bryan@conserver.com
Tue, 7 Mar 2006 14:21:33 -0800 (PST)
On Tue, Mar 07, 2006 at 05:03:25PM -0500, John Stoffel wrote: > Just get your users used to doing the ^Ef key to force writeability > and they'll be just fine with it. And they'll appreciate the fact > that only one terminal at a time can write. > > The big thing I want is a bigger scroll back buffer. The default 20 > and 60 lines aren't enough at all. I'd like 10-60 screens of lines of > scollback if possible. now, *that's* easy to hack into the code (if you want to "go there"). look for Replay() in conserver/group.c...just change the 20 and 60 to whatever you prefer. i still need to work on getting that more "dynamic" and/or customizable... Bryan