aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-curses.cpp
AgeCommit message (Expand)AuthorFilesLines
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