index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
interface-curses.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-31
interfaces have their own automake subdirectories and convenience libraries now
Robin Haberkorn
1
-1548
/
+0
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-12-30
ncurses: use a default escape delay of 25ms
Robin Haberkorn
1
-0
/
+20
2015-09-25
avoid compiler warning in interface-curses.cpp
Robin Haberkorn
1
-0
/
+3
2015-09-25
curses UI: fixed truncation of non-filename popup entries
Robin Haberkorn
1
-5
/
+18
2015-09-25
curses UI: properly truncate q-register and file names
Robin Haberkorn
1
-80
/
+159
2015-07-28
added full Haiku OS support (non x86_gcc2)
Robin Haberkorn
1
-2
/
+5
2015-07-15
Curses UI: revised popup area, with borders and a scroll bar; reduce flickering
Robin Haberkorn
1
-120
/
+209
2015-07-14
curses UI: support terminal palette restoration on PDCurses/win32 and xterm
Robin Haberkorn
1
-38
/
+119
2015-07-14
support the CLOSE function key in PDCurses/win32a
Robin Haberkorn
1
-1
/
+15
2015-07-14
curses: fixed arithmetic error when window is smaller than 2 columns
Robin Haberkorn
1
-1
/
+2
2015-07-14
programmable terminal color redefinition and theming SciTECO curses UI based ...
Robin Haberkorn
1
-89
/
+301
2015-06-24
added "^FCLOSE" function key macro and defined SIGTERM behaviour
Robin Haberkorn
1
-0
/
+1
2015-06-24
fixed SEGFAULTs in InterfaceCurses::vmsg()
Robin Haberkorn
1
-8
/
+9
2015-06-22
disable PDCurses/win32a "function keys"
Robin Haberkorn
1
-1
/
+25
2015-06-22
improved ncurses/win32 support
Robin Haberkorn
1
-16
/
+10
2015-06-22
added XCurses support
Robin Haberkorn
1
-3
/
+36
2015-06-22
use WIN32_LEAN_AND_MEAN macro when including windows.h
Robin Haberkorn
1
-6
/
+1
2015-06-22
fixed flickering in InterfaceCurses::set_window_title()
Robin Haberkorn
1
-0
/
+15
2015-06-22
fixed CTRL+C handling on PDCurses/win32 port
Robin Haberkorn
1
-4
/
+67
2015-06-22
major Curses UI revision: initialize curses as late as possible
Robin Haberkorn
1
-197
/
+216
2015-06-14
handle environment variables more consistently
Robin Haberkorn
1
-1
/
+18
2015-03-18
ncurses: fixed batch mode initialization for unset or broken $TERM
Robin Haberkorn
1
-10
/
+56
2015-03-17
support for ncurses/win32
Robin Haberkorn
1
-3
/
+15
2015-03-16
clarify comment of why newterm() cannot be used on PDCurses
Robin Haberkorn
1
-4
/
+6
2015-03-16
fixed curses prog-mode reinitialization
Robin Haberkorn
1
-4
/
+11
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
1
-1
/
+1
2015-03-16
when initializing ncurses, make sure that the output stream is fully buffered
Robin Haberkorn
1
-0
/
+1
2015-03-16
also set window title on ncurses, by querying terminfo capabilities
Robin Haberkorn
1
-3
/
+62
2015-03-14
use g_strerror() instead of strerror() in interface-curses.cpp
Robin Haberkorn
1
-1
/
+1
2015-03-12
improved ncurses batch mode initialization
Robin Haberkorn
1
-21
/
+62
2015-03-11
Curses UI: beep() on error
Robin Haberkorn
1
-0
/
+3
2015-03-11
fixed weird colors in rubbed-out command line on PDCurses/win32
Robin Haberkorn
1
-13
/
+35
2015-03-10
avoid frequent info line redraws in Curses and GTK+ UIs
Robin Haberkorn
1
-4
/
+9
2015-03-10
optimized Interface::info_update() implementations
Robin Haberkorn
1
-5
/
+5
2015-03-09
fixed displaying of control characters in the "info" line (and window title)
Robin Haberkorn
1
-2
/
+16
2015-03-07
fixed crashes on PDCurses/win32 when SciTECO terminates before Interface::mai...
Robin Haberkorn
1
-1
/
+2
2015-03-07
Curses UI: fixed translation of the backspace key
Robin Haberkorn
1
-2
/
+11
2015-03-07
cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...
Robin Haberkorn
1
-1
/
+1
2015-03-02
fixed function key handling on GTK UI
Robin Haberkorn
1
-0
/
+6
2015-03-01
keep rubbed out command line for later re-insertion and massive Cmdline clean...
Robin Haberkorn
1
-28
/
+105
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-12-09
Curses: support cycling through long lists of possible auto-completions and o...
Robin Haberkorn
1
-42
/
+67
2014-12-08
Curses: fixed formatting of popup windows
Robin Haberkorn
1
-24
/
+20
2014-11-21
finally implemented the CLOSE and QUIT hooks
Robin Haberkorn
1
-2
/
+22
2014-11-17
renamed the "NCurses" UI to "Curses" internally
Robin Haberkorn
1
-0
/
+525