aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/pty_process_win.c
Commit message (Expand)AuthorAge
* chore: fix typos (#17670)dundargoc2022-03-17
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* fix(pty_process_win/wait_eof_timer_cb): also check for proc->out.did_eofzeertzjq2022-03-02
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* Add more info to debug messagesJames McCoy2021-04-08
* os/win: fix build failureJan Edmund Lazo2021-03-31
* Change QUEUE_FOREACH macro to use while instead of forerw72021-03-30
* Pass environment on to pty processes on WindowsJames McCoy2021-01-31
* Remove termtype optionerw72020-01-17
* Change option name from termwintype to termtypeerw72020-01-17
* Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h}erw72020-01-17
* Change enum to a name that follows naming conventionerw72020-01-17
* Minor changes in reviewer's pointerw72020-01-17
* Move ConPTY resize to os_win_conpty.cerw72020-01-17
* Change union name from pty_object to objecterw72020-01-17
* Change to use ConPTY, if availableerw72020-01-17
* utf16_to_utf8: align with libuvJustin M. Keyes2019-08-15
* utf8_to_utf16: align with libuvJustin M. Keyes2019-08-15
* channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler2019-08-09
* api: list information about all channels/jobs.Björn Linse2018-05-23
* Add missing PVS headers to new filesJames McCoy2018-03-11
* Fix warning: multi-line comment [-Wcomment] use `:341,355s/: \zs.*/\=string(s...George Zhao2018-01-19
* Fix warning about conversion on mingw64George Zhao2018-01-18
* channels: refactorBjörn Linse2017-11-24
* pty_process_win: avoid quoting for cmd.exeerw72017-08-16
* win/pty: log errorserw72017-08-16
* win/pyt: cleanuperw72017-08-16
* win/pty: quote_cmd_arg(): check boundserw72017-08-16
* win/pty: jobstart, jobstop: fix null-pointer dereferenceerw72017-08-16
* win: support :terminalerw72017-08-16
* win: integrate winpty (WIP)Ryan Prichard2017-08-16