Ticket #1953 (closed patch: fixed)
fix console client flicker on every update
| Reported by: | terror_macbeth_I | Owned by: | Cas |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4.0 |
| Component: | console | Version: | 1.3.3 |
| Keywords: | console curses | Cc: | nick |
Description
The curses call to stdscr.clear() redraws the whole window on every update which causes screen flickering. By replacing the call with one to stdscr.erase() the updates are smooth.
I did not notice a negative impact but did not grasp the whole difference between clear vs. erase either.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
