File libtsm.changes of Package libtsm_fork
-------------------------------------------------------------------
Sun Aug 04 15:24:29 UTC 2024 - virtuousfox@gmail.com
- Update to version 4.0.2+24~git20231223.69922bd:
* fix the behavior of commands `\E[nE` `\E[nF` moving cursor out of screen
* add tests for CSI sequences `\E[nE` and `\E[nF`
* Add unhandled ECMA-48 CSI sequences: E CNL Move cursor down the indicated # of rows, to column 1 F CPL Move cursor up the indicated # of rows, to column 1
* add palette vga, mimicking linux VT
* Add getters for scrollback buffer line count and line pos
* Fix a memleak in tsm_screen_unref and one in a test
* Rewrite of tsm_screen_selection_copy
-------------------------------------------------------------------
Sat Oct 14 22:06:57 UTC 2023 - virtuousfox@gmail.com
- Update to version 4.0.2+17~git20220920.d66dd16:
* Check for nullptr in tsm_vte_get_flags
* Add documentation and constants for mouse tracking
* Add mouse support
* Expose the VTE flags
* Fix #26: Terminal reset on DECRQM SRM (12) request
* Fix wrong background color of new cells after resize
* build: fix paths in pkg-config file
* Make code sent by backspace key configurable
* Add fallback implementation for ck_assert_mem_*
-------------------------------------------------------------------
Mon Aug 29 07:54:47 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.0.2
* Arbitrary color palette configurable via API
* Fix the build of gtktsm with recent versions of pango
- Delete 0001-Fix-filename-in-test_common.h.patch (obsolete)
-------------------------------------------------------------------
Wed Jul 18 12:59:43 UTC 2018 - fvogt@suse.com
- Switch to version 4.0.0 from https://github.com/Aetf/libtsm:
* Add soft-black and base16-light and -dark color palettes
* Support underline/italic rendering (with a patched version of kmscon)
* Support 24-bit true color
* Support Ctrl + Arrow keys
* Support custom title using OSC
* Bug fixes:
+ Repsonse to 'CSI c' contains random bytes
+ Fix invalid cpr values
- Run make check in %check
- Add patch to fix make check:
* 0001-Fix-filename-in-test_common.h.patch
- Add patch to add palette with default linux console colors:
* 0001-Add-new-palette-with-standard-VGA-colors.patch
-------------------------------------------------------------------
Sun Aug 3 06:04:01 UTC 2014 - jengelh@inai.de
- Initial package (version 3) for build.opensuse.org