goterm
goterm copied to clipboard
How to get user input at specific position?
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.