aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2025-04-04scroll caret __almost__ always automatically after key pressesRobin Haberkorn4-9/+16
2025-04-03the tutorial is now built along with all other HTML documents if --enable-htm...Robin Haberkorn7-22/+34
2025-04-03tutorial: fixed excess space after example display blocks in some versions of...Robin Haberkorn1-0/+6
2025-04-03improved the "asm" (x86 assembly) lexerRobin Haberkorn1-1/+9
2025-04-01updated Scinterm to v5.4: Only show scroll bars when they can be scrolledRobin Haberkorn1-0/+0
2025-03-31FreeBSD port: ship email lexer and tutorialRobin Haberkorn1-2/+5
2025-03-31the git, sciteco and email lexer configurations are now installed even --with...Robin Haberkorn1-5/+5
2025-03-31fixup: `make clean` removes tutorial.ms nowRobin Haberkorn1-6/+5
2025-03-31grosciteco: added the `oq` and `cq` glyphsRobin Haberkorn1-0/+2
2025-03-31fixup: actually distribute the new tutorial.ms.in fileRobin Haberkorn1-14/+7
2025-03-31fixup: fixed Ubuntu nightly buildsRobin Haberkorn1-1/+1
2025-03-31added tutorial document, which is automatically loaded on the first invocationRobin Haberkorn5-1/+329
2025-03-31opener.tes: fixed opening filename:line if filename has trailing digitsRobin Haberkorn1-3/+4
2025-03-29added v2.4.0 screenshot: VT240 emulationRobin Haberkorn1-0/+4
2025-03-29bumped target release to v2.4.0 and updated README and TODORobin Haberkorn4-32/+96
2025-03-29^W also rubs out/in `@` and `:` modifiersRobin Haberkorn2-0/+18
2025-03-29added `@W`, `@P`, `@V` and `@Y` command variantsRobin Haberkorn5-140/+144
2025-03-23grosciteco: fixed topic collectionRobin Haberkorn1-1/+1
2025-03-23the ES command (send Scintilla message) now supports passing both wParam and ...Robin Haberkorn6-18/+44
2025-03-23refactored Lexilla/Scintillua support: it's now in teco_create_lexer()Robin Haberkorn1-59/+80
2025-03-23sciteco(7): fixed formatting of some tablesRobin Haberkorn1-4/+4
2025-03-23the ^W immediate editing command now mimics `Y` more closely and also rubs ou...Robin Haberkorn4-11/+31
2025-03-22build nightlies on Ubuntu 24.04 as wellRobin Haberkorn2-2/+2
2025-03-22added `P` command as a reverse form of `W`Robin Haberkorn5-9/+49
2025-03-22factored out all cursor movement and deletion commands into the new compilati...Robin Haberkorn4-599/+676
2025-03-22harmonized all word-movement and deletion commands: they move/delete until th...Robin Haberkorn8-34/+109
2025-03-21fixed rubout of Q-Register specificationsRobin Haberkorn5-4/+18
2025-03-21don't use TECO_DEFINE_UNDO_OBJECT_OWN() for what are essentially scalarsRobin Haberkorn2-8/+14
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-19fixed leaking data on ruboutRobin Haberkorn5-16/+29
2025-03-17fixed leaking partially built string arguments in case of errorsRobin Haberkorn1-0/+1
2025-03-17free some global objects even in the error case, in order to appease ValgrindRobin Haberkorn1-14/+18
2025-03-17fixed memory leak when seeing an existing label (exactly the same or redefini...Robin Haberkorn1-17/+15
2025-03-17test suite: perform leak checking when run under ValgrindRobin Haberkorn1-1/+1
2025-03-16CI: fixup - CFLAGS should not expand to "false"Robin Haberkorn1-2/+2
2025-03-16CI: perhaps fixed address sanitizingRobin Haberkorn1-4/+9
2025-03-16CI: enable address sanitizer when building with ClangRobin Haberkorn1-1/+3
2025-03-16prefer native C/C++ compilersRobin Haberkorn1-6/+7
2025-03-16further improved monochrome terminal support: fixed reverse text on reverse b...Robin Haberkorn4-28/+72
2025-03-15Curses: use special ellipsis symbol instead of "..." when truncating stringsRobin Haberkorn3-15/+38
2025-03-13updated Scinterm: my monochrome patch was merged only with some modificationsRobin Haberkorn3-8/+12
2025-03-13rewrote <W> command on the same basis as <V> and <Y>Robin Haberkorn3-63/+68
2025-03-12sciteco lexer: enable 2-char soft tabs by defaultRobin Haberkorn1-0/+4
2025-03-08Asciidoc, Markdown and Git lexers: enable word wrapping by defaultRobin Haberkorn3-0/+6
2025-03-08added "email" lexer for writing mailsRobin Haberkorn3-1/+37
2025-03-08fixed the `Y` command: no longer delete any characters after dotRobin Haberkorn2-31/+28
2025-03-08README: added repology badges for some of the repositoryRobin Haberkorn1-1/+5
2025-03-07ncurses: support monochrome terminalsRobin Haberkorn3-12/+27
2025-03-04grosciteco(1): fixed the exampleRobin Haberkorn1-2/+1