aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-curses/interface.c
AgeCommit message (Expand)AuthorFilesLines
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-11upgraded to Scintilla 5.1.3 and Scinterm 3.1Robin Haberkorn1-7/+7
2021-06-08improved PDCurses detectionRobin Haberkorn1-61/+22
2021-06-08Windows: normalize $COMSPECRobin Haberkorn1-0/+5
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-0/+1723