aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-curses
AgeCommit message (Expand)AuthorFilesLines
2025-07-26implemented the <^A> command for printing arbitrary stringsRobin Haberkorn1-16/+9
2025-07-23ncurses: support the window title on XTerm-like emulatorsRobin Haberkorn1-23/+47
2025-07-18make some array declarations real constantsRobin Haberkorn1-2/+2
2025-07-16the primary clipboard is now chosen by the 10th bit in the ED flagsRobin Haberkorn1-10/+5
2025-07-13allow changing the default clipboard by setting the `~` integerRobin Haberkorn1-6/+13
2025-06-15PDCurses/Wincon: disable hardware cursor after window resizeRobin Haberkorn1-0/+5
2025-06-15require and adapted to PDCurses v4.5.1Robin Haberkorn1-8/+12
2025-06-15Revert "PDCurses/Win: more or less fixed mouse support"Robin Haberkorn1-37/+6
2025-05-02auto-expand folds even after mouse eventsRobin Haberkorn1-3/+2
2025-04-27support folding via F1 and clicks in the folding marginRobin Haberkorn1-0/+3
2025-04-16curses: minor cleanup - avoid preprocessor statementsRobin Haberkorn1-11/+6
2025-04-15try hard to preserve the vertical scrolling position when auto-scrolling dotRobin Haberkorn1-3/+15
2025-04-13Curses: the mouse now scrolls two lines per event in the popup windowRobin Haberkorn1-2/+2
2025-04-13PDCurses/Win: more or less fixed mouse supportRobin Haberkorn1-6/+37
2025-04-04scroll caret __almost__ always automatically after key pressesRobin Haberkorn1-5/+6
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 Haberkorn2-14/+37
2025-03-13updated Scinterm: my monochrome patch was merged only with some modificationsRobin Haberkorn1-7/+11
2025-03-08added "email" lexer for writing mailsRobin Haberkorn1-0/+1
2025-03-07ncurses: support monochrome terminalsRobin Haberkorn1-11/+26
2025-02-27implemented ncurses clipboard support via external processesRobin Haberkorn1-39/+210
2025-02-24Curses: fixed flickering when scrolling through the auto-completion popup (or...Robin Haberkorn2-8/+14
2025-02-24Curses: avoid completing filenames when clicking the upper border of the popu...Robin Haberkorn1-0/+4
2025-02-23support mouse interaction with popup windowsRobin Haberkorn3-11/+142
2025-02-16only scroll the caret if dot changesRobin Haberkorn1-7/+12
2025-02-16implemented mouse support via special ^KMOUSE and <EJ> with negative keysRobin Haberkorn1-0/+102
2025-01-13updated copyright to 2025Robin Haberkorn7-7/+7
2024-12-28avoid some compiler warningsRobin Haberkorn1-2/+2
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