zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.39k stars 1.16k forks source link

Is the BufWindow the same as BufPane? #3283

Closed versacodes closed 1 month ago

versacodes commented 1 month ago

Description of the problem or steps to reproduce

Is the BufWindow the same as BufPane? If not, can anyone reference me where can I get the BufPane type in the codebase or pkg.go.dev.

Specifications

Commit hash: 2.0.11 micro version OS: Debian 12 Terminal: kitty

versacodes commented 1 month ago

The BufPane is actually in the action/.. I thought it would be in the buffer/. It was so confusing that I had to jump around just to find the bp type...