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

Most importantly driven by the fact that I keep waiting for CI, we came to the idea of hosting our own runners at something like Hetzner or Strato that allow...

CI

handles Tabstops. Previously tried to track tab character by storing starting tab positions in `Line` but soon abandoned that since in a lot of places we directly handle cells then...

VT: Backend
frontend

There is a fuzzy tester in the wild (Github....) that can fuzzy-test the terminal parser and VT sequence handling. Integrate this functionality into the CI "build" workflow so it can...

test
build

Qt/KDE seems to be to auto-start some applications and passes the session Id of that application's last run. It just happened to Contour and Contour cannot handle that because we...

frontend
platform: linux
maybe-as-extension

## Abstract Add a new feature that allows for quick action on URL-s, file paths, hashes or other user defined regexes. Possible solutions: - Kitty for example has a keybind...

enhancement
feature-request
vi-mode

This came out as a consequence of #982. But #982 should focus on retaining lost spaces (which is a bug to be fixed) This is about explicitly adding the feature...

enhancement
VT: Backend
feature-request
blocker:office

That should greatly boost Linux distribution independence. Users should generally always prefer dynamically linked binaries, but Other projects have shown that it is indeed possible to statically link a Qt...

CMake
platform: linux

While having given it more thought now, I still want to track this, and I think, iff at all, it's almost impossible to implement due to the side effects of...

enhancement
vi-mode
blocker:office

I often try e.g. `yw`, `y$`, `ytx`, `yi"` (though the last two might be from a plugin) _Originally posted by @cqexbesd in https://github.com/contour-terminal/contour/issues/969#issuecomment-1374945262_ Actually, `yi"` is a standard motion from...

enhancement
Tracker
vi-mode
blocker:office

See https://vt100.net/docs/vt510-rm/LS.html ## Checklist - [x] LS1 / SO (0x0E) - [x] LS0 / SI (0x0F) - [ ] LS2 - [ ] LS3 - [ ] LS1R - [...

VT: Backend
blocker:office