Accepting request 1321018 from home:etamPL:branches:X11:terminals

- changed git repo to https://github.com/kmscon/libtsm
- update to 4.3.0
  - Add OSC 4, 10 and 11 support (only read color, not set it)
  - Add a new API, tsm_screen_selection_word() to select a word at a given position
- update to 4.2.0:
  - New features
    - Add shift arrow keys
    - Convert to Meson
  - Bug fixes
    - Meson: fix version-script

OBS-URL: https://build.opensuse.org/request/show/1321018
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/libtsm?expand=0&rev=9
This commit is contained in:
2026-01-07 15:25:35 +00:00
committed by Git OBS Bridge
parent 7e6085bf29
commit f93510acce
4 changed files with 26 additions and 15 deletions
+14
View File
@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Dec 3 21:20:34 UTC 2025 - Adam Mizerski <adam@mizerski.pl>
- changed git repo to https://github.com/kmscon/libtsm
- update to 4.3.0
- Add OSC 4, 10 and 11 support (only read color, not set it)
- Add a new API, tsm_screen_selection_word() to select a word at a given position
- update to 4.2.0:
- New features
- Add shift arrow keys
- Convert to Meson
- Bug fixes
- Meson: fix version-script
-------------------------------------------------------------------
Sat Aug 2 14:48:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>