contour
contour copied to clipboard
Modern C++ Terminal Emulator
Implement: https://vt100.net/docs/vt510-rm/DECRQCRA.html
Implement: https://vt100.net/docs/vt510-rm/DECNCSM.html
See http://www.leonerd.org.uk/hacks/fixterms/ I wonder why the spec didn't make it runtime configurable, such as SM/RM to explicitly request that. Should be configurable via contour config in `profiles.*.extended_keybboard_mapping: BOOL` or so....
Add OpenSUSE to CI for - [ ] build testing, and - [ ] release packaging
Related Qt-BUG tracking ticket: https://bugreports.qt.io/browse/QTBUG-30948 Thing is, that behavior seems intended by Qt, but I explicitly do NOT want that cleverness. I want the actual, unaltered(!) information. With `orientation()` being...
Windows and OSX have it. And at least KDE version 5.24 has it too . The default color scheme from there default config should respect that setting and pick some...
since the logic is already there (for debugging purposes initially), we can provide an input mapping to let the user create screenshots of the current terminal screen on the fly....
Some terminals warn off a close request recent happened but there's are still more processes running than the initially slasher shell. See if we can use `tcgetpgrp()`
## Abstract While `colours` can be set to be per-profile and selected as a command-line argument through specifying a profile, it seems the `input_mapping` is a global thing. ## Motivation...
Should support: | | Action Name | Description | |-|--------------|--------------| | | CopyToClipboardHTML | Copies selection to clipboard in HTML format. | | | CopyToClipboardVT | Copies selection to clipboard...