jon4hz

Results 63 comments of jon4hz

I quickly tested the changes on a linux machine and could not see any change. Window resizes and all other events are detected correctly. I'll post an update, when I...

I played around with it a bit on Windows 11 and I was able to notice the following things: - Pasting to a textinput adds unwanted '\x00' inputs - Shift+Tab...

The cursor is always visible in general. Just keeps blinking in the lower left corner. Eg: ![image](https://user-images.githubusercontent.com/26183582/149202246-502644fc-44a8-46ba-b362-ba9e18a7c6e0.png)

I just saw that windows 11 has a pretty outdated version of the windows terminal preinstalled by default. After upgrading to version 1.11.... the bug in the windows terminal seems...

I've run into issues using unicode symbols on windows (cmd & powershell but not windows terminal). I suppose both don't support the full char set by default. Is there a...

`FilterValue()` must be defined in order to satisfy the `Item` interface defined [here](https://github.com/charmbracelet/bubbles/blob/0ac5ecdf8170df53c057b079cca315ac77c31d16/list/list.go#L26). For the filter to work properly, you'll have to update the list model if you receive a...

@meowgorithm if you want filtered disabled in the simple-list example I'll close my PR. Exposing `list.filterMatchesMsg` is imo a cool idea.

Any news on this? It would be pretty cool, if windows input events get handled properly

Hmm I see, thanks for the clarification. I guess as a workaround I can wrap the string using `reflow` and not applying a width at all for my use case...