Commit abbeb44
committed
svnbrowse: Don't call clear() every update. This way curses can optimise each
update for the least amount of escape sequences transferred over the wire.
* subversion/svnbrowse/svnbrowse.c
(view_update): Remove clear(), call werase() for the list instead (which
fills the screen with spaces). Footer and header overwrite previous state
each time.
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1936143 13f79535-47bb-0310-9956-ffa450edef681 parent 7d5b557 commit abbeb44
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | 542 | | |
546 | 543 | | |
547 | 544 | | |
| 545 | + | |
548 | 546 | | |
549 | 547 | | |
550 | 548 | | |
| |||
0 commit comments