← Back to wkappbot-core
wkappbot-core ★☆☆

wkchat ConPTY enter-intercept two-phase

PseudoConsoleRunner Enter-intercept uses Func<string,Action?> two-phase. null returns passthrough so dir works. non-null Action commits ESC then 30ms then dispatch then CR.

user/developer
chatconpty

Steps

  1. On Enter invoke interceptor
  2. null = passthrough
  3. non-null = send ESC 30ms Action CR