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
/
cmdline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-10-15
fixed memory leak when replacing command lines
Robin Haberkorn
1
-3
/
+2
2024-09-25
fixed rubbing out (some) string building constructs at the beginning of the c...
Robin Haberkorn
1
-7
/
+2
2024-09-25
inhibit some immediate editing commands after ^Q/^R string building constructs
Robin Haberkorn
1
-0
/
+21
2024-09-13
remaining types of program counters changed to gsize/gssize
Robin Haberkorn
1
-1
/
+1
2024-09-13
fixup abb5d23eba21a2aafda0346c0c5dd845561b2aa2: commandline glitches after er...
Robin Haberkorn
1
-2
/
+2
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
1
-100
/
+123
2024-09-11
improved file name autocompletion
Robin Haberkorn
1
-1
/
+57
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-24
/
+55
2024-09-09
added raw ANSI mode to facilitate 8-bit clean editing (refs #5)
Robin Haberkorn
1
-1
/
+2
2024-09-09
Xq and ]q inherit the document encoding from the source document (refs #5)
Robin Haberkorn
1
-3
/
+4
2024-09-09
implemented Unicode support for rubin/rubout and a number of commands (WIP) (...
Robin Haberkorn
1
-0
/
+25
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2023-07-03
introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...
Robin Haberkorn
1
-3
/
+1
2023-04-13
cmdline.c: fixed rubbing out words (^W) and possible chrashes
Robin Haberkorn
1
-17
/
+10
2023-04-13
cmdline.c: simplified the rubin-case
Robin Haberkorn
1
-12
/
+4
2023-04-13
fixed typing in characters of the rubbed-out command-line
Robin Haberkorn
1
-11
/
+12
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2021-12-19
safer use of memcpy() and memchr(): we must not pass in NULL pointers
Robin Haberkorn
1
-0
/
+2
2021-10-15
Gtk: disabled ^Z suspension on Unix for the time being
Robin Haberkorn
1
-4
/
+3
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
1
-2
/
+3
2021-06-02
renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...
Robin Haberkorn
1
-1
/
+1
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-0
/
+1058