bubblezone
bubblezone copied to clipboard
helper utility for BubbleTea, allowing easy mouse event tracking
It'd likely be good to add a feature that allows enabling/disabling the zone manager globally, where calling `zone.Mark(v)` simply returns the original input, without manipulation. This would make it easier...
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.5.0 to 0.6.0. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v0.6.0 Vertical Alignment & Complete Colors In this latest release of Lip Gloss, styles now support vertical alignment...
## 🚀 Changes proposed by this PR ### 🔗 Related bug reports/feature requests ISSUE: The ANSI CSI sequence used for marking should be a private one #19 ### 🧰 Type...
### 🌧 Describe the problem The "CSI Pn Z" sequence that is used for marking in this project is an already defined ANSI CSI sequence (CBT). If the input already...
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.6.0 to 0.7.1. Release notes Sourced from github.com/charmbracelet/lipgloss's releases. v0.7.1 This bugfix release fixes a problem introduced in v0.7.0 where applications could freeze or hang on start-up....
## 🚀 Changes proposed by this PR `AnyInBounds` discards the results of `Update()`. This makes it useless for value-based models, and doesn't let us use it to trigger `tea.Cmd`s. This...
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.23.1 to 0.23.2. Release notes Sourced from github.com/charmbracelet/bubbletea's releases. v0.23.2 Hello Bugfixes This is a small maintenance release with two small but acute fixes from our wonderful...
### 🌧 Describe the problem AltScreen enables a fresh screen and everything starts from the top. But, if I don't use this AltScreen, it seems the zones y position will...
### ✨ Describe the feature you'd like A way with BubbleZone to reduce the chance of duplicated clicks being sent. ### 🌧 Is your feature request related to a problem?...
### ✨ Describe the feature you'd like Would be nice to support extra checks [see this issue](https://github.com/lrstanley/bubblezone/issues/5) when developing with bubblezone. For example, [bounds checking logic](https://github.com/lrstanley/bubblezone#organic-shapes), incorrect usage of markers,...