Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
3a8e97a3
Commit
3a8e97a3
authored
Jan 22, 2002
by
Niels Möller
Browse files
(do_make_raw): Added FIXME: about tty TIME
and VMIN settings. Rev: src/unix_interact.c:1.14
parent
e7999871
Changes
1
Show whitespace changes
Inline
Side-by-side
src/unix_interact.c
View file @
3a8e97a3
...
...
@@ -257,6 +257,7 @@ do_make_raw(struct terminal_attributes *s)
CAST
(
unix_termios
,
self
,
s
);
CLONED
(
unix_termios
,
res
,
self
);
/* FIXME: Modify the VMIN and TIME attributes. */
CFMAKERAW
(
&
res
->
ios
);
return
&
res
->
super
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment