-
Notifications
You must be signed in to change notification settings - Fork 9
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
several issues while test-driving PTerm #3
Comments
I will try to deal with the unicode problem first, can you provide with more detail on how to reproduce the problem? , probably a specific use case example that uses unicode. |
Hello again, Unicode should work by now Note that, to display unicode, PTerm uses |
For the others problems, I need more detail on how to reproduce them. Thx |
hey, thank you. i don't have much time to focus on this, so my responses will always be sporadic with a delay. i do hope to get back into more smalltalk coding again, so i'll see what i can do in the future. i'll open separate issues for anything specific, so for now, just some comments:
|
Color problem is fixed with the new added themes |
nice. |
it's exciting to see a working terminal in pharo.
it seems to work well enough for daily use.
i did notice a few issues however. for simplicity i am going to list them all here, and break them out into individual bug reports later depending on what makes sense.
a few terminal escape sequences are not recognized.(this issue went away after unicode was fixed)from these, unicode is the most pressing because it messes up the display and makes some things unreadable. escape sequences are needed for the fish shell.
i don't know how much i can help, but i can at least provide more details where needed and test.
if unicode can be fixed then i can use this terminal permanently without having a backup terminal around.
i use tmux, so i can switch between terminals easily. helps a lot for testing while doing my actual work
The text was updated successfully, but these errors were encountered: