darkhz

Results 52 comments of darkhz

For the scenario you described, I think you could make use of the HasFocus() and GetInputCapture() calls appropriately, i.e. you could check if infobox is focused in the rootpager's InputCapture,...

Possibly you could do the following: - Create a custom modal/dialog box. For example you could draw a flex, and specifically add a textview and button primitives to it. For...

Yes it is possible. If you could explain your use case more clearly, I could explain better. But generally, you can focus on the InputField, and map certain InputField events...

An update on this issue: The bug occurs on this line ([util.go](https://github.com/rivo/tview/blob/90d72bc664f52ed57f244a95cb8dddcf4dd03751/util.go#L416)) `screen.SetContent(finalX+offset, y, main, comb, finalStyle)` Writing certain combined runes (?) to the output can cause the entire UI...

@tslocum apologies for the delay. The application code is simple enough, it can be anything that displays/handles text like a Table/TableCell, InputField, TextView, etc. ``` package main import "github.com/rivo/tview" func...

Pairing with authentication works, I use it to pair and connect to my phone and headset. Can you try pairing and connecting with bluetoothctl? Also if possible, a small video...

I suppose, and it can be implemented, but I've designed it that way to prevent accidentally quitting the application. I think pressing y+Enter provides a **somewhat** more (granular?) control over...

I'll consider implementing this

The prebuilt binaries are dynamically linked to /lib/ld-linux.so.2, which exists on most distributions, except for, in this case, GUIX, which packages ld-linux separately. To solve this: - I will have...

Hmm, if at least go1.18 is released, this should build properly. I've been experimenting with this some more, and a lot more other convoluted errors pop up, with cryptic stack...