moson-mo

Results 5 issues of moson-mo

Hi, Sometimes when calling hook.End() the program is crashing (not always). ``` double free or corruption (out) SIGABRT: abort PC=0x7ff0e767e755 m=6 sigcode=18446744073709551610 ``` Small example app which should reproduce the...

Borders of focused elements are drawn differently than for unfocused ones (thicker / double lines). Would be nice if there is a method to control that behavior. While it's possible...

* Limit the width to the maximum available width before drawing an `InputField` * Fix background color Before: ![image](https://github.com/rivo/tview/assets/13588013/c2afcdf9-acd0-4234-a6ce-ef0f5012048a) Demo code: ```go package main import ( "github.com/gdamore/tcell/v2" "github.com/rivo/tview" ) func...

Depending on the size of the window, textfields might be drawn over the border(s): ![image](https://github.com/moson-mo/pacseek/assets/13588013/9f956f5a-667d-4877-b43a-a5366e2f9f11) PR created upstream: https://github.com/rivo/tview/pull/924

upstream

Hi, The image is currently not working: ``` 2023/05/07 09:24:26 Searcher started for Hound 2023/05/07 09:24:27 All indexes built! 2023/05/07 09:24:27 running server at http://localhost:6080 panic: open .build/ui/index.tpl.html: file does...