Skip to content

Continuation prompt (PS2) #254

Answered by chrisant996
JanDeDobbeleer asked this question in Q&A
Discussion options

You must be logged in to vote

That's correct, Clink currently doesn't support customizing the continuation prompt, and doesn't enable any of its input line editing support in the continuation prompt.

I haven't taken any steps down that path because:

  1. There isn't a reliable enough way to detect when CMD shows the continuation prompt. Currently Clink uses the combination of seeing a particular string, plus having additional lines already queued up, and then it auto-responds with pretty high confidence to a continuation prompt. But when there aren't already lines queued up, there isn't a reliable enough way detect whether it's a really continuation prompt.
  2. Clink also doesn't understand how to lex and parse CMD syntax for…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@JanDeDobbeleer
Comment options

Answer selected by chrisant996
Comment options

You must be logged in to vote
2 replies
@JanDeDobbeleer
Comment options

@chrisant996
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants