Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
e771503e
Commit
e771503e
authored
6 years ago
by
David Lawrence Ramsey
Committed by
Benno Schulenberg
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
tweaks: adjust indentation after the previous commit
parent
194d1858
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/winio.c
+3
-3
src/winio.c
with
3 additions
and
3 deletions
+3
-3
src/winio.c
View file @
e771503e
...
...
@@ -506,9 +506,9 @@ int parse_kbinput(WINDOW *win)
meta_key
=
TRUE
;
retval
=
tolower
(
keycode
);
}
else
/* Three escapes followed by a non-escape, and no
* other codes are waiting: normal input mode. */
retval
=
keycode
;
/* Three escapes followed by a non-escape, and no
* other codes are waiting: normal input mode. */
retval
=
keycode
;
}
else
/* Three escapes followed by a non-escape, and more
* codes are waiting: combined control character and
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help