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

Terminal.cs #3

Merged
merged 1 commit into from
Mar 2, 2018
Merged

Terminal.cs #3

merged 1 commit into from
Mar 2, 2018

Conversation

powel13
Copy link
Contributor

@powel13 powel13 commented Mar 2, 2018

During some testing of your great terminal I found small issue. When user hold Backspace button, there will be some unexpected '\b' char in inputText. After that there will be not possible to delete rest of the text. This line (68) fixes the problem.

During some testing of your great terminal I found small issue. When user hold Backspace button, there will be some unexpected '\b' char in inputText. After that there will be not possible to delete rest of the text. This line (68) fixes the problem.
@omid3098
Copy link
Owner

omid3098 commented Mar 2, 2018

Thank you for reporting and fixing the issue 👍

@omid3098 omid3098 merged commit ede7835 into omid3098:master Mar 2, 2018
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

Successfully merging this pull request may close these issues.

2 participants