mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
patch 8.0.0744: terminal window does not use a pty
Problem: A terminal window uses pipes instead of a pty. Solution: Add pty support.
This commit is contained in:
@@ -4964,7 +4964,7 @@ job_io_file_open(
|
||||
}
|
||||
|
||||
void
|
||||
mch_start_job(char *cmd, job_T *job, jobopt_T *options)
|
||||
mch_job_start(char *cmd, job_T *job, jobopt_T *options)
|
||||
{
|
||||
STARTUPINFO si;
|
||||
PROCESS_INFORMATION pi;
|
||||
|
Reference in New Issue
Block a user