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

Fix command line #28

Open
narc0tiq opened this issue Oct 27, 2011 · 0 comments
Open

Fix command line #28

narc0tiq opened this issue Oct 27, 2011 · 0 comments
Labels
Milestone

Comments

@narc0tiq
Copy link
Member

The command line thread doesn't really have a prompt currently because debug stuff gets printed to stdout a whole lot, which makes it impossible to keep the prompt properly positioned.

I see two things that need to be done to fix this:

  • debug logging should be thrown into an actual log file (truncated to zero on every start)
  • printing to console should be done via a function that will also print a \n before everything and reprint the prompt (along with any user input to date; I'm sure I saw something about that in readline doc) afterwards

I'm tentatively assigning this to myself, as I have a burning desire to personally figure it out.

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

No branches or pull requests

1 participant