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
e43a09c5
Commit
e43a09c5
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.120
parent
01c0d494
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client.c
View file @
e43a09c5
...
...
@@ -751,7 +751,7 @@ make_client_session(struct client_options *options)
escape
=
make_escape_info
(
DEFAULT_ESCAPE_CHAR
);
}
/* Bind ^Z to suspend */
/* Bind ^Z to suspend
.
*/
if
(
escape
)
escape
->
dispatch
[
26
]
=
&
suspend_callback
;
...
...
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