aboutsummaryrefslogtreecommitdiff
path: root/teco.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-06 09:55:36 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-07 16:58:12 +0300
commitd4b8634136355205591131be6d0df52b85f04879 (patch)
tree8bad60c7692d181380de9bb82a3320dbba5c0558 /teco.h
parent50f07cbee2da2a71a49d99ee2723a182cc3d86b4 (diff)
downloadvideoteco-fork-d4b8634136355205591131be6d0df52b85f04879.tar.gz
DOS: detect ANSIPLUS driverv7.0
Actually, we cannot (easily) detect NANSI.SYS, so we don't enable optimizations by default. You will have to `set TECO_TERM=nansi.sys` to enable optimizations. Of course you can also still set the TERMCAP variable.
Diffstat (limited to 'teco.h')
-rw-r--r--teco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/teco.h b/teco.h
index 29736e8..6f22e9a 100644
--- a/teco.h
+++ b/teco.h
@@ -84,7 +84,7 @@
#ifndef AUTO_DATE
/* should be passed in from the build system */
-#define AUTO_DATE "$Date: 2025/05/06 00:03:29 $"
+#define AUTO_DATE "$Date: 2025/05/07 16:57:28 $"
#endif
/*