aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)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 Haberkorn3-17/+40
2025-05-06updated AUTO_DATE in teco.h in preparation for v7.0 releaseRobin Haberkorn2-1/+4
2025-05-05terminfo: use the enter_ca_mode/exit_ca_mode capabilities to restore the scre...Robin Haberkorn1-0/+8
2025-05-05removed declaration of tgetstr()Robin Haberkorn1-4/+0
2025-05-05removed poll.h and syspoll.hRobin Haberkorn2-172/+0
2025-05-05automatically use the current date when building with AutotoolsRobin Haberkorn3-26/+33
2025-05-05reconstructed Autotools build system (closes #1)Robin Haberkorn12-7069/+488
2025-05-05tecterm.c: avoid duplicate function declarationsRobin Haberkorn1-9/+2
2025-05-04DOS: added `wmake release` target to create zip archivesRobin Haberkorn1-2/+6
2025-05-04yet more README.md fixesRobin Haberkorn1-2/+3
2025-05-04minor README.md fixesRobin Haberkorn1-3/+5
2025-05-04added a copy of the GPLv3Robin Haberkorn1-0/+674
2025-05-04added a new README markdown fileRobin Haberkorn2-0/+104
2025-05-04added the original "TECO Manual V4" (Video TECO User's Guide) - just for arch...Robin Haberkorn4-0/+4840
2025-05-04moved the DOS-specific defines into teco.h, so we don't need the `@WCC_DEFS` ...Robin Haberkorn2-7/+31
2025-05-04fixup fd12f39ce43fe465dac987f078355c77d1dbbb07: fixed some sloppy editing issuesRobin Haberkorn2-4/+4
2025-05-04mention myself on <0EB>: "Munged by Robin Haberkorn"Robin Haberkorn1-0/+7
2025-05-04fixed echoing of control characters at the end of the lineRobin Haberkorn1-2/+2
2025-05-04DOS: hopefully fixed wildcard expansions in the drive rootRobin Haberkorn1-1/+2
2025-05-03DOS: add `-8` command-line parameter for disabling automatic EOL conversionsRobin Haberkorn1-0/+6
2025-05-03escapes and control chars are now also echoed in reverse videoRobin Haberkorn1-8/+21
2025-05-03various data type improvementsRobin Haberkorn7-40/+43
2025-05-03DOS: expand glob patterns when opening filesRobin Haberkorn3-12/+29
2025-04-27DOS: use backslash directory separators instead of slashRobin Haberkorn3-22/+27
2025-04-27DOS: clear screen on exitRobin Haberkorn1-1/+1
2025-04-27the magic struct fields are omitted now unless DEBUG1 is definedRobin Haberkorn4-36/+48
2025-04-27implemented EC for non-UNIX almost pure standard C compilersRobin Haberkorn3-17/+128
2025-04-26unsigned long is the base type for buffer positions nowRobin Haberkorn8-392/+402
2025-04-25DOS: Eliminate unused codeRobin Haberkorn1-2/+2
2025-04-25the maximum filename length is now determined by standard C's FILENAME_MAXRobin Haberkorn1-5/+5
2025-04-24enabled LFN supportRobin Haberkorn1-1/+1
2025-04-23added .gitignore fileRobin Haberkorn1-0/+32
2025-04-23DOS: the ini file is called TECO.INI and is located in the binary's directoryRobin Haberkorn1-7/+19
2025-04-23DOS: revised builtin termcap definitions and enable NANSI.SYS extensions dyna...Robin Haberkorn1-11/+38
2025-04-23updated Makefile.wcc: it assumes that $WATCOM has been set and the compilers ...Robin Haberkorn1-7/+20
2025-04-23DOS: implemented console size detectionRobin Haberkorn3-1/+41
2025-04-23DOS: Enter inserts LFRobin Haberkorn1-1/+1
2025-04-23MS-DOS real-mode (8086) portRobin Haberkorn8-33/+254
2025-04-21properly initialize all allocated structuresRobin Haberkorn4-55/+9
2025-04-21silence some warnings when compiling under FreeBSD (and probably Linux)Robin Haberkorn7-32/+32
2011-07-19extensive EC command documentation (doxygen)Robin Haberkorn1-1/+21
2011-07-18add some comments to EC command and clean up filedescriptors after fork()Robin Haberkorn1-14/+21
2011-07-18fixed colon-modifier and single-argument ranges for EC commandRobin Haberkorn2-3/+75
2011-07-18fixed EC command: care about DOT changeRobin Haberkorn1-18/+55
2011-07-18revised EC commandRobin Haberkorn4-99/+135
2011-07-18remove NULL macro definition: may be platform dependantRobin Haberkorn1-1/+0
2011-07-17compute BITS_PER_INT automatically based on BITS_PER_CHARRobin Haberkorn1-5/+6
2011-07-17disable .OLD backup file creation by defaultRobin Haberkorn1-1/+3