aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-21discriminate against interactive-only codepaths in the imlementation of =/==/===Robin Haberkorn2-2/+4
2025-07-21support <==> and <===> for printing octal and hexadecimal numbersRobin Haberkorn7-48/+207
2025-07-20FreeBSD port: also enable malloc-replacement by defaultRobin Haberkorn1-2/+2
2025-07-20FreeBSD: enable dlmalloc by default (--enable-malloc-replacement)Robin Haberkorn2-8/+10
2025-07-20document bug: you cannot currently use `{` and `}` to insert anything after $...Robin Haberkorn3-1/+14
2025-07-19special Q-registers `$` (working directory) and the clipboard registers now s...Robin Haberkorn3-25/+21
2025-07-19fixed <EF> and <EW> with invalid buffer ids (was crashing)Robin Haberkorn3-2/+23
2025-07-19<EW> now accepts a numeric argument to specify the buffer to saveRobin Haberkorn4-38/+59
2025-07-18revised command topicsRobin Haberkorn8-41/+41
2025-07-18<nEL> (set EOL mode) now sets the buffer's dirty flagRobin Haberkorn2-4/+7
2025-07-18support <:]q> (pop Q-Register) for getting a success/failure booleanRobin Haberkorn3-4/+17