[Tutor] Correct style of line break when chaining methods
Alan Gauld
alan.gauld at yahoo.co.uk
Fri Jul 16 17:55:55 EDT 2021
On 16/07/2021 22:43, Mats Wichmann wrote:
> On 7/15/21 6:12 PM, Cameron Simpson wrote:
>> The curses library etc avoided the rightmost column for this kind of
>> reason IIRC.
>
> sheesh, some threads just won't come to a conclusion and die :)
>
> this is all a VERY long time ago. the development of a
> screen-addressable editor (vi, which started life as an extension mode
> to ex)
And contrary to popular opinion vi does not really use curses,
rather it uses termcap (and now terminfo), the raw terminal
control codes. There is, so far as I can tell, no actual
curses specific code in vi. It does include curses but never
enters curses mode, it just uses the termcap/info control
definitions.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list