Rafael Kitover 328f569c16 Fix child spawn on FreeBSD.
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>
2020-05-23 12:21:57 +00:00
2019-07-07 21:10:15 +02:00
2020-05-23 09:03:44 +05:30
2020-05-23 12:21:57 +00:00
2020-05-17 23:20:26 +05:30
2020-03-12 13:51:51 +05:30
2020-03-05 20:38:51 +05:30
2020-02-22 19:07:17 +05:30
2018-09-22 20:22:15 +02:00
2020-05-12 22:54:08 +05:30
2020-02-20 11:10:49 +01:00
2020-04-21 22:04:34 +05:30
2019-08-09 03:27:22 +02:00
...
2020-03-15 13:36:09 +05:30
2020-04-30 23:12:37 +05:30
2020-03-14 14:59:31 +05:30
2020-03-12 14:26:51 +05:30

= 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"]
Description
No description provided
Readme GPL-3.0 155 MiB
Languages
C 44.9%
Python 25.9%
Go 23.2%
Objective-C 3.6%
C++ 1.3%
Other 1.1%