diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-06 09:55:36 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-07 16:58:12 +0300 |
commit | d4b8634136355205591131be6d0df52b85f04879 (patch) | |
tree | 8bad60c7692d181380de9bb82a3320dbba5c0558 /teco.h | |
parent | 50f07cbee2da2a71a49d99ee2723a182cc3d86b4 (diff) | |
download | videoteco-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 /* |