aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-08-21support Groff v1.19.2 as still used by default on NetBSD 10Robin Haberkorn5-7/+15
2025-08-21fully support NetBSD with its native libcursesRobin Haberkorn6-8/+56
2025-08-19AX_WITH_NCURSES: also check for NCURSEN_VERSIONRobin Haberkorn1-2/+6
2025-08-19curses: fixed configuration for native netbsd-curses and ncurses (several cor...Robin Haberkorn8-637/+342
2025-08-18sciteco(7): clarified SciTECO's policy with regards to TECO-11 and Video TECO...Robin Haberkorn1-5/+7
2025-08-16updated README, NEWS and TODORobin Haberkorn3-37/+76
2025-08-16avoid linebreak in AC_CHECK_FUNCS(): might fix openSUSE 15.5 and 15.6 nightly...Robin Haberkorn1-2/+1
2025-08-16UNIX curses: some clarifications on what is done during teco_interface_init_s...Robin Haberkorn2-2/+13
2025-08-14Debian: explicitly depend on a C compiler as wellRobin Haberkorn1-1/+2
2025-08-14README: mention the RPM-based repositories provided by OBSRobin Haberkorn1-1/+4
2025-08-14fix up hash-bang lines only of the scripts really installed by the current `m...Robin Haberkorn1-3/+18
2025-08-14debian/rules: enable verbose testsuite logRobin Haberkorn1-0/+3
2025-08-13YAML lexer: default to 2 character soft tabsRobin Haberkorn1-0/+3
2025-08-10allow messages to be of arbitrary length: fixes crashesRobin Haberkorn1-8/+3
2025-08-10irc.yml: fetch entire historyRobin Haberkorn1-0/+2
2025-08-09Win32: avoid any automatic LF to CRLF conversions when writing to stdoutRobin Haberkorn2-0/+23
2025-08-09fixed date in manpagesRobin Haberkorn1-1/+1
2025-08-08don't install the standalone scripts from lib/ as actual scripts: should fix ...Robin Haberkorn4-17/+18
2025-08-07tecat.tes: optimized by using a binary mask instead of stringRobin Haberkorn1-0/+0
2025-08-07added tecat.tes to standard library: can be installed as the Git textconv filterRobin Haberkorn4-2/+15
2025-08-07fixed the irc.yml workflow: have to export the $GH_TOKENRobin Haberkorn1-0/+2
2025-08-06irc.yml: retrieve the commit hash of the *previous* successful CI runRobin Haberkorn1-9/+3
2025-08-06IRC workflow: removed excess ` and "Robin Haberkorn1-5/+10
2025-08-06IRC workflow: use rectalogic/notify-ircRobin Haberkorn1-8/+13
2025-08-06command-line arguments are no longer passed via the unnamed buffer, but via s...Robin Haberkorn14-140/+171
2025-08-03simplified the htbl.tes preprocessor and the SUBST_MACRO using new --quiet, -...Robin Haberkorn4-21/+15
2025-08-03testsuite: use --quiet and test output of stdio commands more thoroughlyRobin Haberkorn1-27/+46
2025-08-03added --quiet, --stdin and --stdout for easier integration into UNIX pipelinesRobin Haberkorn7-9/+171
2025-08-03require isatty() on UNIXRobin Haberkorn1-1/+2
2025-08-02fixed serious bug with certain alternative string termination chars in comman...Robin Haberkorn8-40/+70
2025-08-01fixed the test suite on Mac OSRobin Haberkorn1-1/+1
2025-08-01implemented the ^W command for refreshing the screen in loops, for sleeping a...Robin Haberkorn7-25/+107
2025-07-31added -v/--version and <EO> commandRobin Haberkorn5-0/+42
2025-07-31implemented ^H command for returning the current time since midnight: partial...Robin Haberkorn2-15/+31
2025-07-31repl.tes: added script that reproduces the classic TECO REPL command-lineRobin Haberkorn3-0/+58
2025-07-31implemented ^T command: allows typing by code and getting characters from std...Robin Haberkorn11-8/+308
2025-07-28`ED&2` can be used to access the program termination flag nowRobin Haberkorn5-14/+17
2025-07-28=/==/===: fixed detection of execution from the end of the command-lineRobin Haberkorn3-14/+31
2025-07-27fixed using the command-line replacement register (ESC) in batch mode: was ca...Robin Haberkorn2-2/+10
2025-07-27fixed a,b,c^Uq...$: The arguments where written in the wrong (reverse) orderRobin Haberkorn2-13/+20
2025-07-26properly document some functions in expressions.c and simplified codeRobin Haberkorn10-93/+81
2025-07-26implemented the <T> (typeout) command for printing to the terminal from the c...Robin Haberkorn6-32/+117
2025-07-26support <:^A> to force raw ANSI outputRobin Haberkorn2-4/+16
2025-07-26implemented <:Gq> for printing the Q-Register string as a message instead of ...Robin Haberkorn3-2/+25
2025-07-26use teco_interface_msg_literal() where we're printing raw stringsRobin Haberkorn1-1/+1
2025-07-26support :=/:==/:=== commands: print number without trailing linefeedRobin Haberkorn4-21/+35
2025-07-26implemented the <^A> command for printing arbitrary stringsRobin Haberkorn11-67/+115
2025-07-23ncurses: support the window title on XTerm-like emulatorsRobin Haberkorn2-27/+47
2025-07-23if EX falis because of a dirty buffer, the buffer's id is now included in the...Robin Haberkorn3-8/+13
2025-07-22refactored =/==/=== command into stdio-commands.cRobin Haberkorn5-210/+266