index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
os
/
pty_process_unix.c
Commit message (
Expand
)
Author
Age
*
refactor(pty): remove old logic for inheriting termios from host terminal
bfredl
2023-01-10
*
fix(embed): handle stdio in server properly
bfredl
2023-01-09
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
feat(logging): include test-id in log messages
Justin M. Keyes
2022-06-15
*
chore: fix typos (#17670)
dundargoc
2022-03-17
*
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
fix: add forkpty for SunOS variants
Claes Nästén
2021-12-12
*
fix: don't use cfsetspeed, use i and o variants
Claes Nästén
2021-12-07
*
fix: don't include pty.h on SunOS
Claes Nästén
2021-12-07
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
refactor: format files with uncrustify #15663
dundargoc
2021-09-14
*
Add more info to debug messages
James McCoy
2021-04-08
*
fix(pty): Always use $TERM from the job's env dict
James McCoy
2021-02-06
*
fix(pty_proc/macOS): Properly set the environment for the child
James McCoy
2021-01-31
*
Common handling of required/ignored env vars
James McCoy
2021-01-31
*
Use dict_T to pass env vars to process spawning code
James McCoy
2021-01-31
*
Fix colors in terminal by maintaining COLORTERM
Thomas Fehér
2020-11-26
*
channels: reflect exit due to signals in exit status code (#10573)
Daniel Hahler
2019-08-09
*
CI: improve gcov handling #10404
Daniel Hahler
2019-07-07
*
gcov: use __gcov_flush instead of __gcov_dump (#10260)
Daniel Hahler
2019-06-18
*
clint: check env functions
Justin M. Keyes
2019-02-28
*
os/env: use libuv v1.12 getenv/setenv API
Justin M. Keyes
2019-02-27
*
TUI: detect BSD vt console
Justin M. Keyes
2018-12-16
*
Check all child processes for exit in SIGCHLD handler
David Hotham
2018-07-14
*
Only waitpid() for processes that we care about
David Hotham
2018-07-13
*
doc: job/channel, misc #7783
Justin M. Keyes
2018-06-11
*
api: list information about all channels/jobs.
Björn Linse
2018-05-23
*
jobs: child proc must have a separate process-group
Justin M. Keyes
2018-03-16
*
pty_process_unix: _exit() on execvp() failure
Justin M. Keyes
2017-12-13
*
tui: job-control: use saved termios for pty jobs
Justin M. Keyes
2017-11-25
*
channels: refactor
Björn Linse
2017-11-24
*
pty_process_unix.c: include <libutil.h> on DragonFly BSD
Justin M. Keyes
2017-05-21
*
*: Add comment to all C files
ZyX
2017-04-19
*
job-control: set CLOEXEC on pty processes. #5986
Matthew Malcomson
2017-03-17
*
process_spawn: Return status code (#6075)
Justin M. Keyes
2017-02-09
*
Remove redundant includes of unistd.h (#5126)
Rui Abreu Ferreira
2016-07-29
*
eval: allow setting cwd in {jobstart,termopen}()
Aleksa Sarai
2016-06-07
*
pty_process: split into plat-specific files (#3976)
Rui Abreu Ferreira
2016-06-04