aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-03rename sample.teco_ini to fallback.teco_ini and mung it by defaultRobin Haberkorn11-24/+51
2025-03-02NEWS: there are FreeBSD binary packages nowRobin Haberkorn1-1/+0
2025-03-02refactored GTK implementation of teco_view_t into its own fileRobin Haberkorn3-96/+127
2025-03-02GTK: always scroll caret when window size changesRobin Haberkorn2-50/+59
2025-03-02GTK: set the mouse cursor on the Scintilla view to signal business and on the...Robin Haberkorn3-3/+61
2025-03-01CI: the IRC posting is now in a separate workflow and runs only after success...Robin Haberkorn2-17/+33
2025-03-01CI: fixed posting of latest commits into the IRC channelRobin Haberkorn1-10/+17
2025-03-01GTK: improved the RGB values of the 16 default colorsRobin Haberkorn1-18/+48
2025-03-01fixed clicking the file completion popup in ~/Robin Haberkorn2-1/+5
2025-03-01CI: post all new commits into the IRC channelRobin Haberkorn1-0/+10