bubblezone icon indicating copy to clipboard operation
bubblezone copied to clipboard

helper utility for BubbleTea, allowing easy mouse event tracking

Results 16 bubblezone issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

dependencies
go

## 🚀 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...

bug

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....

dependencies
go

## 🚀 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...

dependencies
go

### 🌧 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...

bug

### ✨ 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?...

enhancement

### ✨ 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,...

enhancement
good first issue