TextUi::UndoStack
Inherits Reference / Object
Class methods
redo_key
Sourceredo_key=(key : UInt16)
Sourceundo_key
Sourceundo_key=(key : UInt16)
SourceInstance methods
can_redo?
Sourcecan_undo?
Sourceclean_state?
Sourceclear
Sourcemerge_interval
If the time between two mergeable commands happen is less than merge_interval, they will be merged into a single command. merge_interval is specified in milliseconds, default to 1000ms.
merge_interval=(merge_interval : Int32)
If the time between two mergeable commands happen is less than merge_interval, they will be merged into a single command. merge_interval is specified in milliseconds, default to 1000ms.
push(cmd : UndoCommand) : Nil
Sourceredo
Sourceset_clean_state
Sourcesize(*args, **options)
Sourcesize(*args, **options, &)
Sourceundo
Source