Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove newline after preprompt #195

Closed
james2doyle opened this issue Feb 3, 2016 · 4 comments
Closed

remove newline after preprompt #195

james2doyle opened this issue Feb 3, 2016 · 4 comments

Comments

@james2doyle
Copy link

Hey I like this alot, but I want to remove the line break before the symbol.

How can I do this?

@mafredri
Copy link
Collaborator

mafredri commented Feb 4, 2016

The answer is, don't use pure. Feel free to modify it though! You can have a look at #109 for reference.

@mafredri mafredri closed this as completed Feb 4, 2016
@james2doyle
Copy link
Author

Yeah I am trying to modify it. I already have a few things changed but the line break before the caret character is the last thing I am tweaking

@mafredri
Copy link
Collaborator

mafredri commented Feb 4, 2016

To accomplish that everything has been laid out in the issue I referenced. From those I recommend the method I posted since it simplifies pure a lot (there is no longer a need to use ansi codes to update the prompt when keeping it as a single line).

@james2doyle
Copy link
Author

Ok thanks I see now. If I figure it out I can post the results

On Thu, Feb 4, 2016, 6:14 AM Mathias Fredriksson notifications@github.com
wrote:

To accomplish that everything has been laid out in the issue I referenced.
From those I recommend the method I posted since it simplifies pure a lot
(there is no longer a need to use ansi codes to update the prompt when
keeping it as a single line).


Reply to this email directly or view it on GitHub
#195 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants