branch: externals/ivy-posframe
commit 533a8e368fcabfd534761a5c685ce713376fa594
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * ivy-posframe.el (ivy-posframe-display-at-frame-bottom-center): Added. #118
---
 ivy-posframe.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index cbd8b09..ea2537e 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -329,6 +329,9 @@ This variable is useful for `ivy-posframe-read-action' .")
 (defun ivy-posframe-display-at-frame-bottom-left (str)
   (ivy-posframe--display str #'posframe-poshandler-frame-bottom-left-corner))
 
+(defun ivy-posframe-display-at-frame-bottom-center (str)
+  (ivy-posframe--display str #'posframe-poshandler-frame-bottom-center))
+
 (defun ivy-posframe-display-at-frame-bottom-window-center (str)
   (ivy-posframe--display
    str (lambda (info)

Reply via email to