The /T timer on inkey is great!
However, the timer resets the cursor position to column 1, instead of the column where inkey was called
So the timer ends up overwriting the prompt text, in my situation.
I believe the preferred behavior should be that the timer outputs at the current cursor position — That way we can have input questions where the timer doesn't overwrite the question.
Image may be NSFW.
Clik here to view.
test code:
Read more
However, the timer resets the cursor position to column 1, instead of the column where inkey was called
So the timer ends up overwriting the prompt text, in my situation.
I believe the preferred behavior should be that the timer outputs at the current cursor position — That way we can have input questions where the timer doesn't overwrite the question.
Image may be NSFW.
Clik here to view.

test code:
Code:
echos Setting up an inkey mid-line ... %+ inkey /x /c /k"yn[Enter]"...
Read more