termit icon indicating copy to clipboard operation
termit copied to clipboard

Add redo feature

Open hakash opened this issue 4 years ago • 0 comments

Expand upon Add undo( #12 ) and add the feature to redo after an undo. Depending on the implemented solution in #12 this might be as easy as pushing current state to a different stack before applying the undo. triggering a redo would typically reverse this by one step. Performing an action that alters state should invalidate the entire redo-stack, as that data is now out of date.

hakash avatar Oct 04 '21 12:10 hakash