From: Holger Schemel Date: Tue, 15 Sep 2020 06:40:14 +0000 (+0200) Subject: added ability to undo (restore) the previously recorded tape X-Git-Tag: 4.2.0.3~42 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=c4621f6e17b3806b7edc0ab50e72353cb991842e;hp=c4621f6e17b3806b7edc0ab50e72353cb991842e;p=rocksndiamonds.git added ability to undo (restore) the previously recorded tape When the in-memory tape is erased with more than a minimum length of playing time (currently set to 20 seconds), an internal copy of the tape is created to be able to restore it. Just type ":undo-tape" or ":ut" to undo (restore) the last tape. If the in-memory tape to be erased is shorter than the minimum length, an undo tape is created from it if it is longer than the currently stored undo tape. ---