terminal-persistence¶
Specifies how Dune handles the terminal when a rebuild is triggered in watch mode.
(terminal-persistence <setting>)
where <setting> is one of:
preservedoes not clear the terminal screen between rebuilds.clear-on-rebuildclears the terminal screen between rebuilds.clear-on-rebuild-and-flush-historyclears the terminal between rebuilds, and it also deletes everything in the scrollback buffer.