I know how to write programs that have a simple loop/scan UI (like the terminal), but how do you make one that has a vim-like interface (i.e. a permanent horizontal bar at the bottom, and the ability to move the cursor around, and replace characters)?
评论:
shovelpost:
TheSonOfMyWife:This might help: https://github.com/driusan/de
stephens2424:Thank you!
TheSonOfMyWife:Take a look at ncurses or terminal libraries like https://github.com/nsf/termbox-go
Fantastic, thank you!
