T.83.0: remove 'mark-interrupt' command

There's no point having both 'interrupt' and 'mark-interrupt', as it only
ever makes sense to use one or the other depending on the current timer
state.  Merge them into a single command (interrupt), and for compatibility
bind both 'R' and 'r' to that command.
This commit is contained in:
Felicity Tarnell 2014-03-05 15:55:06 +00:00
parent d9223f4603
commit 3560996263
4 changed files with 41 additions and 32 deletions

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([RT/TTS], [T.82.0], [felicity@loreley.flyingparchment.org.uk])
AC_INIT([RT/TTS], [T.83.0], [felicity@loreley.flyingparchment.org.uk])
AC_CONFIG_SRCDIR([tts.c])
AC_CONFIG_HEADERS([config.h])