Bug #2365
Timelines do not adapt immediately to changed window sizes
Status: | Resolved | Start date: | 08/26/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Moringen | % Done: | 100% | |
Category: | Common Lisp Tools | |||
Target version: | rsb-0.13 |
Description
The timeline style for the logger does not immediately adapt in case the window size has changed.
Associated revisions
Fixed expansion of timeline columns in formatting/timeline.lisp
fixes #2365
The line cache mechanism of the timeline column only dropped cells at
the tail of the cache in order to get the cache down to the current
column width. However, when the column width changes (e.g. caused by
terminal window size change), it is also necessary to extend the cache
to bring it up to the current column width.
- formatting/timeline.lisp (adjust-cache! timeline): in addition to
dropping cell at the tail of the cache, also expand the cache to the
current width by adding cells, if necessary
History
#1 Updated by J. Moringen over 7 years ago
- Target version set to rsb-0.13
#2 Updated by J. Moringen over 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset rsb-tools-cl|71176afc5be95d62babba7fc5dc49ddf74fcb384.