aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-curses.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-31interfaces have their own automake subdirectories and convenience libraries nowRobin Haberkorn1-1548/+0
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-12-30ncurses: use a default escape delay of 25msRobin Haberkorn1-0/+20
2015-09-25avoid compiler warning in interface-curses.cppRobin Haberkorn1-0/+3
2015-09-25curses UI: fixed truncation of non-filename popup entriesRobin Haberkorn1-5/+18
2015-09-25curses UI: properly truncate q-register and file namesRobin Haberkorn1-80/+159
2015-07-28added full Haiku OS support (non x86_gcc2)Robin Haberkorn1-2/+5
2015-07-15Curses UI: revised popup area, with borders and a scroll bar; reduce flickeringRobin Haberkorn1-120/+209
2015-07-14curses UI: support terminal palette restoration on PDCurses/win32 and xtermRobin Haberkorn1-38/+119
2015-07-14support the CLOSE function key in PDCurses/win32aRobin Haberkorn1-1/+15
2015-07-14curses: fixed arithmetic error when window is smaller than 2 columnsRobin Haberkorn1-1/+2
2015-07-14programmable terminal color redefinition and theming SciTECO curses UI based ...Robin Haberkorn1-89/+301
2015-06-24added "^FCLOSE" function key macro and defined SIGTERM behaviourRobin Haberkorn1-0/+1
2015-06-24fixed SEGFAULTs in InterfaceCurses::vmsg()Robin Haberkorn1-8/+9
2015-06-22disable PDCurses/win32a "function keys"Robin Haberkorn1-1/+25
2015-06-22improved ncurses/win32 supportRobin Haberkorn1-16/+10
2015-06-22added XCurses supportRobin Haberkorn1-3/+36
2015-06-22use WIN32_LEAN_AND_MEAN macro when including windows.hRobin Haberkorn1-6/+1
2015-06-22fixed flickering in InterfaceCurses::set_window_title()Robin Haberkorn1-0/+15
2015-06-22fixed CTRL+C handling on PDCurses/win32 portRobin Haberkorn1-4/+67
2015-06-22major Curses UI revision: initialize curses as late as possibleRobin Haberkorn1-197/+216
2015-06-14handle environment variables more consistentlyRobin Haberkorn1-1/+18
2015-03-18ncurses: fixed batch mode initialization for unset or broken $TERMRobin Haberkorn1-10/+56
2015-03-17support for ncurses/win32Robin Haberkorn1-3/+15
2015-03-16clarify comment of why newterm() cannot be used on PDCursesRobin Haberkorn1-4/+6
2015-03-16fixed curses prog-mode reinitializationRobin Haberkorn1-4/+11
2015-03-16implemented automatic EOL translation supportRobin Haberkorn1-1/+1
2015-03-16when initializing ncurses, make sure that the output stream is fully bufferedRobin Haberkorn1-0/+1
2015-03-16also set window title on ncurses, by querying terminfo capabilitiesRobin Haberkorn1-3/+62
2015-03-14use g_strerror() instead of strerror() in interface-curses.cppRobin Haberkorn1-1/+1
2015-03-12improved ncurses batch mode initializationRobin Haberkorn1-21/+62
2015-03-11Curses UI: beep() on errorRobin Haberkorn1-0/+3
2015-03-11fixed weird colors in rubbed-out command line on PDCurses/win32Robin Haberkorn1-13/+35
2015-03-10avoid frequent info line redraws in Curses and GTK+ UIsRobin Haberkorn1-4/+9
2015-03-10optimized Interface::info_update() implementationsRobin Haberkorn1-5/+5
2015-03-09fixed displaying of control characters in the "info" line (and window title)Robin Haberkorn1-2/+16
2015-03-07fixed crashes on PDCurses/win32 when SciTECO terminates before Interface::mai...Robin Haberkorn1-1/+2
2015-03-07Curses UI: fixed translation of the backspace keyRobin Haberkorn1-2/+11
2015-03-07cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...Robin Haberkorn1-1/+1
2015-03-02fixed function key handling on GTK UIRobin Haberkorn1-0/+6
2015-03-01keep rubbed out command line for later re-insertion and massive Cmdline clean...Robin Haberkorn1-28/+105
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-12-09Curses: support cycling through long lists of possible auto-completions and o...Robin Haberkorn1-42/+67
2014-12-08Curses: fixed formatting of popup windowsRobin Haberkorn1-24/+20
2014-11-21finally implemented the CLOSE and QUIT hooksRobin Haberkorn1-2/+22
2014-11-17renamed the "NCurses" UI to "Curses" internallyRobin Haberkorn1-0/+525