Opened 17 years ago
Closed 15 years ago
#25 closed defect (fixed)
optimise rendering with dirty lines support
Reported by: | Sam Hocevar | Owned by: | Sam Hocevar |
---|---|---|---|
Priority: | major | Milestone: | Final |
Component: | core | Version: | SVN |
Keywords: | Cc: | ||
Product: | libcaca |
Description
S-Lang and ncurses have a clever dirty lines support (and sub-window scrolling) that allows for very fast updates. We really need that, too.
Change History (2)
comment:1 Changed 16 years ago by
Summary: | optimise rendering with dirty lines support → libcaca: optimise rendering with dirty lines support |
---|
comment:2 Changed 15 years ago by
Component: | libcaca → core |
---|---|
Product: | → libcaca |
Resolution: | → fixed |
Status: | new → closed |
Summary: | libcaca: optimise rendering with dirty lines support → optimise rendering with dirty lines support |
Note: See
TracTickets for help on using
tickets.
We now have proper dirty rectangle support in libcaca. Maybe we'll need support for scrolled areas, too, but it's probably less urgent.