Anders Munch writes:
> When at the end of an 80-character line in an 80-column
> window, where do you paint a block cursor?
Good question, thanks! I can think of at least three
different ways to handle this, though:
1. Don't paint a block cursor, do something else.
2. Always scroll the line to the left as in truncate-lines
mode.
3. Treat it the same way as you would actually inserting a
space there (ie, left-scroll in truncate-lines mode,
wrap otherwise).
|