aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2025-08-03added --quiet, --stdin and --stdout for easier integration into UNIX pipelinesRobin Haberkorn1-7/+55
2025-08-02fixed serious bug with certain alternative string termination chars in comman...Robin Haberkorn1-8/+22
2025-08-01implemented the ^W command for refreshing the screen in loops, for sleeping a...Robin Haberkorn1-0/+10
2025-07-31added -v/--version and <EO> commandRobin Haberkorn1-0/+5
2025-07-26implemented <:Gq> for printing the Q-Register string as a message instead of ...Robin Haberkorn1-0/+12
2025-07-21support <==> and <===> for printing octal and hexadecimal numbersRobin Haberkorn1-0/+4
2025-07-19special Q-registers `$` (working directory) and the clipboard registers now s...Robin Haberkorn1-1/+0
2025-07-16the primary clipboard is now chosen by the 10th bit in the ED flagsRobin Haberkorn1-8/+6
2025-07-13allow changing the default clipboard by setting the `~` integerRobin Haberkorn1-2/+9
2025-07-11<EF> supports a numeric buffer id nowRobin Haberkorn1-2/+2
2025-07-03implemented ^E<code> string building constructs for embedding bytes and codep...Robin Haberkorn1-0/+13
2025-06-27fixed an asterisk in the <EN> manpage entryRobin Haberkorn1-0/+1
2025-05-24<EI> has been repurposed and is the macro file inclusion (indirect file) comm...Robin Haberkorn2-2/+2
2025-05-24new string building construct ^P disables all further string building magicRobin Haberkorn1-0/+6
2025-05-18allow process exit status to be determined by macrosRobin Haberkorn1-1/+6
2025-05-18sciteco(7): added a help topic for booleansRobin Haberkorn1-0/+1
2025-05-02grosciteco: folding in woman pagesRobin Haberkorn3-0/+64
2025-04-23fixup: fixed monospace sections in womanpages when lexer.font is not customiz...Robin Haberkorn1-2/+2
2025-04-22Gtk: monospaced sections in womanpages now respect lexer.font and variable-wi...Robin Haberkorn1-2/+2
2025-04-14sciteco(1): added EXAMPLES sectionRobin Haberkorn1-0/+49
2025-04-10testsuite: check whether comparisons for equality really work with the `a-b"=...Robin Haberkorn1-12/+16
2025-04-09tightened rules for specifying modifiersRobin Haberkorn1-3/+5
2025-04-08improved rubbing out commands with modifiersRobin Haberkorn1-0/+2
2025-04-04avoid legacy implict rules in doc/Makefile.am: should fix clean buildsRobin Haberkorn1-3/+2
2025-04-04scroll caret __almost__ always automatically after key pressesRobin Haberkorn1-0/+4
2025-04-03the tutorial is now built along with all other HTML documents if --enable-htm...Robin Haberkorn1-2/+5
2025-04-03tutorial: fixed excess space after example display blocks in some versions of...Robin Haberkorn1-0/+6
2025-03-31fixup: `make clean` removes tutorial.ms nowRobin Haberkorn1-6/+5
2025-03-31grosciteco: added the `oq` and `cq` glyphsRobin Haberkorn1-0/+2
2025-03-31fixup: actually distribute the new tutorial.ms.in fileRobin Haberkorn1-14/+7
2025-03-31added tutorial document, which is automatically loaded on the first invocationRobin Haberkorn3-0/+328
2025-03-29^W also rubs out/in `@` and `:` modifiersRobin Haberkorn1-0/+3
2025-03-29added `@W`, `@P`, `@V` and `@Y` command variantsRobin Haberkorn1-2/+2
2025-03-23grosciteco: fixed topic collectionRobin Haberkorn1-1/+1
2025-03-23sciteco(7): fixed formatting of some tablesRobin Haberkorn1-4/+4
2025-03-23the ^W immediate editing command now mimics `Y` more closely and also rubs ou...Robin Haberkorn1-5/+3
2025-03-22added `P` command as a reverse form of `W`Robin Haberkorn1-3/+10
2025-03-22harmonized all word-movement and deletion commands: they move/delete until th...Robin Haberkorn2-4/+5
2025-03-04grosciteco(1): fixed the exampleRobin Haberkorn1-2/+1
2025-03-03rename sample.teco_ini to fallback.teco_ini and mung it by defaultRobin Haberkorn1-4/+9
2025-02-28cheat sheet: removed reference to M#xc, mention mouse support and :EFRobin Haberkorn1-8/+19
2025-02-27implemented ncurses clipboard support via external processesRobin Haberkorn2-7/+38
2025-02-23support mouse interaction with popup windowsRobin Haberkorn1-2/+20
2025-02-16implemented mouse support via special ^KMOUSE and <EJ> with negative keysRobin Haberkorn1-0/+9
2025-02-15redefining labels is a warning nowRobin Haberkorn1-1/+6
2024-12-30support +line[,column] and filename:line:column syntaxes when opening filesRobin Haberkorn1-9/+19
2024-12-28updated cheat sheet: @Xq, S...$^SC and lots of microtypographic improvementsRobin Haberkorn1-46/+54
2024-12-24introduced true block and EOL commentsRobin Haberkorn1-3/+31
2024-12-22support external Scintilla lexer libraries and Scintillua in particularRobin Haberkorn2-3/+14
2024-12-21slightly improved the hash bang replacement on SciTECO scripts after installa...Robin Haberkorn1-1/+1