kitty/kitty
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
..
conf Use a Literal as the type for choice based options 2020-04-24 19:45:51 +05:30
fonts Better coalescing of multiple symbol_maps 2020-05-17 23:03:28 +05:30
layout Tall/fat layout: Fix resizing of windows when number of windows is <= num of full size windows not working 2020-05-13 23:33:23 +05:30
rc ... 2020-04-19 19:39:56 +05:30
__init__.py
bgimage_fragment.glsl
bgimage_vertex.glsl
blit_fragment.glsl
blit_vertex.glsl
border_fragment.glsl
border_vertex.glsl
borders.py Tall and Fat layouts ported to new groups API 2020-05-12 22:43:54 +05:30
boss.py Fixed issue with a cwd for kitty_mod+h scroll buffer viewer 2020-05-23 07:19:45 +03:00
cell_fragment.glsl
cell_vertex.glsl Fix reverse video not being rendered correctly when using transparency or a background image 2020-04-03 22:40:33 +05:30
charsets.c
charsets.h
child-monitor.c Wayland: Fix kitty being killed on some Wayland compositors if a hidden window has a lot of output 2020-05-20 14:19:09 +05:30
child.c Fix child spawn on FreeBSD. 2020-05-23 12:21:57 +00:00
child.py more typing work 2020-03-13 16:13:26 +05:30
choose_entry.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
cli.py pep8 2020-05-12 22:54:08 +05:30
cli_stub.py more typing work 2020-03-13 16:13:26 +05:30
client.py pep8 2020-05-12 22:54:08 +05:30
cocoa_window.m
colors.c
complete.py Allow entry points and external command combined completion on first word 2020-03-30 11:38:54 +05:30
config.py Fixed marks grouping and coloring for simultaneous multi marks definition 2020-05-18 06:53:56 +03:00
config_data.py Have the confirm on close also apply to quitting kitty 2020-05-18 16:06:40 +05:30
constants.py version 0.17.4 2020-05-09 10:48:21 +05:30
control-codes.h
core_text.m CoreText: When centering glyphs ignore negative origins 2020-04-27 18:02:53 +05:30
cursor.c
data-types.c Simplify code 2020-05-22 16:04:28 +02:00
data-types.h Report modifier key state when sending wheel events to the terminal program 2020-04-29 20:02:55 +05:30
desktop.c Make paths to libraries configurable at build time 2020-05-19 18:36:46 +02:00
emoji.h Render any flag pair in two cells not just known ones 2020-04-06 23:00:34 +05:30
fast_data_types.pyi Have the confirm on close also apply to quitting kitty 2020-05-18 16:06:40 +05:30
fontconfig.c Linux: Fix selection of fonts with multiple width variants not preferring the normal width faces 2020-03-29 01:52:33 +05:30
fonts.c macOS: Fix a regression in the previous release that caused ligatures to be not be centered horizontally 2020-04-27 16:17:05 +05:30
fonts.h Read strikethrough info from font when using FreeType 2020-03-30 20:09:30 +02:00
freetype.c Merge branch 'strikethrough-info-from-font' of https://github.com/trygveaa/kitty 2020-03-31 09:34:07 +05:30
gl-wrapper.c
gl-wrapper.h
gl.c Rename --debug-gl to --debug-rendering 2020-04-14 19:35:40 +02:00
gl.h
glfw-wrapper.c Have the confirm on close also apply to quitting kitty 2020-05-18 16:06:40 +05:30
glfw-wrapper.h Have the confirm on close also apply to quitting kitty 2020-05-18 16:06:40 +05:30
glfw.c Wayland: Fix kitty being killed on some Wayland compositors if a hidden window has a lot of output 2020-05-20 14:19:09 +05:30
graphics.c Use T_PYSSIZET for GraphicsManager.image_count 2020-04-25 23:25:18 -04:00
graphics.h
graphics_fragment.glsl
graphics_vertex.glsl
history.c
key_encoding.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
key_names.py more typing work 2020-03-14 11:42:05 +05:30
keys.c
keys.h
keys.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
kittens.c
launch.py Start work on refactoring management of windows 2020-05-12 22:43:53 +05:30
line-buf.c
line.c Marks: Fix marks not handling wide characters and tab characters correctly 2020-04-12 13:28:21 +05:30
lineops.h Dont strip trailing punctuation from end of URL if next line startswith url characters 2020-03-15 08:47:52 +05:30
logging.c
loop-utils.c
loop-utils.h
macos_process_info.c
main.py Move expandvars to utils 2020-05-05 08:22:08 +05:30
marks.py Merge branch 'master' of https://github.com/ahlinc/kitty 2020-05-18 09:59:31 +05:30
modes.h
monotonic.c
monotonic.h Convert two tabs to spaces 2020-05-21 15:34:08 +02:00
mouse.c Forgot to change one call site for switch_focus_to 2020-05-13 21:39:26 +05:30
notify.py more typing work 2020-03-13 16:13:26 +05:30
options_stub.py
parse-graphics-command.h Fix a regression in 0.17 that broke displaying graphics over SSH 2020-04-19 08:13:33 +05:30
parser.c
png-reader.c
png-reader.h
remote_control.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
rewrap.h
rgb.py
screen.c When extending selections to words, recognize :// 2020-05-16 13:49:39 +05:30
screen.h Fix selection not updating properly while scrolling 2020-03-18 18:48:59 +05:30
session.py Start work on refactoring management of windows 2020-05-12 22:43:53 +05:30
shaders.c Linux: Workaround for broken Nvidia drivers for old cards 2020-05-18 13:41:23 +05:30
shell.py
state.c Have the confirm on close also apply to quitting kitty 2020-05-18 16:06:40 +05:30
state.h Have the confirm on close also apply to quitting kitty 2020-05-18 16:06:40 +05:30
tab_bar.py DRYer 2020-05-14 09:18:29 +05:30
tabs.py Add an option confirm_on_os_window_close to ask for confirmation when closing an OS window with multiple kitty windows. 2020-05-15 13:39:58 +05:30
terminfo.py Add strikethrough capabilities to terminfo 2020-04-18 16:37:09 +01:00
threading.h
tint_fragment.glsl
tint_vertex.glsl
typing.py Use a stub rather than TYPE_CHECKING 2020-03-15 13:27:40 +05:30
typing.pyi Port the splits layout to the new groups API 2020-05-12 22:43:54 +05:30
unicode-data.c Render known country flags designated by a pair of unicode codepoints in two cells instead of four. 2020-04-06 22:16:59 +05:30
unicode-data.h Function to detect flag pairs 2020-04-06 21:16:14 +05:30
update_check.py more typing work 2020-03-13 21:41:07 +05:30
utils.py Move expandvars to utils 2020-05-05 08:22:08 +05:30
wcwidth-std.h Render known country flags designated by a pair of unicode codepoints in two cells instead of four. 2020-04-06 22:16:59 +05:30
window.py pep8 2020-05-12 22:54:08 +05:30
window_list.py Port layout tests to new API 2020-05-12 22:43:55 +05:30