branch: externals/bufferlo
commit 492c725562ad82ff665856e32a8b62e0e16aa9bb
Author: shipmints <shipmi...@gmail.com>
Commit: shipmints <shipmi...@gmail.com>

    Tweak to frame geometry restore to sit-for with a redisplay.
    
    This seems to help resizing take effect by forcing Emacs to sync with
    the window manager. It's of no harm, in any case.
---
 bufferlo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bufferlo.el b/bufferlo.el
index 779186d466..6eb3512a1c 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -2409,7 +2409,7 @@ Geometry set for FRAME or the current frame, if nil."
       (set-frame-position nil .left .top)
       (sit-for 0 t)
       (set-frame-size nil .width .height 'pixelwise)
-      (sit-for 0 t))))
+      (sit-for 0))))
 
 (defvar bufferlo--active-sessions nil
   "Global active bufferlo sessions.

Reply via email to