aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-curses
AgeCommit message (Expand)AuthorFilesLines
2024-12-22Curses: fixed inserting null-byte (^@) by pressing Ctrl+@Robin Haberkorn1-3/+3
2024-12-22fixed indention in interface-curses/interface.cRobin Haberkorn1-9/+9
2024-12-13implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlightingRobin Haberkorn1-1/+1
2024-12-10fixed compiler warnings when building release buildsRobin Haberkorn1-2/+2
2024-11-18fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"Robin Haberkorn2-2/+2
2024-10-29PDCurses: filter out bogus double keypresses in combination with CTRL (refs #20)Robin Haberkorn1-0/+12
2024-10-29teco_interface_cmdline_update() now protects against batch mode (--fake-cmdline)Robin Haberkorn1-0/+7
2024-10-15netbsd-curses: fixed the default escape delayRobin Haberkorn1-22/+22
2024-10-05Gtk UI: support setting and getting clipboards containing null bytesRobin Haberkorn1-4/+4
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-23allow OSC-52 clipboards on all terminal emulatorsRobin Haberkorn1-14/+27
2024-09-22Curses: always wgetch() on a dummy pad, avoiding unnecessary wrefresh()Robin Haberkorn1-35/+45
2024-09-21PDCurses/WinGUI: fixed Unicode icons on win32Robin Haberkorn3-8/+27
2024-09-16Curses: added support for cool Unicode icons (refs #5)Robin Haberkorn5-13/+457
2024-09-12function key macros have been reworked into a more generic key macro featureRobin Haberkorn1-12/+24
2024-09-11the SciTECO parser is Unicode-based now (refs #5)Robin Haberkorn1-5/+19
2024-09-09allow Unicode characters in command line arguments (refs #5)Robin Haberkorn1-4/+0
2024-09-09input and displaying of Unicode characters is now possible (refs #5)Robin Haberkorn3-18/+66
2024-01-21updated copyright to 2024Robin Haberkorn5-5/+5
2023-06-18fixed caret scrolling on startupRobin Haberkorn1-30/+29
2023-05-09fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+Robin Haberkorn1-25/+34
2023-04-20Curses: do not allow typing any non-ASCII characters - fixes crashes on PDCur...Robin Haberkorn1-1/+1
2023-04-18no longer try to avoid automatic scrolling - this is patched out of Scintilla...Robin Haberkorn1-5/+2
2023-04-16updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4Robin Haberkorn1-0/+11
2023-04-05updated copyright to 2023Robin Haberkorn5-5/+5
2022-11-20bumped required PDCursesMod version to v4.3.4 or laterRobin Haberkorn1-16/+0
2022-06-22PDCursesMod/WinGUI now uses the polling fallback again with a temporary worka...Robin Haberkorn1-76/+14
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn5-5/+5
2022-06-21better support recent versions of PDCursesMod (used to be the Win32a-port)Robin Haberkorn1-1/+2
2022-06-21PDCursesMod: fixed the light black color on all GUI backends (e.g. WinGUI)Robin Haberkorn1-0/+4
2022-06-21PDCurses: fixed CTRL+C interruptions on WinCON and WinGUIRobin Haberkorn1-28/+87
2022-01-15fixup: use a dedicated input queue data structures (teco_interface.input_queue)Robin Haberkorn1-22/+35
2021-12-22Curses: added teco_interface_is_interrupted() fallback and standardized how t...Robin Haberkorn1-10/+48
2021-12-19safer use of memcpy() and memchr(): we must not pass in NULL pointersRobin Haberkorn1-0/+1
2021-10-13improved default selection colors and made them configurable via color.tesRobin Haberkorn1-1/+4
2021-10-11optimized caret scrolling: this is a costly operation and is now done only on...Robin Haberkorn1-0/+10
2021-10-11optimized character representation settingRobin Haberkorn1-1/+1
2021-10-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn1-7/+7
2021-06-08improved PDCurses detectionRobin Haberkorn1-61/+22
2021-06-08get rid of the GObject Builder (GOB2): converted teco-gtk-info-popup.gob and ...Robin Haberkorn1-1/+1
2021-06-08Windows: normalize $COMSPECRobin Haberkorn1-0/+5
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn8-992/+848
2018-06-11improved Emscripten support: fixed configure-checks, generate *.js and detect...Robin Haberkorn1-2/+11
2017-04-30removed CLANG and HAVE_SIZED_DEALLOCATION conditionalsRobin Haberkorn1-7/+1
2017-03-14added ./configure --with-interface=netbsd-curses and improved NetBSD-curses s...Robin Haberkorn1-13/+27
2017-03-08yet another revision of memory limiting: the glibc mallinfo() approach has be...Robin Haberkorn1-0/+3
2017-03-03updated copyright to 2017Robin Haberkorn6-6/+6
2016-11-22avoid the non-standard \e escape sequenceRobin Haberkorn1-3/+3
2016-11-21fixed compilation of the PDCurses frontendRobin Haberkorn1-1/+1