Skip to content

Commit

Permalink
'panels' library almost completely rewritten. The new version is
Browse files Browse the repository at this point in the history
_much_ better at figuring out which parts of the screen need to be
updated,  aided in part by a new PDC_touched_range() function to
determine which parts of a window have changed.  The panels are
stored in a circularly-linked list,  of which the stdscr pseudo
panel is always a member,  so edge cases are mostly eliminated.
Panel overlap is computed in a less confusing manner.
  • Loading branch information
Bill-Gray committed Jul 12, 2023
1 parent abc2874 commit 8830b71
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 208 deletions.

0 comments on commit 8830b71

Please sign in to comment.