aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-31added -v/--version and <EO> commandRobin Haberkorn1-0/+8
2025-07-28`ED&2` can be used to access the program termination flag nowRobin Haberkorn1-1/+2
2025-07-27fixed using the command-line replacement register (ESC) in batch mode: was ca...Robin Haberkorn1-2/+1
2025-07-13allow changing the default clipboard by setting the `~` integerRobin Haberkorn1-6/+12
2025-05-18allow process exit status to be determined by macrosRobin Haberkorn1-4/+10
2025-03-19fixup cddc9bf83eb5cd2c69626b31ae7373342523b626: errors must be printed before...Robin Haberkorn1-6/+4
2025-03-19fixup cddc9bf83eb5cd2c69626b31ae7373342523b626: avoid g_prefix_error_literal()Robin Haberkorn1-1/+1
2025-03-17free some global objects even in the error case, in order to appease ValgrindRobin Haberkorn1-14/+18
2025-03-03rename sample.teco_ini to fallback.teco_ini and mung it by defaultRobin Haberkorn1-2/+24
2025-01-13updated copyright to 2025Robin Haberkorn1-1/+1
2024-12-30support +line[,column] and filename:line:column syntaxes when opening filesRobin Haberkorn1-12/+33
2024-11-24added special Q-Register ":" for accessing dotRobin Haberkorn1-0/+2
2024-11-23the search mode and current radix are mapped to __local__ Q-Registers ^X and ...Robin Haberkorn1-1/+6
2024-11-10Win32: fixed Unicode commandlines with newer MinGW runtimesRobin Haberkorn1-0/+13
2024-11-07test suite: fixed failure detection in the commandline-editing test casesRobin Haberkorn1-0/+4
2024-11-06fixed possible crashes during --fake-cmdlineRobin Haberkorn1-4/+2
2024-11-05fully support relocatable binaries, improving AppImagesRobin Haberkorn1-13/+10
2024-11-03Added "infinite monkey"-style test (refs #26)Robin Haberkorn1-0/+18
2024-10-28added hidden --fake-cmdline parameter for testing command-line editingRobin Haberkorn1-0/+13
2024-09-21disable shared libraries by defaultRobin Haberkorn1-0/+5
2024-09-16updated lists of external links in sciteco(1) and sciteco(7)Robin Haberkorn1-1/+1
2024-09-10win32: convert command line to UTF-8 (refs #5)Robin Haberkorn1-17/+21
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn1-0/+7
2024-09-09allow Unicode characters in command line arguments (refs #5)Robin Haberkorn1-0/+8
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-05-09fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+Robin Haberkorn1-27/+8
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-10-11fixed crashes when the Q-Reg stack is non-empty at exitRobin Haberkorn1-0/+1
2021-06-08Windows: normalize $COMSPECRobin Haberkorn1-1/+10
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-0/+459