Skip to content

Commit 47cc0f8

Browse files
committed
concepts: attached buffers
1 parent 84eff15 commit 47cc0f8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

content/en/development/displaying.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,17 @@ Built-in attributes are defined in `src/attributes.lisp`, such as:
199199
```
200200

201201
and so on.
202+
203+
## Attached buffers
204+
205+
This feature attaches “attached-window” to the bottom of a specific
206+
window. An "attached-window" has an "attached-buffer". When you attach an
207+
attached-window to a specific window, that window becomes the parent
208+
window from the perspective of the attached-window. The attached
209+
window remains visible even when the parent window is scrolled.
210+
211+
It's like a comment input form on slack or discord.
212+
213+
They were initially added for the Claude Code integration.
214+
215+
<img class="" src="/lem-attach-buffer.png" alt="Lem's attached buffers concept.">

static/lem-attach-buffer.png

42.2 KB
Loading

0 commit comments

Comments
 (0)