contour
contour copied to clipboard
Modern C++ Terminal Emulator
Hello, I'll just try to summarize here my efforts to package `contour` properly in a COPR repo so it is easily installable. Here be dragons! ## Status Currently, nothing works,...
Provide terminal tabs. Depends on #956 This requires basic support for the tree structure windowing. * per output window, only one session is being displayed (no session management in this...
Okay, that'll be a big one (due to code change count implications), but I think it's worth looking into that. [zutty](https://github.com/tomszilagyi/zutty) is the first terminal emulator, kind of PoC, to...
This is: ```console $ $ build/src/contour/contour version Contour Terminal Emulator 0.3.2-unreleased-master-940b931a $ uname -a FreeBSD triton.herrhotzenplotz.de 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 TRITON131 amd64 $ $ bosh --version sh (Schily Bourne Shell)...
- Should need usually at the bottom - a reserved grid line at the bottom - by default not accessible via VT writes Could contain things like: - active buffer...
### Contour Terminal version Contour Terminal Emulator 0.3.2-unreleased ### Installer source Github: source code cloned ### Operating System NixOS ### Architecture x86-64 ### Other Software _No response_ ### Steps to...
While reading DEC STD 070 for implementing status line (#687), I came across the requirement to display DECEDM state in the Indicator line. DECEDM is described in [VT220/ANSI Terminal Emulation...
### Contour Terminal version latest ### Installer source Github: source code cloned ### Operating System Windows 11 ### Architecture x86-64 ### Other Software NA ### Steps to reproduce the cmake...
A little bit of a long one, however I tend to use these quite often. Most likely this only concerns X11. Comparing to both rxvt-unicode and xterm I see the...
it took me 5 minutes to implement a similar approach for Unix, that is, apart from stdio (fd 0/1/2) being connected to the PTY slave for the child process, the...