Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.4 KB

File metadata and controls

35 lines (29 loc) · 1.4 KB

libtsm Release News

CHANGES WITH 4.3.0:

New features

  • Add OSC 4, 10 and 11 support (only read color, not set it) Aetf/libtsm#55
  • Add a new API, tsm_screen_selection_word() to select a word at a given position Aetf/libtsm#54

CHANGES WITH 4.2.0:

New features

Bug fixes

CHANGES WITH 4.1.0:

New features!

  • Make backspace key configurable (#23)
  • Add mouse support (#29)
  • Add getters for scrollback buffer line count and position (#32)
  • Add new VGA palette, same as kernel VT (#38)
  • Add ECMA-48 CSI sequences \E[nE and \E[nF (#39)

Bug fixes

  • Rewrite of tsm_screen_selection_copy (#36)
  • Fix a memleak in tsm_screen_unref (#35)
  • Check for nullptr in tsm_vte_get_flags (#31)
  • Fix DECRQM SRM request (#30)
  • Fix build on macOS (#24)
  • Fix wrong background color of new cells after resize (#21)
  • Fix path in pkg-config file