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

Unexpected characters appear, when "not found" message is shown in the console. #7

Closed
invy opened this issue Aug 20, 2016 · 3 comments

Comments

@invy
Copy link
Contributor

invy commented Aug 20, 2016

image

In trace string looks correct:
find mask: .* (for /home/igor/projects/test/far/far2l/Build/.*) - ..
OnKeyUp: 2e 2e 0 18367836
OnKeyDown: d d 0 18368369
OnKeyDown: d d 0 18368369
OnChar: d d 0 18368369 _last_keydown_ts=18368369 _last_keydown_enqueued=0
ConsoleInput::Enqueue: 13 13 DOWN
ConsoleInput::Enqueue: 13 13 UP
RegSetValue type=7 cbData=1096
RegSetValue type=1 cbData=64
RegSetValue type=3 cbData=120
RegSetValue type=4 cbData=4
CommandLine::ShowBackground: done
ExecClassifier('start .') - open error 2
setting console size: 140 x 47
ioctl(TIOCSCTTY): Operation not permitted

I suppose, null-termination is somewhere missing or the length calculated incorrectly. Or there is sometimes completely wrong pointer.

@elfmz
Copy link
Owner

elfmz commented Aug 20, 2016

this looks like ANSI escape characters thay should be processed and show funcy colors but somewhy magic didn't happen, there're lot of issues with built-in terminal, its not a easy fix

@elfmz
Copy link
Owner

elfmz commented Sep 1, 2016

is this still actual?

@invy
Copy link
Contributor Author

invy commented Sep 1, 2016

Looks like not any more.

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