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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-21
fully support NetBSD with its native libcurses
Robin Haberkorn
2
-6
/
+43
2025-08-19
curses: fixed configuration for native netbsd-curses and ncurses (several cor...
Robin Haberkorn
1
-2
/
+0
2025-08-16
UNIX curses: some clarifications on what is done during teco_interface_init_s...
Robin Haberkorn
2
-2
/
+13
2025-08-10
allow messages to be of arbitrary length: fixes crashes
Robin Haberkorn
1
-8
/
+3
2025-08-09
Win32: avoid any automatic LF to CRLF conversions when writing to stdout
Robin Haberkorn
1
-0
/
+19
2025-08-06
command-line arguments are no longer passed via the unnamed buffer, but via s...
Robin Haberkorn
4
-27
/
+25
2025-08-03
simplified the htbl.tes preprocessor and the SUBST_MACRO using new --quiet, -...
Robin Haberkorn
1
-0
/
+2
2025-08-03
added --quiet, --stdin and --stdout for easier integration into UNIX pipelines
Robin Haberkorn
5
-1
/
+114
2025-08-02
fixed serious bug with certain alternative string termination chars in comman...
Robin Haberkorn
6
-32
/
+45
2025-08-01
implemented the ^W command for refreshing the screen in loops, for sleeping a...
Robin Haberkorn
5
-24
/
+96
2025-07-31
added -v/--version and <EO> command
Robin Haberkorn
2
-0
/
+29
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
10
-8
/
+301
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
2
-14
/
+29
2025-07-27
fixed using the command-line replacement register (ESC) in batch mode: was ca...
Robin Haberkorn
1
-2
/
+1
2025-07-27
fixed a,b,c^Uq...$: The arguments where written in the wrong (reverse) order
Robin Haberkorn
1
-11
/
+18
2025-07-26
properly document some functions in expressions.c and simplified code
Robin Haberkorn
9
-93
/
+79
2025-07-26
implemented the <T> (typeout) command for printing to the terminal from the c...
Robin Haberkorn
5
-32
/
+108
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
2
-2
/
+13
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
2
-20
/
+31
2025-07-26
implemented the <^A> command for printing arbitrary strings
Robin Haberkorn
9
-66
/
+108
2025-07-23
ncurses: support the window title on XTerm-like emulators
Robin Haberkorn
1
-23
/
+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
4
-47
/
+192
2025-07-20
FreeBSD: enable dlmalloc by default (--enable-malloc-replacement)
Robin Haberkorn
1
-5
/
+9
2025-07-20
document bug: you cannot currently use `{` and `}` to insert anything after $...
Robin Haberkorn
1
-0
/
+3
2025-07-19
special Q-registers `$` (working directory) and the clipboard registers now s...
Robin Haberkorn
1
-24
/
+16
2025-07-19
fixed <EF> and <EW> with invalid buffer ids (was crashing)
Robin Haberkorn
2
-2
/
+17
2025-07-19
<EW> now accepts a numeric argument to specify the buffer to save
Robin Haberkorn
1
-34
/
+46
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
1
-0
/
+7
2025-07-18
support <:]q> (pop Q-Register) for getting a success/failure boolean
Robin Haberkorn
2
-4
/
+16
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
6
-27
/
+23
2025-07-16
the primary clipboard is now chosen by the 10th bit in the ED flags
Robin Haberkorn
5
-62
/
+41
2025-07-13
implemented <ER> command for reading a file into the current buffer
Robin Haberkorn
6
-27
/
+89
2025-07-13
allow changing the default clipboard by setting the `~` integer
Robin Haberkorn
5
-34
/
+113
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
3
-46
/
+77
2025-07-04
implemented <^B> for returning the current date
Robin Haberkorn
1
-0
/
+42
2025-07-03
implemented ^E<code> string building constructs for embedding bytes and codep...
Robin Haberkorn
2
-30
/
+110
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
2
-8
/
+9
2025-06-27
fixed an asterisk in the <EN> manpage entry
Robin Haberkorn
1
-1
/
+1
2025-06-15
PDCurses/Wincon: disable hardware cursor after window resize
Robin Haberkorn
1
-0
/
+5
[next]