This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove stdio slave pty opening
master
Matthias-Christian Ott
16 years ago
parent
e2ac1676b1
commit
40c0ecfe82
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
std.c
+ 0
- 3
std.c
View File
@ -319,8 +319,5 @@ main(int argc, char *argv[]) {
eprint
(
"
usage: st [-v]
\n
"
)
;
getpty
(
)
;
shell
(
)
;
fdopen
(
fptm
,
"
r+
"
)
;
if
(
!
fptm
)
eprintn
(
"
cannot open slave pty
"
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save