contour
contour copied to clipboard
Modern C++ Terminal Emulator
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...
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...
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...
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...
## 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...
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...
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...
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...
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...
See https://vt100.net/docs/vt510-rm/LS.html ## Checklist - [x] LS1 / SO (0x0E) - [x] LS0 / SI (0x0F) - [ ] LS2 - [ ] LS3 - [ ] LS1R - [...