micro-editor / micro-editor/micro
Breaks when $TERM is `ghostty` instead of `xterm-ghostty`
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
Description
When $TERM is ghostty, typing anything once micro is open prints junk at the bottom of the screen.
micro should handle TERM=ghostty. Enabling the xterm setting works around this in the meantime.
Environment
- Version: 2.0.15
- OS: macOS Seequoia 15.7.5
- Terminal: Ghostty 1.3.1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
First reproduce the issue in micro 2.0.15 on macOS with TERM=ghostty, then compare it with TERM=xterm-ghostty and the xterm setting workaround. Trace micro’s terminal handling for these TERM values; done means typing with TERM=ghostty no longer prints junk at the bottom of the screen and the existing workaround remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100