c5a170d14a
- Update to version 1.1.2: - compatibility with libcosmos version 0.4.0 - Fix occassional crashes upon closing the terminal.
Matthias Gerstner2025-03-24 13:24:16 +00:00
64b4bd771c
- switch to using the now available upstream source tarball instead of a Git tarball created via the OSC service. - Update to upstream version 1.1: - when using a blinking cursor style, then the blinking was always turned off once X11 input occurs. This was confusing when continously inputting characters. In this release this no longer happens. - performance improvement in the URL snap selection algorithm, which wrongly copied the entire screen content in its algorithm. - when doing a snap selection that spans multiple lines (e.g. extending a long http:// URL), then excess newlines occured, when pasting the selection. This no longer happens.
Matthias Gerstner2024-08-14 09:00:00 +00:00
ce09b49c31
Accepting request 1186356 from X11:terminals
Ana Guerrero2024-07-09 18:05:20 +00:00
c3a837ebf3
- some stability and other bugfixes - change of selection handling: addition full line selection mode and changed modifier keys. - Update to version 1.0+git56dd2cb: * Selection: only extend to end position for range modes * Selection: properly render selection upon initial update() * README.md: fix punctuation, grammar, clarity and update to current state * TermWindow: reset only non-window-system related state * XEventHandler: address FIXME by clarifying the situation * interactive.py: support enabling mouse-report * TTY: drop FIXME that cannot be fixed (at least not here) * README: document new selection features and project situation * Selection: harmonize and simplify interface and logic * Selection: use Mode enum instead of Snap plus Flags * Selection: further renaming of constants; use accessors more consistently * Selection: rename context to flags and Context to Flags * Selection: cleanup, improve and fix logic for all selection modes * types: returns absolute Height(), not negative values * README.md: document fuzzing efforts * WindowSystem: also reset TermWindow WinMode state * Term: deleteColsAfterCursor(): fix wide character deletion * Term: improve reset() completeness * Term::reset(): properly reset terminal mode * CSIEscape: fix some typos * .gitignore: ignore all kinds of install trees * CSIEscape: implement clear screen + scrollback buffer sequence * Term::repeatChar: cap maximum number of character repeats * StringEscape: fix possible assertion trying to access null-byte in string_view * global: remove unnecessary nst:: namespace qualifications * libcosmos: update to version with better compiler support (for AFL)
Matthias Gerstner2024-07-02 09:55:13 +00:00
e539c36dae
Accepting request 1158176 from X11:terminals
Ana Guerrero2024-03-15 19:31:27 +00:00
b291f0617f
- add usr_etc_lookup.patch: lookup config in /usr/etc as well.
Matthias Gerstner2024-03-15 09:27:01 +00:00
ba1c57f278
Accepting request 1157921 from home:mgerstner:branches:X11:terminals
Matthias Gerstner2024-03-14 10:00:32 +00:00