Skip to content
Snippets Groups Projects
Commit 3f041ecc authored by Chris Overcash's avatar Chris Overcash
Browse files

fixed documentation

parent 841436ad
No related branches found
No related tags found
1 merge request!632Make newlines in prompt display correctly
......@@ -167,8 +167,7 @@ fn complete_as_file(current_dir: PathBuf, filename: String, index: usize) -> boo
false
}
/// takes the input shell,
/// prints prompt info lines, and
/// prints prompt info lines and
/// returns the last prompt line.
fn handle_prompt(full_prompt: String) -> Result<String, String> {
if !full_prompt.contains("\n") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment