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
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