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

A bug that you type a TAB when you Input a var #370

Closed
wizken opened this issue Oct 29, 2022 · 2 comments
Closed

A bug that you type a TAB when you Input a var #370

wizken opened this issue Oct 29, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@wizken
Copy link

wizken commented Oct 29, 2022

@echo off
set /p flag=^>^>^>
echo %flag%

If you type a str with TAB to flag, you will get a empty str.

eg. no clink

>>>ABC[Press a tab]
ABC

eg. use clink

>>>ABC[Press a tab]
ECHO is off.
@wizken
Copy link
Author

wizken commented Oct 29, 2022

Clink v1.3.46.d6fdd0

@chrisant996
Copy link
Owner

Yes, that's a good find. Thank you for reporting it.

Tab should do filename completion there, but it accidentally discarded the input instead.

@chrisant996 chrisant996 added the bug Something isn't working label Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants