micro-editor / micro-editor/micro
RunTermEmulator function doesn't seem to respect the "wait" flag
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
When using the fzf plugin to open a file the plugin displays an annoying "Press enter to close" message before closing the internal terminal. The fzf plugin uses the "RunTermEmulator" function with the "wait" flag set to "false" which I assume it should make it close the internal terminal immediately but instead displays a message that says "Press enter to close" before closing.
Specifications
Version: 2.0.14-dev.131
Commit hash: acb0d763
Compiled on April 10, 2024
OS: Ubuntu 22.04
Terminal: xterm
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
Start at the RunTermEmulator entry point and the fzf plugin call that passes the wait flag as false. Reproduce the file-opening flow in the internal terminal and trace the wait handling; done means the terminal closes without displaying “Press enter to close” when wait is false.
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
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100