# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| libtsm: libtsm (terminal-emulator state machine) libtsm: libtsm: TSM is a state machine for DEC VT100-VT520 compatible terminal libtsm: emulators. It tries to support all common standards while keeping libtsm: compatibility to existing emulators like xterm, gnome-terminal, libtsm: konsole, .. libtsm: libtsm: TSM itself does not provide any rendering nor window management. It libtsm: is a simple plain state machine without any external dependencies. It libtsm: can be used to implement terminal emulators, but also to implement libtsm: other applications that need to interpret terminal escape sequences.