goterm icon indicating copy to clipboard operation
goterm copied to clipboard

How to get user input at specific position?

Open titan3755 opened this issue 3 years ago • 0 comments

I want to move my cursor using MoveCursor() and get a user input at that location. Using fmt.Scanln() does not work properly and getting user input using bufio doesn't give expected results either.

titan3755 avatar Sep 02 '22 07:09 titan3755