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
ac2c81fa
Commit
ac2c81fa
authored
7 years ago
by
David Lawrence Ramsey
Committed by
Benno Schulenberg
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
tweaks: correct a comment typo and an indentation error
parent
829a1a50
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/text.c
+1
-1
src/text.c
src/winio.c
+1
-1
src/winio.c
with
2 additions
and
2 deletions
+2
-2
src/text.c
View file @
ac2c81fa
...
...
@@ -52,7 +52,7 @@ static filestruct *jusbottom = NULL;
static
int
pletion_x
=
0
;
/* The x position in pletion_line of the last found completion. */
static
completion_word
*
list_of_completions
;
/* A linked list of the completions that have been atte
p
mted. */
/* A linked list of the completions that have been attem
p
ted. */
#endif
#ifndef NANO_TINY
...
...
This diff is collapsed.
Click to expand it.
src/winio.c
View file @
ac2c81fa
...
...
@@ -3103,7 +3103,7 @@ size_t actual_last_column(size_t leftedge, size_t column)
/* If we're not on the last chunk, we're one column past the end of
* the row. Shifting back one column might put us in the middle of
* a multi-column character, but actual_x() will fix that later. */
* a multi-column character, but actual_x() will fix that later. */
if
(
!
last_chunk
)
end_col
--
;
...
...
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