A Cursory Look at Cursors
eno-writer.com
A Cursory Look at Cursors
1–10 of 23 posts
Re: A Cursory Look at Cursors
#2Ed is the standard text editor. It doesn't waste precious kilobytes on cursor positioning code.
Speaking seriously, this inherent need for the feedback from the user presentation layer back into the internals is why writing a decent multi-line editor with non-monospace fonts is such a nuisance.
Re: A Cursory Look at Cursors
#3Re: A Cursory Look at Cursors
#4What do people on HN use, and why? Box, underline, vertical bar? Flashing or not?
i just remember where the cursor is supposed to be :P
Re: A Cursory Look at Cursors
#5What do people on HN use, and why? Box, underline, vertical bar? Flashing or not?
Re: A Cursory Look at Cursors
#6What do people on HN use, and why? Box, underline, vertical bar? Flashing or not?
Re: A Cursory Look at Cursors
#7> It would be hard to imagine a program for editing text that doesn't have a cursor. Ed is the standard text editor. It doesn't waste precious kilobytes on cursor positioning code. Speaking seriously, this inherent need for the feedback from the user presentation layer back into the internals is why writing a decent multi-line editor with non-monospace fonts is such a nuisance.
Re: A Cursory Look at Cursors
#8What do people on HN use, and why? Box, underline, vertical bar? Flashing or not?
I used to use flashing but have that turned off right now, for reasons I can't remember.
[1] (setq-local cursor-type '(hbar . 8))
Re: A Cursory Look at Cursors
#9What do people on HN use, and why? Box, underline, vertical bar? Flashing or not?
Re: A Cursory Look at Cursors
#10What do people on HN use, and why? Box, underline, vertical bar? Flashing or not?
> What do people on HN use i just remember where the cursor is supposed to be :P