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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-28
`ED&2` can be used to access the program termination flag now
Robin Haberkorn
5
-14
/
+17
2025-07-28
=/==/===: fixed detection of execution from the end of the command-line
Robin Haberkorn
3
-14
/
+31
2025-07-27
fixed using the command-line replacement register (ESC) in batch mode: was ca...
Robin Haberkorn
2
-2
/
+10
2025-07-27
fixed a,b,c^Uq...$: The arguments where written in the wrong (reverse) order
Robin Haberkorn
2
-13
/
+20
2025-07-26
properly document some functions in expressions.c and simplified code
Robin Haberkorn
10
-93
/
+81
2025-07-26
implemented the <T> (typeout) command for printing to the terminal from the c...
Robin Haberkorn
6
-32
/
+117
2025-07-26
support <:^A> to force raw ANSI output
Robin Haberkorn
2
-4
/
+16
2025-07-26
implemented <:Gq> for printing the Q-Register string as a message instead of ...
Robin Haberkorn
3
-2
/
+25
2025-07-26
use teco_interface_msg_literal() where we're printing raw strings
Robin Haberkorn
1
-1
/
+1
2025-07-26
support :=/:==/:=== commands: print number without trailing linefeed
Robin Haberkorn
4
-21
/
+35
2025-07-26
implemented the <^A> command for printing arbitrary strings
Robin Haberkorn
11
-67
/
+115
2025-07-23
ncurses: support the window title on XTerm-like emulators
Robin Haberkorn
2
-27
/
+47
2025-07-23
if EX falis because of a dirty buffer, the buffer's id is now included in the...
Robin Haberkorn
3
-8
/
+13
2025-07-22
refactored =/==/=== command into stdio-commands.c
Robin Haberkorn
5
-210
/
+266
2025-07-21
discriminate against interactive-only codepaths in the imlementation of =/==/===
Robin Haberkorn
2
-2
/
+4
2025-07-21
support <==> and <===> for printing octal and hexadecimal numbers
Robin Haberkorn
7
-48
/
+207
2025-07-20
FreeBSD port: also enable malloc-replacement by default
Robin Haberkorn
1
-2
/
+2
2025-07-20
FreeBSD: enable dlmalloc by default (--enable-malloc-replacement)
Robin Haberkorn
2
-8
/
+10
2025-07-20
document bug: you cannot currently use `{` and `}` to insert anything after $...
Robin Haberkorn
3
-1
/
+14
2025-07-19
special Q-registers `$` (working directory) and the clipboard registers now s...
Robin Haberkorn
3
-25
/
+21
2025-07-19
fixed <EF> and <EW> with invalid buffer ids (was crashing)
Robin Haberkorn
3
-2
/
+23
2025-07-19
<EW> now accepts a numeric argument to specify the buffer to save
Robin Haberkorn
4
-38
/
+59
2025-07-18
revised command topics
Robin Haberkorn
8
-41
/
+41
2025-07-18
<nEL> (set EOL mode) now sets the buffer's dirty flag
Robin Haberkorn
2
-4
/
+7
2025-07-18
support <:]q> (pop Q-Register) for getting a success/failure boolean
Robin Haberkorn
3
-4
/
+17
2025-07-18
make some array declarations real constants
Robin Haberkorn
4
-5
/
+5
2025-07-18
fixed minor memory leaks of per-state data in teco_machine_main_t
Robin Haberkorn
7
-27
/
+33
2025-07-16
the primary clipboard is now chosen by the 10th bit in the ED flags
Robin Haberkorn
7
-70
/
+47
2025-07-14
Windows nightlies: install zip, hopefully fixing the nightly builds
Robin Haberkorn
1
-2
/
+2
2025-07-13
Windows nightly builds are built on Windows Server 2022 now
Robin Haberkorn
1
-2
/
+2
2025-07-13
implemented <ER> command for reading a file into the current buffer
Robin Haberkorn
8
-30
/
+96
2025-07-13
allow changing the default clipboard by setting the `~` integer
Robin Haberkorn
7
-36
/
+122
2025-07-13
minor documentation fix in parser.c
Robin Haberkorn
1
-1
/
+1
2025-07-11
<EF> supports a numeric buffer id now
Robin Haberkorn
6
-49
/
+88
2025-07-04
implemented <^B> for returning the current date
Robin Haberkorn
3
-1
/
+47
2025-07-03
implemented ^E<code> string building constructs for embedding bytes and codep...
Robin Haberkorn
5
-41
/
+128
2025-07-01
GTK: handle (smooth) scrolling with a scroll controller
Robin Haberkorn
1
-15
/
+42
2025-06-27
fixed ^S/^Y for <Gq> and <EN>
Robin Haberkorn
3
-8
/
+12
2025-06-27
fixed an asterisk in the <EN> manpage entry
Robin Haberkorn
2
-1
/
+2
2025-06-15
PDCurses/Wincon: disable hardware cursor after window resize
Robin Haberkorn
1
-0
/
+5
2025-06-15
require and adapted to PDCurses v4.5.1
Robin Haberkorn
3
-12
/
+13
2025-06-15
Revert "PDCurses/Win: more or less fixed mouse support"
Robin Haberkorn
1
-37
/
+6
2025-06-12
GTK: fixed scrolling on systems that only support smooth scrolling
Robin Haberkorn
1
-4
/
+12
2025-06-08
^S/^Y calculates the glyph offsets earlier
Robin Haberkorn
8
-31
/
+65
2025-06-07
updated README and TODO
Robin Haberkorn
2
-20
/
+32
2025-06-07
initialize some variables in teco_state_expectqreg_input() to silence the Cla...
Robin Haberkorn
1
-2
/
+2
2025-06-07
added <FN> as a search-and-replace variant of <N>
Robin Haberkorn
4
-3
/
+60
2025-06-04
CI: test only on win64 as mingw-w64-i686-pdcurses was apparently dropped from...
Robin Haberkorn
1
-7
/
+7
2025-06-03
added LaTeX lexer config
Robin Haberkorn
3
-1
/
+35
2025-06-01
<nA> and <nQq> now return -1 in case the index n is out of range
Robin Haberkorn
5
-33
/
+27
[next]