emacs-php / emacs-php/phpactor.el
ensure complete output of phpactor-status is readable
Open
- Dominant language
- Emacs Lisp
- Stars
- 47
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the output of 'phpactor-status' is shown in the minibuffer.
The max height of the minibuffer is governed by the value of "max-mini-window-height". By default, it is a float and thus specifies a fraction of frame height.
Due to this, the top of the output is sometimes truncated.
Contributor guide
Assessment
This issue has not been assessed yet.