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
/
interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-13
updated Scinterm: my monochrome patch was merged only with some modifications
Robin Haberkorn
1
-7
/
+11
2025-03-07
ncurses: support monochrome terminals
Robin Haberkorn
1
-11
/
+26
2025-02-27
implemented ncurses clipboard support via external processes
Robin Haberkorn
1
-39
/
+210
2025-02-24
Curses: fixed flickering when scrolling through the auto-completion popup (or...
Robin Haberkorn
1
-7
/
+6
2025-02-23
support mouse interaction with popup windows
Robin Haberkorn
1
-9
/
+65
2025-02-16
only scroll the caret if dot changes
Robin Haberkorn
1
-7
/
+12
2025-02-16
implemented mouse support via special ^KMOUSE and <EJ> with negative keys
Robin Haberkorn
1
-0
/
+102
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-12-28
avoid some compiler warnings
Robin Haberkorn
1
-2
/
+2
2024-12-22
Curses: fixed inserting null-byte (^@) by pressing Ctrl+@
Robin Haberkorn
1
-3
/
+3
2024-12-22
fixed indention in interface-curses/interface.c
Robin Haberkorn
1
-9
/
+9
2024-12-13
implemented Scintilla lexer for SciTECO code, i.e. TECO syntax highlighting
Robin Haberkorn
1
-1
/
+1
2024-12-10
fixed compiler warnings when building release builds
Robin Haberkorn
1
-2
/
+2
2024-11-18
fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"
Robin Haberkorn
1
-1
/
+1
2024-10-29
PDCurses: filter out bogus double keypresses in combination with CTRL (refs #20)
Robin Haberkorn
1
-0
/
+12
2024-10-29
teco_interface_cmdline_update() now protects against batch mode (--fake-cmdline)
Robin Haberkorn
1
-0
/
+7
2024-10-15
netbsd-curses: fixed the default escape delay
Robin Haberkorn
1
-22
/
+22
2024-10-05
Gtk UI: support setting and getting clipboards containing null bytes
Robin Haberkorn
1
-4
/
+4
2024-09-23
allow OSC-52 clipboards on all terminal emulators
Robin Haberkorn
1
-14
/
+27
2024-09-22
Curses: always wgetch() on a dummy pad, avoiding unnecessary wrefresh()
Robin Haberkorn
1
-35
/
+45
2024-09-21
PDCurses/WinGUI: fixed Unicode icons on win32
Robin Haberkorn
1
-4
/
+8
2024-09-16
Curses: added support for cool Unicode icons (refs #5)
Robin Haberkorn
1
-10
/
+17
2024-09-12
function key macros have been reworked into a more generic key macro feature
Robin Haberkorn
1
-12
/
+24
2024-09-11
the SciTECO parser is Unicode-based now (refs #5)
Robin Haberkorn
1
-5
/
+19
2024-09-09
allow Unicode characters in command line arguments (refs #5)
Robin Haberkorn
1
-4
/
+0
2024-09-09
input and displaying of Unicode characters is now possible (refs #5)
Robin Haberkorn
1
-4
/
+6
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2023-06-18
fixed caret scrolling on startup
Robin Haberkorn
1
-30
/
+29
2023-05-09
fixed CTRL+C interruptions on Windows; optimized CTRL+C polling on Gtk+
Robin Haberkorn
1
-25
/
+34
2023-04-20
Curses: do not allow typing any non-ASCII characters - fixes crashes on PDCur...
Robin Haberkorn
1
-1
/
+1
2023-04-18
no longer try to avoid automatic scrolling - this is patched out of Scintilla...
Robin Haberkorn
1
-5
/
+2
2023-04-16
updated Scintilla to v5.3.4, Scinterm to v4.1 and Lexilla to v5.2.4
Robin Haberkorn
1
-0
/
+11
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-11-20
bumped required PDCursesMod version to v4.3.4 or later
Robin Haberkorn
1
-16
/
+0
2022-06-22
PDCursesMod/WinGUI now uses the polling fallback again with a temporary worka...
Robin Haberkorn
1
-76
/
+14
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2022-06-21
better support recent versions of PDCursesMod (used to be the Win32a-port)
Robin Haberkorn
1
-1
/
+2
2022-06-21
PDCursesMod: fixed the light black color on all GUI backends (e.g. WinGUI)
Robin Haberkorn
1
-0
/
+4
2022-06-21
PDCurses: fixed CTRL+C interruptions on WinCON and WinGUI
Robin Haberkorn
1
-28
/
+87
2022-01-15
fixup: use a dedicated input queue data structures (teco_interface.input_queue)
Robin Haberkorn
1
-22
/
+35
2021-12-22
Curses: added teco_interface_is_interrupted() fallback and standardized how t...
Robin Haberkorn
1
-10
/
+48
2021-12-19
safer use of memcpy() and memchr(): we must not pass in NULL pointers
Robin Haberkorn
1
-0
/
+1
2021-10-13
improved default selection colors and made them configurable via color.tes
Robin Haberkorn
1
-1
/
+4
2021-10-11
optimized caret scrolling: this is a costly operation and is now done only on...
Robin Haberkorn
1
-0
/
+10
2021-10-11
upgraded to Scintilla 5.1.3 and Scinterm 3.1
Robin Haberkorn
1
-7
/
+7
2021-06-08
improved PDCurses detection
Robin Haberkorn
1
-61
/
+22
2021-06-08
Windows: normalize $COMSPEC
Robin Haberkorn
1
-0
/
+5
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-0
/
+1723