aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
6 daysREADME: updated to new locations on fmsbw.deHEADmasterRobin Haberkorn1-7/+7
6 daysREADME: minor updatesRobin Haberkorn1-1/+5
2025-05-07DOS: detect ANSIPLUS driverv7.0Robin Haberkorn1-6/+7
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.
2025-05-06updated AUTO_DATE in teco.h in preparation for v7.0 releaseRobin Haberkorn1-0/+3
2025-05-05reconstructed Autotools build system (closes #1)Robin Haberkorn1-1/+2
The resulting config.h.in is similar to the one from the CVS repo. However, I removed checks that apparently weren't referenced in the code base. Also, I fixed the terminfo check. Previously, it was actually building against termcap on my system. Terminfo should always be preferred. Currently, it does not check against ncurses itself. If it turns out there are systems with an ncurses pkg-config file, but without tinfo, we might have to check for ncurses as well. It adds both -Wall and -Wsign-compare, which turned out to be useful to debug the DOS version.
2025-05-04yet more README.md fixesRobin Haberkorn1-2/+3
2025-05-04minor README.md fixesRobin Haberkorn1-3/+5
2025-05-04added a new README markdown fileRobin Haberkorn1-0/+104
The original README is renamed to README.OLD.