go-prompt
go-prompt copied to clipboard
Better long input handling
I was wondering how long inputs are handled here. I've seen some CL commands fill the current screen and then on press of a return
print the extra line while removing the upper line. How does go-prompt
handle large outputs? Does it dump everything at once or is there a provision like I talked about? I'd like to help implement such a thing if it doesn't exist :)