Infrastructure for simple internal hyperlink handling

This commit is contained in:
Kovid Goyal
2024-05-04 13:44:09 +05:30
parent 9e688720a6
commit 51472e1e88
7 changed files with 217 additions and 20 deletions

View File

@@ -57,6 +57,7 @@ func main() (rc int, err error) {
if err != nil {
return 1, err
}
lp.MouseTrackingMode(loop.FULL_MOUSE_TRACKING)
h := &handler{lp: lp}
lp.OnInitialize = func() (string, error) {
lp.AllowLineWrapping(false)