aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-02fixed serious bug with certain alternative string termination chars in comman...Robin Haberkorn1-2/+2
2025-08-01implemented the ^W command for refreshing the screen in loops, for sleeping a...Robin Haberkorn1-0/+5
2025-07-28`ED&2` can be used to access the program termination flag nowRobin Haberkorn1-7/+1
2025-07-20document bug: you cannot currently use `{` and `}` to insert anything after $...Robin Haberkorn1-0/+3
2025-04-13fixed undoing bitfields on WindowsRobin Haberkorn1-2/+2
2025-04-08improved rubbing out commands with modifiersRobin Haberkorn1-41/+78
2025-03-29^W also rubs out/in `@` and `:` modifiersRobin Haberkorn1-0/+15
2025-03-23the ^W immediate editing command now mimics `Y` more closely and also rubs ou...Robin Haberkorn1-5/+24
2025-03-22harmonized all word-movement and deletion commands: they move/delete until th...Robin Haberkorn1-0/+4
2025-02-23support mouse interaction with popup windowsRobin Haberkorn1-11/+138
2025-01-13updated copyright to 2025Robin Haberkorn1-1/+1
2024-10-15fixed memory leak when replacing command linesRobin Haberkorn1-3/+2
2024-09-25fixed rubbing out (some) string building constructs at the beginning of the c...Robin Haberkorn1-7/+2
2024-09-25inhibit some immediate editing commands after ^Q/^R string building constructsRobin Haberkorn1-0/+21
2024-09-13remaining types of program counters changed to gsize/gssizeRobin Haberkorn1-1/+1
2024-09-13fixup abb5d23eba21a2aafda0346c0c5dd845561b2aa2: commandline glitches after er...Robin Haberkorn1-2/+2
2024-09-12function key macros have been reworked into a more generic key macro featureRobin Haberkorn1-100/+123
2024-09-11improved file name autocompletionRobin Haberkorn1-1/+57
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-24/+55
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-1/+2
2024-09-09Xq and ]q inherit the document encoding from the source document (refs #5)Robin Haberkorn1-3/+4
2024-09-09implemented Unicode support for rubin/rubout and a number of commands (WIP) (...Robin Haberkorn1-0/+25
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-07-03introduced TECO_DEBUG_CLEANUP to mark destructors that should only be used fo...Robin Haberkorn1-3/+1
2023-04-13cmdline.c: fixed rubbing out words (^W) and possible chrashesRobin Haberkorn1-17/+10
2023-04-13cmdline.c: simplified the rubin-caseRobin Haberkorn1-12/+4
2023-04-13fixed typing in characters of the rubbed-out command-lineRobin Haberkorn1-11/+12
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-12-19safer use of memcpy() and memchr(): we must not pass in NULL pointersRobin Haberkorn1-0/+2
2021-10-15Gtk: disabled ^Z suspension on Unix for the time beingRobin Haberkorn1-4/+3
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn1-2/+3
2021-06-02renamed scintilla.[ch] to symbols.[ch]: fixes builds on case-insensitive file...Robin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-0/+1058