tumashu / ivy-posframe

ivy-posframe is a ivy extension, which let ivy use posframe to show its candidate menu, ivy-posframe is a **GNU ELPA** package.
414 stars 26 forks source link

ivy-posframe-display-at-frame-bottom-center - not implemented #118

Closed mihaiolteanu closed 2 years ago

mihaiolteanu commented 2 years ago

ivy-posframe-display-at-frame-bottom-center is not implemented, though the functionality is there.

I've had success with defining and using it like,

(defun ivy-posframe-display-at-frame-bottom-center (str)
      "Display the posframe at bottom center."
      (ivy-posframe--display str #'posframe-poshandler-frame-bottom-center))

Maybe there is a reason for the missing code or maybe it's just a glitch.

tumashu commented 2 years ago

Fixed.