libtsm 4.0.2-0.2 source package in Ubuntu
Changelog
libtsm (4.0.2-0.2) unstable; urgency=medium * Non-maintainer upload. * Revert Maintainer (replaced by mistake) * Drop Vcs fields -- Bastian Germann <email address hidden> Thu, 28 Apr 2022 10:16:55 +0200
Upload details
- Uploaded by:
- Nobuhiro Iwamatsu
- Uploaded to:
- Sid
- Original maintainer:
- Nobuhiro Iwamatsu
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtsm_4.0.2-0.2.dsc | 1.6 KiB | 5226e5f924bd22a87624e6b6e8af6d5dc7d5013202f58b8e6de8318e02a80e2e |
libtsm_4.0.2.orig.tar.gz | 144.7 KiB | ce51be564872d3e6a35fadab1f74b8804f72d8a92c0f378ca384155134d154e5 |
libtsm_4.0.2-0.2.debian.tar.xz | 5.0 KiB | 5b4c691a4b0666f6b39ae78295800ba2109e8245d28b3072a43394e06582e1dd |
Available diffs
- diff from 3-1build1 (in Ubuntu) to 4.0.2-0.2 (221.9 KiB)
No changes file available.
Binary packages built by this source
- libtsm-dev: Terminal-emulator State Machine - development
TSM is a state machine for DEC VT100-VT520 compatible terminal
emulators. It tries to support all common standards while keeping
compatibility to existing emulators like xterm, gnome-terminal, konsole, ..
.
TSM itself does not provide any rendering nor window management.
It is a simple plain state machine without any external dependencies.
It can be used to implement terminal emulators, but also to implement
other applications that need to interpret terminal escape sequences.
.
This library is very similar to libvte of the GNOME project.
However, libvte is highly bound to GTK+, which makes it unsuitable for
non-graphics projects that need to parse escape sequences. Instead,
TSM tries to restrict its API to terminal emulation only. Furthermore,
TSM does not try to establish a new terminal emulation standard, but
instead keeps compatibility as close to xterm as possible.
This is why the TERM variable can be set to xterm-color256 with any
TSM based terminal emulator.
.
This package contains the header files and static library needed to
compile applications that use libtsm.
- libtsm4: Terminal-emulator State Machine - runtime
TSM is a state machine for DEC VT100-VT520 compatible terminal
emulators. It tries to support all common standards while keeping
compatibility to existing emulators like xterm, gnome-terminal, konsole, ..
.
TSM itself does not provide any rendering nor window management.
It is a simple plain state machine without any external dependencies.
It can be used to implement terminal emulators, but also to implement
other applications that need to interpret terminal escape sequences.
.
This library is very similar to libvte of the GNOME project.
However, libvte is highly bound to GTK+, which makes it unsuitable for
non-graphics projects that need to parse escape sequences. Instead,
TSM tries to restrict its API to terminal emulation only. Furthermore,
TSM does not try to establish a new terminal emulation standard, but
instead keeps compatibility as close to xterm as possible.
This is why the TERM variable can be set to xterm-color256 with any
TSM based terminal emulator.
.
This package contains the libtsm runtime library.
- libtsm4-dbgsym: debug symbols for libtsm4