Use gcui. Check out github.com/robaho/go-trader for an example.
> On Nov 25, 2019, at 11:23 AM, serge.hulne.bl...@gmail.com wrote:
>
>
> Hi,
>
> I am looking for the easiest way to emulate ncurses using Go.
>
> More precisely, I am looking for a snippet of code (an example basically) on
> h
Hi,
I am looking for the easiest way to emulate ncurses using Go.
More precisely, I am looking for a snippet of code (an example basically)
on how to do the following:
"put a given character directly on a location (x,y) on a terminal" using
either Tcell or Termbox-go
or in pseudo-code:
*pu