~vcs-imports/nano/master

Viewing all changes in revision 8092.

  • Committer: Benno Schulenberg
  • Date: 2019-06-25 10:09:28 UTC
  • Revision ID: git-v1:699cacf7a4ef90224095ac2dcd9e052b8f74865c
display: don't clear a row beforehand -- just clear the remainder

It is a waste of time to first fully clear a row when right afterward
text will be written to it (for most of the row, on average).  So...
just clear the part of the row after the written text.  Curses has the
perfect function for this: clrtoeol().

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: