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
9383032f
Commit
9383032f
authored
May 11, 1999
by
Balázs Scheidler
Committed by
Niels Möller
May 11, 1999
Browse files
* src/client_pty.c (do_pty_continuation, make_pty_request): Moved
the call of CFMAKERAW (Bazsi). Rev: src/client_pty.c:1.8
parent
9b5b72d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client_pty.c
View file @
9383032f
...
...
@@ -62,6 +62,7 @@ static int do_pty_continuation(struct command_continuation *s,
if
(
x
)
{
CFMAKERAW
(
&
self
->
req
->
ios
);
if
(
!
tty_setattr
(
self
->
req
->
tty
,
&
self
->
req
->
ios
))
{
werror
(
"do_pty_continuation: "
...
...
@@ -118,9 +119,6 @@ struct command *make_pty_request(int tty)
&
req
->
width_p
,
&
req
->
height_p
))
req
->
width
=
req
->
height
=
req
->
width_p
=
req
->
height_p
=
0
;
/* The mode to use, if pty allocation is successful. */
CFMAKERAW
(
&
req
->
ios
);
req
->
super
.
format_request
=
do_format_pty_request
;
req
->
super
.
super
.
call
=
do_channel_request_command
;
...
...
Write
Preview
Supports
Markdown
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