We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我试过设置:width (frame-width),但最右边并没有覆盖主frame (如下图)。请问该怎么设置才可以让posframe占满全屏?
:width (frame-width)
The text was updated successfully, but these errors were encountered:
试试 :min-width
Sorry, something went wrong.
min-width也不行,效果跟width一样。
我刚试过用emacs自带的make-frame是可以占满全屏的 (如下)
(make-frame `((width . ,(frame-width)) (background-color . "black")))
这应该是posframe的bug吧?
我这边可以复现这个bug,但暂时还不知道怎么修复。
No branches or pull requests
我试过设置
:width (frame-width)
,但最右边并没有覆盖主frame (如下图)。请问该怎么设置才可以让posframe占满全屏?The text was updated successfully, but these errors were encountered: