Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Issue with cursor positioning

Jun
149
13
I was finally able to reliably recreate the issue I described in another post, where the cursor and recalled command lines were appearing within previously displayed output instead of at the command prompt.

Edit: *** further testing shows that this is unrelated to the dir /= popup issue. The red steps can be skipped and this problem still appears.

Hopefully this can be helpful to Rex for troubleshooting.
  • Open fresh TCMD window
  • Dir *.exe <enter>
  • dir /= <Enter>
  • <Escape> (to close the command dialog)
  • <Select TCC window>
  • cls <Enter>
then scroll up in the buffer using the scroll bar or the mouse wheel

Hit the up arrow.
(First time recalls the CLS command)

Hit the up arrow again
(recalls prior commands but displays them in the previously displayed output)


1775515779761.webp
 
Last edited:
It's exactly as you said. The recalled command is recalled in the wrong place. But I didn't have to <Select TCC window> because after dismissing the dialog, TCMD still had foreground/input focus.
 
Back
Top