Skip to content
GitLab
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
8db8650c
Commit
8db8650c
authored
Jun 26, 2001
by
Niels Möller
Browse files
(client_argp_parser): Added empty statement after
label. (make_client_session): Bind ^Z to suspend. Rev: src/client.c:1.119
parent
ec43006e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
8db8650c
...
...
@@ -750,6 +750,10 @@ make_client_session(struct client_options *options)
DEFAULT_ESCAPE_CHAR
);
escape
=
make_escape_info
(
DEFAULT_ESCAPE_CHAR
);
}
/* Bind ^Z to suspend */
if
(
escape
)
escape
->
dispatch
[
26
]
=
&
suspend_callback
;
debug
(
"lsh.c: Setting up stdout
\n
"
);
...
...
@@ -1048,6 +1052,7 @@ client_argp_parser(int key, char *arg, struct argp_state *state)
goto
loop_done
;
}
loop_done:
;
}
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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