On Tue, 22 Jul 2014 13:54:25 +0200 Gour <[email protected]> wrote: > > MUCH easier than curses, it would seem, and a wider range of display > > colors. Isn't as portable, but it only needs to be portable to Unix > > platforms. > > I plan to possibly use it with Go (language).
FWIW, there's a popular minimal support library for full-screen terminal applications for Go called termbox [1]. It's cross-platform (it means POSIX and Windows) and is pure Go. I mean, if you're about writing some full-screen terminal front-end for Fossil in Go it might be simpler to use termbox. 1. http://godoc.org/github.com/nsf/termbox-go _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

