#pragma once // IWYU pragma: private, include "nvim/os/pty_proc.h" #include #include #include "nvim/event/defs.h" typedef struct { Proc proc; uint16_t width, height; struct winsize winsize; int tty_fd; } PtyProc; #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/pty_proc_unix.h.generated.h" #endif