Xref: utzoo comp.edu:2194 comp.editors:649 comp.cog-eng:1000 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wasatch!cs.utexas.edu!tut.cis.ohio-state.edu!rutgers!uwvax!puff!rt15.cs.wisc.edu!ronald From: ronald@rt15.cs.wisc.edu (Ronald Peterson) Newsgroups: comp.edu,comp.editors,comp.cog-eng Subject: Re: Advice sought on editors Summary: SPF Keywords: scrolling, line numbers Message-ID: <2532@puff.cs.wisc.edu> Date: 7 Apr 89 02:37:57 GMT References: <1989Apr3.102454.26429@utfyzx.uucp> Sender: news@puff.cs.wisc.edu Reply-To: ronald@rt15.cs.wisc.edu (Ronald Peterson) Distribution: na Organization: U of Wisconsin CS Dept Lines: 16 SPF provides an interesting model for a screen based editor. A version for PC's is available from Command Technology and I beleive there are some Unix versions available. It gives a busy screen with line numbers with several modes. Commands can be entered on the command line or line oriented commands can be entered over the line numbers. The normal mode is typeover with an insert mode available. The function keys are used for scrolling on line help, and exiting. On the PC the scrolling keys on the numeric keypad are functional. There may be some performance problems with low baud rates, because of the necessity to repaint the screen. Also, sophisticated searching is not available.