Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Cmd.Undo

Description

Undo and redo cmds and support.

Synopsis

Documentation

maintain_history :: Ui.State -> Cmd.State -> [Update.UiUpdate] -> IO Cmd.State Source #

This is the toplevel function to record one Cmd's worth of history.

It's called by the responder after the Cmds are run and the updates are available.

check_save_history :: Cmd.State -> IO (Maybe.Maybe Text) Source #

Only do this if I would have written something. For that I need the diffs.