aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sciteco.7.template
AgeCommit message (Expand)AuthorFilesLines
2025-09-21moved most resources to fmsbw.deRobin Haberkorn1-1/+1
2025-08-30the computed go-to command (O) is now 0-indexed and all invalid indexes and e...Robin Haberkorn1-7/+9
2025-08-18sciteco(7): clarified SciTECO's policy with regards to TECO-11 and Video TECO...Robin Haberkorn1-5/+7
2025-08-06command-line arguments are no longer passed via the unnamed buffer, but via s...Robin Haberkorn1-0/+20
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-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-03implemented ^E<code> string building constructs for embedding bytes and codep...Robin Haberkorn1-0/+13
2025-05-24new string building construct ^P disables all further string building magicRobin Haberkorn1-0/+6
2025-05-18sciteco(7): added a help topic for booleansRobin Haberkorn1-0/+1
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-04scroll caret __almost__ always automatically after key pressesRobin Haberkorn1-0/+4
2025-03-29^W also rubs out/in `@` and `:` modifiersRobin Haberkorn1-0/+3
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-22harmonized all word-movement and deletion commands: they move/delete until th...Robin Haberkorn1-2/+3
2025-02-27implemented ncurses clipboard support via external processesRobin Haberkorn1-7/+14
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-24introduced true block and EOL commentsRobin Haberkorn1-3/+31
2024-12-22support external Scintilla lexer libraries and Scintillua in particularRobin Haberkorn1-3/+8
2024-12-06support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...Robin Haberkorn1-0/+5
2024-12-04the <Xq> command now supports the @ modifier for cutting into the registerRobin Haberkorn1-3/+13
2024-11-30sciteco(7): fixed outdated information about the STYLE_CALLTIP default colorsRobin Haberkorn1-3/+3
2024-11-24sciteco(7): minor documentation fixRobin Haberkorn1-1/+1
2024-11-24added special Q-Register ":" for accessing dotRobin Haberkorn1-0/+13
2024-11-23the search mode and current radix are mapped to __local__ Q-Registers ^X and ...Robin Haberkorn1-1/+28
2024-11-19minor documentation fixesRobin Haberkorn1-1/+1
2024-11-18fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"Robin Haberkorn1-4/+4
2024-10-04pattern match characters support ^Q/^R now as wellRobin Haberkorn1-0/+8
2024-09-25inhibit some immediate editing commands after ^Q/^R string building constructsRobin Haberkorn1-0/+3
2024-09-23allow OSC-52 clipboards on all terminal emulatorsRobin Haberkorn1-7/+18
2024-09-20^W^W and ^V^V can be typed completely with upcarets now and they case fold al...Robin Haberkorn1-1/+5
2024-09-19Ctrl+^ is no longer translated to a single caret in string building (refs #20)Robin Haberkorn1-1/+3
2024-09-17sciteco(7): mentioned "[a]b" idiomRobin Haberkorn1-1/+2
2024-09-16updated lists of external links in sciteco(1) and sciteco(7)Robin Haberkorn1-8/+6
2024-09-16Curses: added support for cool Unicode icons (refs #5)Robin Haberkorn1-0/+6
2024-09-12function key macros have been reworked into a more generic key macro featureRobin Haberkorn1-99/+133
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-6/+14
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-1/+4
2024-09-09updated README and sciteco(7) with information about Unicode support (refs #5)Robin Haberkorn1-8/+28
2024-09-09the ^EUq string building escape now respects the encoding (can insert bytes o...Robin Haberkorn1-0/+6
2024-09-09conditionals now check for Unicode codepoints (refs #5)Robin Haberkorn1-6/+6
2024-02-06avoid Groff warnings due to `\` escapesRobin Haberkorn1-1/+1
2024-01-20removed nonsensical line from sciteco(7) man pageRobin Haberkorn1-1/+0