index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core-commands.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
added -v/--version and <EO> command
Robin Haberkorn
1
-0
/
+21
2025-07-31
implemented ^H command for returning the current time since midnight: partial...
Robin Haberkorn
1
-13
/
+29
2025-07-31
implemented ^T command: allows typing by code and getting characters from std...
Robin Haberkorn
1
-1
/
+3
2025-07-28
`ED&2` can be used to access the program termination flag now
Robin Haberkorn
1
-4
/
+13
2025-07-26
properly document some functions in expressions.c and simplified code
Robin Haberkorn
1
-49
/
+26
2025-07-26
implemented the <T> (typeout) command for printing to the terminal from the c...
Robin Haberkorn
1
-1
/
+64
2025-07-26
support <:^A> to force raw ANSI output
Robin Haberkorn
1
-1
/
+1
2025-07-26
implemented <:Gq> for printing the Q-Register string as a message instead of ...
Robin Haberkorn
1
-1
/
+2
2025-07-26
support :=/:==/:=== commands: print number without trailing linefeed
Robin Haberkorn
1
-1
/
+2
2025-07-26
implemented the <^A> command for printing arbitrary strings
Robin Haberkorn
1
-0
/
+2
2025-07-23
if EX falis because of a dirty buffer, the buffer's id is now included in the...
Robin Haberkorn
1
-3
/
+4
2025-07-22
refactored =/==/=== command into stdio-commands.c
Robin Haberkorn
1
-205
/
+2
2025-07-21
discriminate against interactive-only codepaths in the imlementation of =/==/===
Robin Haberkorn
1
-1
/
+2
2025-07-21
support <==> and <===> for printing octal and hexadecimal numbers
Robin Haberkorn
1
-44
/
+180
2025-07-18
revised command topics
Robin Haberkorn
1
-8
/
+8
2025-07-18
<nEL> (set EOL mode) now sets the buffer's dirty flag
Robin Haberkorn
1
-0
/
+7
2025-07-18
support <:]q> (pop Q-Register) for getting a success/failure boolean
Robin Haberkorn
1
-1
/
+2
2025-07-13
implemented <ER> command for reading a file into the current buffer
Robin Haberkorn
1
-0
/
+2
2025-07-11
<EF> supports a numeric buffer id now
Robin Haberkorn
1
-1
/
+1
2025-07-04
implemented <^B> for returning the current date
Robin Haberkorn
1
-0
/
+42
2025-06-08
^S/^Y calculates the glyph offsets earlier
Robin Haberkorn
1
-11
/
+18
2025-06-07
added <FN> as a search-and-replace variant of <N>
Robin Haberkorn
1
-0
/
+2
2025-06-01
<nA> and <nQq> now return -1 in case the index n is out of range
Robin Haberkorn
1
-13
/
+6
2025-05-24
<EI> has been repurposed and is the macro file inclusion (indirect file) comm...
Robin Haberkorn
1
-19
/
+13
2025-05-23
<^C> is a plain "return" command now, while <^C^C> exits from the program
Robin Haberkorn
1
-97
/
+178
2025-05-18
allow process exit status to be determined by macros
Robin Haberkorn
1
-1
/
+8
2025-05-03
disallow command-line termination ($$) while editing the command-line replace...
Robin Haberkorn
1
-0
/
+12
2025-04-13
fixed undoing bitfields on Windows
Robin Haberkorn
1
-64
/
+64
2025-04-09
fixup: <EI> command can be at-modified as in `@EI/foo/`
Robin Haberkorn
1
-1
/
+2
2025-04-09
tightened rules for specifying modifiers
Robin Haberkorn
1
-47
/
+129
2025-04-08
improved rubbing out commands with modifiers
Robin Haberkorn
1
-16
/
+27
2025-03-29
added `@W`, `@P`, `@V` and `@Y` command variants
Robin Haberkorn
1
-5
/
+15
2025-03-23
the ^W immediate editing command now mimics `Y` more closely and also rubs ou...
Robin Haberkorn
1
-1
/
+1
2025-03-22
added `P` command as a reverse form of `W`
Robin Haberkorn
1
-1
/
+2
2025-03-22
factored out all cursor movement and deletion commands into the new compilati...
Robin Haberkorn
1
-599
/
+1
2025-03-22
harmonized all word-movement and deletion commands: they move/delete until th...
Robin Haberkorn
1
-20
/
+89
2025-03-15
Curses: use special ellipsis symbol instead of "..." when truncating strings
Robin Haberkorn
1
-1
/
+1
2025-03-13
rewrote <W> command on the same basis as <V> and <Y>
Robin Haberkorn
1
-61
/
+57
2025-03-08
fixed the `Y` command: no longer delete any characters after dot
Robin Haberkorn
1
-31
/
+23
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
1
-37
/
+109
2025-01-19
support :EF for saving a file before closing it
Robin Haberkorn
1
-45
/
+0
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-12-28
avoid some compiler warnings
Robin Haberkorn
1
-1
/
+1
2024-12-13
SciTECO lexing: fixed styling of commands after dollar or escape (when used a...
Robin Haberkorn
1
-1
/
+2
2024-12-13
document the FK...$^SR idiom
Robin Haberkorn
1
-0
/
+2
2024-12-13
implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting
Robin Haberkorn
1
-5
/
+15
2024-12-08
implemented the ^Q command for converting between line and glyph positions
Robin Haberkorn
1
-0
/
+65
2024-12-06
support the ::S anchored search (string comparison) command (and ::FD, ::FR, ...
Robin Haberkorn
1
-23
/
+31
2024-12-04
the <Xq> command now supports the @ modifier for cutting into the register
Robin Haberkorn
1
-1
/
+3
2024-12-04
implemented ^Y/^S commands for receiving pattern match/insertion ranges and l...
Robin Haberkorn
1
-2
/
+118
[next]