If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based.
Fix typo: "#ifdef TIOCSTTY" -> "#ifdef TIOCSCTTY" Include standard header sys/ioctl.h for ioctl(), needed on MacOS. Include standard header termios.h for TIOCSCTTY. Fixes this error on spawn of child shell process: bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell Tested on FreeBSD and Linux. - Fix #2529 Signed-off-by: Rafael Kitover <rkitover@gmail.com> |
||
|---|---|---|
| .github | ||
| docs | ||
| glad | ||
| glfw | ||
| kittens | ||
| kitty | ||
| kitty_tests | ||
| logo | ||
| terminfo | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .ignore | ||
| __main__.py | ||
| Brewfile | ||
| build-terminfo | ||
| CHANGELOG.rst | ||
| CONTRIBUTING.md | ||
| count-lines-of-code | ||
| gen-apc-parsers.py | ||
| gen-wcwidth.py | ||
| graphics-protocol.asciidoc | ||
| INSTALL.md | ||
| key_encoding.asciidoc | ||
| key_encoding.json | ||
| launcher.c | ||
| LICENSE | ||
| Makefile | ||
| mypy-editor-integration | ||
| protocol-extensions.asciidoc | ||
| publish.py | ||
| README.asciidoc | ||
| remote-control.asciidoc | ||
| session.vim | ||
| setup.cfg | ||
| setup.py | ||
| test.py | ||
| update-on-ox | ||
| update-on-ubuntu | ||
= kitty - the fast, featureful, GPU based, terminal emulator See https://sw.kovidgoyal.net/kitty/ image:https://github.com/kovidgoyal/kitty/workflows/CI/badge.svg["Build status", link="https://github.com/kovidgoyal/kitty/actions?query=workflow%3ACI"]