Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
342d2183
...
342d21837df24291e46864e040794ac8f3d57125
authored
2011-11-25 02:12:40 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor change.
* mu/shell.c: Output newline when EOF is received.
1 parent
e5ec3ce6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
mu/shell.c
mu/shell.c
View file @
342d218
...
...
@@ -627,7 +627,10 @@ mutool_shell (const char *name, struct mutool_command *cmd)
continue
;
}
else
break
;
{
mu_printf
(
"
\n
"
);
break
;
}
}
/* Remove leading and trailing whitespace from the line.
...
...
Please
register
or
sign in
to post a comment