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
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
fixup: renamed "backups" to "recovery files"
Robin Haberkorn
1
-14
/
+14
8 days
implemented backup file mechanism
Robin Haberkorn
1
-1
/
+25
2025-11-21
fixed scrolling the command line after clicking in the popup
Robin Haberkorn
1
-0
/
+1
2025-11-18
Curses: fixed displaying the popup with multi-line command lines
Robin Haberkorn
1
-3
/
+3
2025-11-12
Curses: the default rubbed out command line color is COLOR_WHITE now
Robin Haberkorn
1
-3
/
+2
2025-11-10
Curses: the rubbed out command line is now rendered with underlines again
Robin Haberkorn
1
-1
/
+3
2025-11-10
Scinterm updated to v5.5
Robin Haberkorn
1
-60
/
+86
2025-11-09
Curses: fixed positioning of auto completion popups above the command line
Robin Haberkorn
1
-1
/
+2
2025-11-09
allow configuring the command line height using h,5EJ
Robin Haberkorn
1
-10
/
+17
2025-11-08
Curses: replaced getmaxyx(stdscr) with LINES and COLS
Robin Haberkorn
1
-19
/
+12
2025-11-08
the command line macro is now managed by a Scintilla view
Robin Haberkorn
1
-151
/
+36
2025-09-14
ncurses: avoid the middle mouse button workaround in newer ncurses versions
Robin Haberkorn
1
-2
/
+2
2025-09-09
work around ncurses mouse handling bugs
Robin Haberkorn
1
-53
/
+102
2025-08-21
fully support NetBSD with its native libcurses
Robin Haberkorn
1
-6
/
+39
2025-08-19
curses: fixed configuration for native netbsd-curses and ncurses (several cor...
Robin Haberkorn
1
-2
/
+0
2025-08-16
UNIX curses: some clarifications on what is done during teco_interface_init_s...
Robin Haberkorn
1
-0
/
+8
2025-08-01
implemented the ^W command for refreshing the screen in loops, for sleeping a...
Robin Haberkorn
1
-9
/
+15
2025-07-31
implemented ^T command: allows typing by code and getting characters from std...
Robin Haberkorn
1
-3
/
+51
2025-07-26
implemented the <^A> command for printing arbitrary strings
Robin Haberkorn
1
-16
/
+9
2025-07-23
ncurses: support the window title on XTerm-like emulators
Robin Haberkorn
1
-23
/
+47
2025-07-18
make some array declarations real constants
Robin Haberkorn
1
-2
/
+2
2025-07-16
the primary clipboard is now chosen by the 10th bit in the ED flags
Robin Haberkorn
1
-10
/
+5
2025-07-13
allow changing the default clipboard by setting the `~` integer
Robin Haberkorn
1
-6
/
+13
2025-06-15
PDCurses/Wincon: disable hardware cursor after window resize
Robin Haberkorn
1
-0
/
+5
2025-06-15
require and adapted to PDCurses v4.5.1
Robin Haberkorn
1
-8
/
+12
2025-06-15
Revert "PDCurses/Win: more or less fixed mouse support"
Robin Haberkorn
1
-37
/
+6
2025-05-02
auto-expand folds even after mouse events
Robin Haberkorn
1
-3
/
+2
2025-04-27
support folding via F1 and clicks in the folding margin
Robin Haberkorn
1
-0
/
+3
2025-04-16
curses: minor cleanup - avoid preprocessor statements
Robin Haberkorn
1
-11
/
+6
2025-04-15
try hard to preserve the vertical scrolling position when auto-scrolling dot
Robin Haberkorn
1
-3
/
+15
2025-04-13
Curses: the mouse now scrolls two lines per event in the popup window
Robin Haberkorn
1
-2
/
+2
2025-04-13
PDCurses/Win: more or less fixed mouse support
Robin Haberkorn
1
-6
/
+37
2025-04-04
scroll caret __almost__ always automatically after key presses
Robin Haberkorn
1
-5
/
+6
2025-03-16
further improved monochrome terminal support: fixed reverse text on reverse b...
Robin Haberkorn
4
-28
/
+72
2025-03-15
Curses: use special ellipsis symbol instead of "..." when truncating strings
Robin Haberkorn
2
-14
/
+37
2025-03-13
updated Scinterm: my monochrome patch was merged only with some modifications
Robin Haberkorn
1
-7
/
+11
2025-03-08
added "email" lexer for writing mails
Robin Haberkorn
1
-0
/
+1
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
2
-8
/
+14
2025-02-24
Curses: avoid completing filenames when clicking the upper border of the popu...
Robin Haberkorn
1
-0
/
+4
2025-02-23
support mouse interaction with popup windows
Robin Haberkorn
3
-11
/
+142
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
7
-7
/
+7
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
[next]