charmbracelet / bubbletea

A powerful little TUI framework 🏗

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q: overlay box

76creates opened this issue · comments

Hey all, is it possible to draw a box using x/y coordinates that would overwrite whatever is under it, say another box?
Like having spawing bar over foo:

|-----|
|     |
| foo |
|     |
|-----|
|-----|
|     |
| foo |
|   |-----|
|---|     |
    | bar |
    |     |
    |-----|

Thanks!

Hi again! This is a feature currently in development. There's no time frame yet, but it'll be implemented in Lip Gloss (see charmbracelet/lipgloss#65) with additional support in Bubble Tea (#79). We'll keep those issues updated with progress. Lip Gloss will likely come first, with Bubble Tea following shortly thereafter.