Bug #2365

Timelines do not adapt immediately to changed window sizes

Added by J. Wienke over 8 years ago. Updated over 8 years ago.

Status:ResolvedStart date:08/26/2015
Priority:NormalDue 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

Revision 71176afc
Added by J. Moringen over 8 years ago

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 8 years ago

  • Target version set to rsb-0.13

#2 Updated by J. Moringen over 8 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF