From mboxrd@z Thu Jan 1 00:00:00 1970 From: lm@mcvoy.com (Larry McVoy) Date: Sun, 12 Nov 2017 07:10:54 -0800 Subject: [TUHS] OK, no more 80 cols please In-Reply-To: <20171112150151.5A5241F952@orac.inputplus.co.uk> References: <20171111212322.GA20429@minnie.tuhs.org> <20171112105810.DDF451F952@orac.inputplus.co.uk> <20171112150151.5A5241F952@orac.inputplus.co.uk> Message-ID: <20171112151054.GB28071@mcvoy.com> Huh, that's news to me. The multiple window stuff is what moved me to vim, been happy there ever since. If we're talking editors, I still have a hacked version of xvi that I wacked to use mmap instead of read. I wacked the string library to treat \n as NULL (it honored both, it had to, too much would need to be changed if you didn't) and then wacked the code to just mmap the file instead of reading it into a pile of strings. I needed this because I was looking at long trace files from debugging the kernel and I really wanted to be able to vi them. On an 8MB Sun I could look at about a 7MB file and have it all fit in memory. The old way only could do half that. On Sun, Nov 12, 2017 at 03:01:51PM +0000, Ralph Corderoy wrote: > Hi Bakul, > > > IIRC, Bill Joy???s vi didn???t do multiple windows. > > His personal version did, but the changes, to curses too IIRC, were lost > due to some fault and no backup. He didn't re-do them. > > -- > Cheers, Ralph. > https://plus.google.com/+RalphCorderoy -- --- Larry McVoy lm at mcvoy.com http://www.mcvoy.com/lm