Log In
runtime
/
ntapi
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
efc01e
pty inheritance: client-side implementation.
Authored and Committed by
midipix
9 years ago
raw
patch
tree
parent
7 files changed.
127 lines added
.
14 lines removed
.
include/ntapi/nt_tty.h
file modified
+28
-1
include/ntapi/ntapi.h
file modified
+1
-0
src/internal/ntapi.c
file modified
+1
-0
src/internal/ntapi_fnapi.h
file modified
+1
-0
src/pty/ntapi_pty_fd.c
file modified
+45
-0
src/pty/ntapi_pty_query.c
file modified
+49
-13
src/pty/ntapi_pty_set.c
file modified
+2
-0
pty inheritance: client-side implementation.
include/ntapi/nt_tty.h
file modified
+28
-1
include/ntapi/ntapi.h
file modified
+1
-0
src/internal/ntapi.c
file modified
+1
-0
src/internal/ntapi_fnapi.h
file modified
+1
-0
src/pty/ntapi_pty_fd.c
file modified
+45
-0
src/pty/ntapi_pty_query.c
file modified
+49
-13
src/pty/ntapi_pty_set.c
file modified
+2
-0