libtsm icon indicating copy to clipboard operation
libtsm copied to clipboard

Terminal-emulator State Machine

Results 12 libtsm issues
Sort by recently updated
recently updated
newest added

Some packaging systems flag this. ``` CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (XKBCommon_KeySyms) does not match the name of the calling package (XKBCommon). This...

i was probing so-called "key modifiers" capability that is implemented in xterm, its escape sequence is ``` \x1B[?0m \x1B[?1m \x1B[?2m \x1B[?4m ``` the terminal started underline everything, means those `?`...

This commit is based on work from RadAd (RadAd@f879875) It also adds GitHub Actions support for Windows, changes code that relied on gcc extensions, and introduces Conan to install libcheck...

Hi, thanks for maintaining this! I cannot compile: ``` $ cd ~/libtsm $ mkdir build $ cd build $ cmake .. CMake Error at CMakeLists.txt:19 (message): Usage: mkdir build; cmake...

I'm trying to get libtsm to properly execute the [vttest](https://dickey.his.com/vttest/) tests. The missing DECALN sequence is simply the first issue I ran into with the first tests. I have implemented...

Out of the box libtsm doesn't compile on Windows. There is a patch by RadAd, though. When cherry picked into a current version of libtsm it worked flawlessly for me....

Reasoning: many distros [already have a libtsm package](https://aur.archlinux.org/packages/libtsm). For instance, in AUR, this makes it impossible for me to package anything relying on this heavily improved libtsm without vendoring it....

This BUILD_TYPE is normally used in distro packaging so the packager can ensure libtsm was built with their compile options. It's also the default value of CMAKE_BUILD_TYPE. See also https://wiki.archlinux.org/title/CMake_package_guidelines#CMake_can_automatically_override_the_default_compiler_optimization_flag

Hello! I'm trying to run emacs on tmux on kmscon. Running emacs directly on kmscon means that certain key combinations get processed before emacs can see them. For example typing...