aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-09-26Git lexer: added support for TAG_EDITMSG and MERGE_MSGRobin Haberkorn1-1/+2
2024-09-25Curses: added "Git" icons for COMMIT_EDITMSG and git-rebase-todoRobin Haberkorn1-0/+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 Haberkorn2-1/+29
2024-09-23allow OSC-52 clipboards on all terminal emulatorsRobin Haberkorn3-19/+31
2024-09-22Curses: always wgetch() on a dummy pad, avoiding unnecessary wrefresh()Robin Haberkorn1-35/+45
2024-09-21disable shared libraries by defaultRobin Haberkorn1-0/+5
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-20^W^W and ^V^V can be typed completely with upcarets now and they case fold al...Robin Haberkorn2-25/+99
2024-09-19Ctrl+^ is no longer translated to a single caret in string building (refs #20)Robin Haberkorn1-4/+21
2024-09-19"special" Q-Registers now support EQq/.../ (load) and E%q/.../ (save) commandsRobin Haberkorn4-66/+140
2024-09-18check that local register is not edited at the end of macro callsRobin Haberkorn3-0/+22
2024-09-17fixed searches on completely new and empty documentsRobin Haberkorn1-1/+2
2024-09-16updated lists of external links in sciteco(1) and sciteco(7)Robin Haberkorn1-1/+1
2024-09-16Curses: added support for cool Unicode icons (refs #5)Robin Haberkorn7-14/+464
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-13remaining types of program counters changed to gsize/gssizeRobin Haberkorn6-26/+26
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-12function key macros have been reworked into a more generic key macro featureRobin Haberkorn7-156/+217
2024-09-12teco_string_get_coord() returns character offsets now (refs #5)Robin Haberkorn8-16/+21
2024-09-11improved file name autocompletionRobin Haberkorn5-7/+74
2024-09-11fixed searches in single-byte encoded documentsRobin Haberkorn3-28/+58
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn27-192/+308
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-09define G_DISABLE_ASSERT unless --enable-debug is specifiedRobin Haberkorn1-1/+1
2024-09-09<f,tXq>: fixed for very large character rangesRobin Haberkorn1-3/+7
2024-09-09symbols-extract.tes works in 8-bit mode now (refs #5)Robin Haberkorn2-3/+3
2024-09-09teco_glyphs2bytes() and teco_bytes2glyphs() renamed to teco_interface_glyphs2...Robin Haberkorn5-26/+26
2024-09-09added raw ANSI mode to facilitate 8-bit clean editing (refs #5)Robin Haberkorn13-104/+143
2024-09-09Xq and ]q inherit the document encoding from the source document (refs #5)Robin Haberkorn14-112/+177
2024-09-09n^Uq now checks the input codepoints for validity (refs #5)Robin Haberkorn1-1/+5
2024-09-09Gtk: ignore the keyboard layout whereever possible (refs #5)Robin Haberkorn2-23/+89
2024-09-09leave some comments on what to do when converting the parser to Unicode (refs...Robin Haberkorn2-1/+21
2024-09-09search patterns are now expected to be in UTF-8 and the document's encoding i...Robin Haberkorn1-21/+31
2024-09-09the ^EUq string building escape now respects the encoding (can insert bytes o...Robin Haberkorn10-16/+98
2024-09-09<I> command evaluates input codepoints (refs #5)Robin Haberkorn1-10/+18
2024-09-09conditionals now check for Unicode codepoints (refs #5)Robin Haberkorn1-7/+7
2024-09-09glob patterns fully support Unicode now (refs #5)Robin Haberkorn1-13/+16
2024-09-09:EL can be used to perform codepage conversions now (refs #5)Robin Haberkorn2-35/+231
2024-09-09avoid redunancies between teco_qreg_plain_get_character() and teco_state_star...Robin Haberkorn6-48/+54
2024-09-09reserve at most 4 bytes for UTF-8 encoded characters (refs #5)Robin Haberkorn3-3/+4
2024-09-09implemented <EE> and <^E> commands for configuring encodings and translating ...Robin Haberkorn2-1/+129
2024-09-09Unicode support for the Q-Register commands (refs #5)Robin Haberkorn10-145/+274
2024-09-09allow Unicode characters in command line arguments (refs #5)Robin Haberkorn2-4/+8
2024-09-09Glyph to byte offset mapping is now using the line character index (refs #5)Robin Haberkorn7-68/+130
2024-09-09implemented Unicode support for rubin/rubout and a number of commands (WIP) (...Robin Haberkorn5-44/+148