aboutsummaryrefslogtreecommitdiff
path: root/toys/other/catv.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/catv.c')
-rw-r--r--toys/other/catv.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/toys/other/catv.c b/toys/other/catv.c
index 221549f3..a0790a9b 100644
--- a/toys/other/catv.c
+++ b/toys/other/catv.c
@@ -23,12 +23,9 @@ config CATV
-v Don't use ^x or M-x escapes.
*/
+#define FOR_catv
#include "toys.h"
-#define FLAG_v 4
-#define FLAG_t 2
-#define FLAG_e 1
-
// Callback function for loopfiles()
static void do_catv(int fd, char *name)