index
:
videoteco-fork
master
Video TECO: Robin Haberkorn's fork and MS-DOS port
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
README: updated to new locations on fmsbw.de
HEAD
master
Robin Haberkorn
1
-7
/
+7
6 days
README: minor updates
Robin Haberkorn
1
-1
/
+5
2025-05-07
DOS: detect ANSIPLUS driver
v7.0
Robin Haberkorn
3
-17
/
+40
2025-05-06
updated AUTO_DATE in teco.h in preparation for v7.0 release
Robin Haberkorn
2
-1
/
+4
2025-05-05
terminfo: use the enter_ca_mode/exit_ca_mode capabilities to restore the scre...
Robin Haberkorn
1
-0
/
+8
2025-05-05
removed declaration of tgetstr()
Robin Haberkorn
1
-4
/
+0
2025-05-05
removed poll.h and syspoll.h
Robin Haberkorn
2
-172
/
+0
2025-05-05
automatically use the current date when building with Autotools
Robin Haberkorn
3
-26
/
+33
2025-05-05
reconstructed Autotools build system (closes #1)
Robin Haberkorn
12
-7069
/
+488
2025-05-05
tecterm.c: avoid duplicate function declarations
Robin Haberkorn
1
-9
/
+2
2025-05-04
DOS: added `wmake release` target to create zip archives
Robin Haberkorn
1
-2
/
+6
2025-05-04
yet more README.md fixes
Robin Haberkorn
1
-2
/
+3
2025-05-04
minor README.md fixes
Robin Haberkorn
1
-3
/
+5
2025-05-04
added a copy of the GPLv3
Robin Haberkorn
1
-0
/
+674
2025-05-04
added a new README markdown file
Robin Haberkorn
2
-0
/
+104
2025-05-04
added the original "TECO Manual V4" (Video TECO User's Guide) - just for arch...
Robin Haberkorn
4
-0
/
+4840
2025-05-04
moved the DOS-specific defines into teco.h, so we don't need the `@WCC_DEFS` ...
Robin Haberkorn
2
-7
/
+31
2025-05-04
fixup fd12f39ce43fe465dac987f078355c77d1dbbb07: fixed some sloppy editing issues
Robin Haberkorn
2
-4
/
+4
2025-05-04
mention myself on <0EB>: "Munged by Robin Haberkorn"
Robin Haberkorn
1
-0
/
+7
2025-05-04
fixed echoing of control characters at the end of the line
Robin Haberkorn
1
-2
/
+2
2025-05-04
DOS: hopefully fixed wildcard expansions in the drive root
Robin Haberkorn
1
-1
/
+2
2025-05-03
DOS: add `-8` command-line parameter for disabling automatic EOL conversions
Robin Haberkorn
1
-0
/
+6
2025-05-03
escapes and control chars are now also echoed in reverse video
Robin Haberkorn
1
-8
/
+21
2025-05-03
various data type improvements
Robin Haberkorn
7
-40
/
+43
2025-05-03
DOS: expand glob patterns when opening files
Robin Haberkorn
3
-12
/
+29
2025-04-27
DOS: use backslash directory separators instead of slash
Robin Haberkorn
3
-22
/
+27
2025-04-27
DOS: clear screen on exit
Robin Haberkorn
1
-1
/
+1
2025-04-27
the magic struct fields are omitted now unless DEBUG1 is defined
Robin Haberkorn
4
-36
/
+48
2025-04-27
implemented EC for non-UNIX almost pure standard C compilers
Robin Haberkorn
3
-17
/
+128
2025-04-26
unsigned long is the base type for buffer positions now
Robin Haberkorn
8
-392
/
+402
2025-04-25
DOS: Eliminate unused code
Robin Haberkorn
1
-2
/
+2
2025-04-25
the maximum filename length is now determined by standard C's FILENAME_MAX
Robin Haberkorn
1
-5
/
+5
2025-04-24
enabled LFN support
Robin Haberkorn
1
-1
/
+1
2025-04-23
added .gitignore file
Robin Haberkorn
1
-0
/
+32
2025-04-23
DOS: the ini file is called TECO.INI and is located in the binary's directory
Robin Haberkorn
1
-7
/
+19
2025-04-23
DOS: revised builtin termcap definitions and enable NANSI.SYS extensions dyna...
Robin Haberkorn
1
-11
/
+38
2025-04-23
updated Makefile.wcc: it assumes that $WATCOM has been set and the compilers ...
Robin Haberkorn
1
-7
/
+20
2025-04-23
DOS: implemented console size detection
Robin Haberkorn
3
-1
/
+41
2025-04-23
DOS: Enter inserts LF
Robin Haberkorn
1
-1
/
+1
2025-04-23
MS-DOS real-mode (8086) port
Robin Haberkorn
8
-33
/
+254
2025-04-21
properly initialize all allocated structures
Robin Haberkorn
4
-55
/
+9
2025-04-21
silence some warnings when compiling under FreeBSD (and probably Linux)
Robin Haberkorn
7
-32
/
+32
2011-07-19
extensive EC command documentation (doxygen)
Robin Haberkorn
1
-1
/
+21
2011-07-18
add some comments to EC command and clean up filedescriptors after fork()
Robin Haberkorn
1
-14
/
+21
2011-07-18
fixed colon-modifier and single-argument ranges for EC command
Robin Haberkorn
2
-3
/
+75
2011-07-18
fixed EC command: care about DOT change
Robin Haberkorn
1
-18
/
+55
2011-07-18
revised EC command
Robin Haberkorn
4
-99
/
+135
2011-07-18
remove NULL macro definition: may be platform dependant
Robin Haberkorn
1
-1
/
+0
2011-07-17
compute BITS_PER_INT automatically based on BITS_PER_CHAR
Robin Haberkorn
1
-5
/
+6
2011-07-17
disable .OLD backup file creation by default
Robin Haberkorn
1
-1
/
+3
[next]