Osvaldo TCF

Results 4 comments of Osvaldo TCF

Thank you! good luck :+1:

> When I have two pages, one for a modal > > ``` > pages := tview.NewPages() > pages.AddPage("background", background, true, true) > pages.AddPage("modal", modal(edit, 50, 20), true, true) >...

This way worked for a small example. The ideal would be to get the "primitive" on which the "click" is being made. // if err := tview.NewApplication().SetRoot(pages, true). SetMouseCapture(mcap).EnableMouse(true).Run(); err...