commit 1e7f7d58520b858458b5388ecdb25ba762dcd584 Author: Christian Hergert Date: Fri Nov 7 15:29:26 2025 -0800 vte: bail from pty_io_write()/io_write_cb() on error conditions This fixes an issue in Ptyxis where the user is pasting a large chunk of content to vim and then closes a window (causing the child process to be exited). Fixes: chergert/ptyxis#497 meson_options.txt | 121 + src/app/meson.build | 163 + src/app/meson_desktopfile.py | 59 + src/meson.build | 1103 ++ src/vte.cc | 11497 ++++++++++++++++++ src/vtegtk.cc | 8992 ++++++++++++++ 378 files changed, 125758 insertions(+)