Age | Commit message (Expand) | Author | Files | Lines |
2025-08-08 | don't install the standalone scripts from lib/ as actual scripts: should fix ... | Robin Haberkorn | 1 | -0/+4 |
2025-08-06 | command-line arguments are no longer passed via the unnamed buffer, but via s... | Robin Haberkorn | 6 | -73/+89 |
2025-08-03 | simplified the htbl.tes preprocessor and the SUBST_MACRO using new --quiet, -... | Robin Haberkorn | 2 | -16/+10 |
2025-08-03 | added --quiet, --stdin and --stdout for easier integration into UNIX pipelines | Robin Haberkorn | 1 | -7/+55 |
2025-08-02 | fixed serious bug with certain alternative string termination chars in comman... | Robin Haberkorn | 1 | -8/+22 |
2025-08-01 | implemented the ^W command for refreshing the screen in loops, for sleeping a... | Robin Haberkorn | 1 | -0/+10 |
2025-07-31 | added -v/--version and <EO> command | Robin Haberkorn | 1 | -0/+5 |
2025-07-26 | implemented <:Gq> for printing the Q-Register string as a message instead of ... | Robin Haberkorn | 1 | -0/+12 |
2025-07-21 | support <==> and <===> for printing octal and hexadecimal numbers | Robin Haberkorn | 1 | -0/+4 |
2025-07-19 | special Q-registers `$` (working directory) and the clipboard registers now s... | Robin Haberkorn | 1 | -1/+0 |
2025-07-16 | the primary clipboard is now chosen by the 10th bit in the ED flags | Robin Haberkorn | 1 | -8/+6 |
2025-07-13 | allow changing the default clipboard by setting the `~` integer | Robin Haberkorn | 1 | -2/+9 |
2025-07-11 | <EF> supports a numeric buffer id now | Robin Haberkorn | 1 | -2/+2 |
2025-07-03 | implemented ^E<code> string building constructs for embedding bytes and codep... | Robin Haberkorn | 1 | -0/+13 |
2025-06-27 | fixed an asterisk in the <EN> manpage entry | Robin Haberkorn | 1 | -0/+1 |
2025-05-24 | <EI> has been repurposed and is the macro file inclusion (indirect file) comm... | Robin Haberkorn | 2 | -2/+2 |
2025-05-24 | new string building construct ^P disables all further string building magic | Robin Haberkorn | 1 | -0/+6 |
2025-05-18 | allow process exit status to be determined by macros | Robin Haberkorn | 1 | -1/+6 |
2025-05-18 | sciteco(7): added a help topic for booleans | Robin Haberkorn | 1 | -0/+1 |
2025-05-02 | grosciteco: folding in woman pages | Robin Haberkorn | 3 | -0/+64 |
2025-04-23 | fixup: fixed monospace sections in womanpages when lexer.font is not customiz... | Robin Haberkorn | 1 | -2/+2 |
2025-04-22 | Gtk: monospaced sections in womanpages now respect lexer.font and variable-wi... | Robin Haberkorn | 1 | -2/+2 |
2025-04-14 | sciteco(1): added EXAMPLES section | Robin Haberkorn | 1 | -0/+49 |
2025-04-10 | testsuite: check whether comparisons for equality really work with the `a-b"=... | Robin Haberkorn | 1 | -12/+16 |
2025-04-09 | tightened rules for specifying modifiers | Robin Haberkorn | 1 | -3/+5 |
2025-04-08 | improved rubbing out commands with modifiers | Robin Haberkorn | 1 | -0/+2 |
2025-04-04 | avoid legacy implict rules in doc/Makefile.am: should fix clean builds | Robin Haberkorn | 1 | -3/+2 |
2025-04-04 | scroll caret __almost__ always automatically after key presses | Robin Haberkorn | 1 | -0/+4 |
2025-04-03 | the tutorial is now built along with all other HTML documents if --enable-htm... | Robin Haberkorn | 1 | -2/+5 |
2025-04-03 | tutorial: fixed excess space after example display blocks in some versions of... | Robin Haberkorn | 1 | -0/+6 |
2025-03-31 | fixup: `make clean` removes tutorial.ms now | Robin Haberkorn | 1 | -6/+5 |
2025-03-31 | grosciteco: added the `oq` and `cq` glyphs | Robin Haberkorn | 1 | -0/+2 |
2025-03-31 | fixup: actually distribute the new tutorial.ms.in file | Robin Haberkorn | 1 | -14/+7 |
2025-03-31 | added tutorial document, which is automatically loaded on the first invocation | Robin Haberkorn | 3 | -0/+328 |
2025-03-29 | ^W also rubs out/in `@` and `:` modifiers | Robin Haberkorn | 1 | -0/+3 |
2025-03-29 | added `@W`, `@P`, `@V` and `@Y` command variants | Robin Haberkorn | 1 | -2/+2 |
2025-03-23 | grosciteco: fixed topic collection | Robin Haberkorn | 1 | -1/+1 |
2025-03-23 | sciteco(7): fixed formatting of some tables | Robin Haberkorn | 1 | -4/+4 |
2025-03-23 | the ^W immediate editing command now mimics `Y` more closely and also rubs ou... | Robin Haberkorn | 1 | -5/+3 |
2025-03-22 | added `P` command as a reverse form of `W` | Robin Haberkorn | 1 | -3/+10 |
2025-03-22 | harmonized all word-movement and deletion commands: they move/delete until th... | Robin Haberkorn | 2 | -4/+5 |
2025-03-04 | grosciteco(1): fixed the example | Robin Haberkorn | 1 | -2/+1 |
2025-03-03 | rename sample.teco_ini to fallback.teco_ini and mung it by default | Robin Haberkorn | 1 | -4/+9 |
2025-02-28 | cheat sheet: removed reference to M#xc, mention mouse support and :EF | Robin Haberkorn | 1 | -8/+19 |
2025-02-27 | implemented ncurses clipboard support via external processes | Robin Haberkorn | 2 | -7/+38 |
2025-02-23 | support mouse interaction with popup windows | Robin Haberkorn | 1 | -2/+20 |
2025-02-16 | implemented mouse support via special ^KMOUSE and <EJ> with negative keys | Robin Haberkorn | 1 | -0/+9 |
2025-02-15 | redefining labels is a warning now | Robin Haberkorn | 1 | -1/+6 |
2024-12-30 | support +line[,column] and filename:line:column syntaxes when opening files | Robin Haberkorn | 1 | -9/+19 |
2024-12-28 | updated cheat sheet: @Xq, S...$^SC and lots of microtypographic improvements | Robin Haberkorn | 1 | -46/+54 |