contour icon indicating copy to clipboard operation
contour copied to clipboard

Modern C++ Terminal Emulator

Results 283 contour issues
Sort by recently updated
recently updated
newest added
trafficstars

Implement: https://vt100.net/docs/vt510-rm/DECRQCRA.html

good first issue
VT: Backend

Implement: https://vt100.net/docs/vt510-rm/DECNCSM.html

good first issue
VT: Backend

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....

enhancement
help wanted
good first issue
VT: Backend

Add OpenSUSE to CI for - [ ] build testing, and - [ ] release packaging

help wanted
good first issue
CI

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...

bug
frontend

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...

enhancement
frontend
feature-request

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....

enhancement
good first issue
frontend

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()`

enhancement
frontend

## 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...

enhancement
frontend

Should support: | | Action Name | Description | |-|--------------|--------------| | | CopyToClipboardHTML | Copies selection to clipboard in HTML format. | | | CopyToClipboardVT | Copies selection to clipboard...

enhancement
good first issue
frontend