macOS: Fix regression in 0.26.0 that caused asking the user for a line of input such as for set_tab_title to not work

Apparently libedit doesn't work in the forked process when the parent
process is run via Launch Services. I cant be bothered to investigate
why, given that libedit is closed source. macOS users will just have to
live without history/completion in the ask kitten until I get around to
writing a replacement for readline/libedit.

And on a personal note, macOS >> Necrotizing fasciitis

Fixes #5447
This commit is contained in:
Kovid Goyal
2022-08-30 16:45:14 +05:30
parent 644e46e91d
commit d8e43a3412
3 changed files with 19 additions and 3 deletions

View File

@@ -42,6 +42,8 @@ Detailed list of changes
- Fix regression in 0.26.0 that caused launching kitty without working STDIO handles to result in high CPU usage and prewarming failing (:iss:`5444`)
- macOS: Fix regression in 0.26.0 that caused asking the user for a line of input such as for :ac:`set_tab_title` to not work (:iss:`5447`)
0.26.1 [2022-08-30]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~