aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-09-25inhibit some immediate editing commands after ^Q/^R string building constructsRobin Haberkorn3-1/+32
2024-09-23allow OSC-52 clipboards on all terminal emulatorsRobin Haberkorn5-27/+50
2024-09-23updated the Lexilla submodule URLRobin Haberkorn1-1/+1
2024-09-22Curses: always wgetch() on a dummy pad, avoiding unnecessary wrefresh()Robin Haberkorn1-35/+45
2024-09-21disable shared libraries by defaultRobin Haberkorn4-15/+16
2024-09-21PDCurses/WinGUI: fixed Unicode icons on win32Robin Haberkorn3-8/+27
2024-09-21syntax errors are reported with "echoed" characters, ie. as purely printable ...Robin Haberkorn1-1/+3
2024-09-21screenshots.md: make one of the screenshots smallerRobin Haberkorn1-1/+1
2024-09-20^W^W and ^V^V can be typed completely with upcarets now and they case fold al...Robin Haberkorn4-31/+104
2024-09-19Ctrl+^ is no longer translated to a single caret in string building (refs #20)Robin Haberkorn3-7/+24
2024-09-19fixed Load/Save Q-Reg tests on Mac OS and Win32Robin Haberkorn1-8/+3
2024-09-19"special" Q-Registers now support EQq/.../ (load) and E%q/.../ (save) commandsRobin Haberkorn6-68/+156
2024-09-18homepage: added facicon and description meta tagRobin Haberkorn1-0/+2
2024-09-18added NEWS section to homepageRobin Haberkorn4-1/+9
2024-09-18check that local register is not edited at the end of macro callsRobin Haberkorn5-3/+27
2024-09-17screenshots.md: added screenshots for the upcoming v2.1.0 releaseRobin Haberkorn1-0/+6
2024-09-17sciteco(7): mentioned "[a]b" idiomRobin Haberkorn1-1/+2
2024-09-17updated cheat sheetRobin Haberkorn2-8/+18
2024-09-17screenshots.md: every screenshot is in its own paragraph nowRobin Haberkorn1-0/+2
2024-09-17fixed titles on screenshots page (screenshots.md)Robin Haberkorn1-5/+5
2024-09-17fixed searches on completely new and empty documentsRobin Haberkorn2-1/+6
2024-09-17updated screenshots: screenshots.md now lists older screenshots as wellRobin Haberkorn2-2/+12
2024-09-17Github pages are auto-generated from the Markdown files and HTML manuals nowRobin Haberkorn4-14/+156
2024-09-17improved HTML lexer (html.tes)Robin Haberkorn1-3/+48
2024-09-16updated TODORobin Haberkorn1-28/+55
2024-09-16updated lists of external links in sciteco(1) and sciteco(7)Robin Haberkorn5-25/+11
2024-09-16Curses: added support for cool Unicode icons (refs #5)Robin Haberkorn9-14/+473
2024-09-16fixed rubout of empty forward kill (FK)Robin Haberkorn1-7/+12
2024-09-16minor search optimization: use SCI_GETRANGEPOINTERRobin Haberkorn1-4/+4
2024-09-16test suite: enable the recursion overflow test case everywhereRobin Haberkorn2-3/+6
2024-09-15FreeBSD package: add the git.tes lexer configRobin Haberkorn1-0/+1
2024-09-13updated Scintilla to v5.5.2, Scinterm to v5.1 and Lexilla to HEADRobin Haberkorn4-1/+1
2024-09-13remaining types of program counters changed to gsize/gssizeRobin Haberkorn7-26/+30
2024-09-13fixup abb5d23eba21a2aafda0346c0c5dd845561b2aa2: commandline glitches after er...Robin Haberkorn1-2/+2
2024-09-13fixed up 68578072bfaf6054a96bb6bcedfccb6e56a508fe: negative numbers weren't p...Robin Haberkorn1-1/+1
2024-09-12updated README: mention new key macro featureRobin Haberkorn1-1/+2
2024-09-12update TODORobin Haberkorn1-23/+18
2024-09-12function key macros have been reworked into a more generic key macro featureRobin Haberkorn10-288/+380
2024-09-12teco_string_get_coord() returns character offsets now (refs #5)Robin Haberkorn8-16/+21
2024-09-11updated README: mention that the language itself is Unicode-awareRobin Haberkorn1-0/+3
2024-09-11updated TODORobin Haberkorn1-11/+19
2024-09-11improved file name autocompletionRobin Haberkorn5-7/+74
2024-09-11fixed searches in single-byte encoded documentsRobin Haberkorn4-36/+59
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn29-202/+325
2024-09-10fixed win32 CI and nightly builds (refs #5)Robin Haberkorn3-8/+19
2024-09-10win32: fixed opening and saving UTF-8 filenames (refs #5)Robin Haberkorn1-5/+15
2024-09-10win32: convert command line to UTF-8 (refs #5)Robin Haberkorn2-17/+31
2024-09-10fixed Mac OS nightly builds by installing an up-to-date GroffRobin Haberkorn1-1/+2
2024-09-09try a different value for LC_ALL on Mac OS to accept UTF-8 command lines (ref...Robin Haberkorn1-2/+1
2024-09-09testsuite: try different locale on Mac OS (refs #5)Robin Haberkorn1-1/+9