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
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
2024-11-18
fixed some common typos: "ie." and "eg.", "ocur" instead of "occur"
Robin Haberkorn
2
-2
/
+2
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-26
Git lexer: added support for TAG_EDITMSG and MERGE_MSG
Robin Haberkorn
1
-1
/
+2
2024-09-25
Curses: added "Git" icons for COMMIT_EDITMSG and git-rebase-todo
Robin Haberkorn
1
-0
/
+2
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
3
-8
/
+27
2024-09-16
Curses: added support for cool Unicode icons (refs #5)
Robin Haberkorn
5
-13
/
+457
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
3
-18
/
+66
2024-01-21
updated copyright to 2024
Robin Haberkorn
5
-5
/
+5
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
[next]