truncate_history_when_saving_view
gui.truncate_history_when_saving_view boolean { true | false }
Description
Controls the previous and next view stack. If true and you are in the middle of the stack when you create a new view, the top of the stack will be truncated and replaced with the new view. If false, the stack will be expanded to include the traversed views and the new view.
GUI Equivalent
Examples
getvar gui.truncate_history_when_saving_view
setvar gui.truncate_history_when_saving_view false
Related Topics
Space-based Router Tcl Environment Variables
Return to top