aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-18make some array declarations real constantsRobin Haberkorn4-5/+5
2025-07-18fixed minor memory leaks of per-state data in teco_machine_main_tRobin Haberkorn7-27/+33
2025-07-16the primary clipboard is now chosen by the 10th bit in the ED flagsRobin Haberkorn7-70/+47
2025-07-14Windows nightlies: install zip, hopefully fixing the nightly buildsRobin Haberkorn1-2/+2
2025-07-13Windows nightly builds are built on Windows Server 2022 nowRobin Haberkorn1-2/+2
2025-07-13implemented <ER> command for reading a file into the current bufferRobin Haberkorn8-30/+96
2025-07-13allow changing the default clipboard by setting the `~` integerRobin Haberkorn7-36/+122
2025-07-13minor documentation fix in parser.cRobin Haberkorn1-1/+1
2025-07-11<EF> supports a numeric buffer id nowRobin Haberkorn6-49/+88
2025-07-04implemented <^B> for returning the current dateRobin Haberkorn3-1/+47
2025-07-03implemented ^E<code> string building constructs for embedding bytes and codep...Robin Haberkorn5-41/+128
2025-07-01GTK: handle (smooth) scrolling with a scroll controllerRobin Haberkorn1-15/+42
2025-06-27fixed ^S/^Y for <Gq> and <EN>Robin Haberkorn3-8/+12
2025-06-27fixed an asterisk in the <EN> manpage entryRobin Haberkorn2-1/+2
2025-06-15PDCurses/Wincon: disable hardware cursor after window resizeRobin Haberkorn1-0/+5
2025-06-15require and adapted to PDCurses v4.5.1Robin Haberkorn3-12/+13
2025-06-15Revert "PDCurses/Win: more or less fixed mouse support"Robin Haberkorn1-37/+6
2025-06-12GTK: fixed scrolling on systems that only support smooth scrollingRobin Haberkorn1-4/+12
2025-06-08^S/^Y calculates the glyph offsets earlierRobin Haberkorn8-31/+65
2025-06-07updated README and TODORobin Haberkorn2-20/+32
2025-06-07initialize some variables in teco_state_expectqreg_input() to silence the Cla...Robin Haberkorn1-2/+2
2025-06-07added <FN> as a search-and-replace variant of <N>Robin Haberkorn4-3/+60
2025-06-04CI: test only on win64 as mingw-w64-i686-pdcurses was apparently dropped from...Robin Haberkorn1-7/+7
2025-06-03added LaTeX lexer configRobin Haberkorn3-1/+35
2025-06-01<nA> and <nQq> now return -1 in case the index n is out of rangeRobin Haberkorn5-33/+27
2025-05-24<EI> has been repurposed and is the macro file inclusion (indirect file) comm...Robin Haberkorn12-36/+29
2025-05-24new string building construct ^P disables all further string building magicRobin Haberkorn3-23/+31
2025-05-23<^C> is a plain "return" command now, while <^C^C> exits from the programRobin Haberkorn3-101/+193
2025-05-20debian package: removed copyright of mingw-bundledllsRobin Haberkorn1-25/+0
2025-05-18allow process exit status to be determined by macrosRobin Haberkorn4-14/+38
2025-05-18sciteco(7): added a help topic for booleansRobin Haberkorn1-0/+1
2025-05-16python lexer: fixed block comment stylingRobin Haberkorn1-1/+3
2025-05-13revised test suite: got rid of most escaping for the TECO code snippetsRobin Haberkorn2-172/+179
2025-05-03updated TODORobin Haberkorn1-1/+43
2025-05-03disallow command-line termination ($$) while editing the command-line replace...Robin Haberkorn2-0/+17