mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 23:54:20 +02:00
328f569c16638afb7b4fcf5575de922104817787
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>
…
= 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"]
Languages
C
44.9%
Python
25.9%
Go
23.2%
Objective-C
3.6%
C++
1.3%
Other
1.1%