-
Notifications
You must be signed in to change notification settings - Fork 34
Prompt not correctly displayed #35
Comments
@marvink87 I'll try to recreate the issue on my end.
And you're right, the development branch is something slightly different. That one reads from a pipe (stdin) instead of spawning a child process. In other words, it's like GREP or SED, so the development would be |
Just saw the bug when auto-completing. I'll fix it ASAP. |
The bug isn't present in the development branch, but again, that doesn't have the interactive CT-- prompt. |
No difference when changing highlight to OFF
This is my config: https://gist.github.com/marvink87/1405cc9193091b3da99e70de52544c62 |
@marvink87 could you try now using the patch-1 branch?
|
Logged into a few different devices and everything seems to be working again. 👍 |
Great. I'll soon release this as v0.1.1 |
v0.1.1 released; you can go back to the master branch. Thanks a lot for submitting this issue. |
Describe the bug
I noticed the switch to PCRE2 and wanted to try out the performance increase that comes with it. But sadly it doesn't work correctly. My prompt doesn't completely appear and when logged in to routers using tab completion causes it to eat the last character of the word.
The ct binary I build around 2 weeks ago doesn't have this issue. It was build somewhere after changing to PCRE, help displays v0.05
Screenshots
This happens if I open CT and just press enter a few times:
Environment (please complete the following information):
Additional context
I tried to check if this bug is still present in the development branch but there seem to be some major changes in how CT-- is used there. I couldn't get CT-- working |(prompt was displayed but any command used doesn't display output) but your'e probably still working on that.
The text was updated successfully, but these errors were encountered: