emacs-framebuffer

Emacs library to show images and documents in console using Linux framebuffer
Log | Files | Refs

commit af831889486704b83efd1f3a546c87bad4df9411
parent 1807f0fcef4594490bbe974bc7d6bee10ce06c8e
Author: Tomas Hlavaty <tom@logand.com>
Date:   Fri,  5 Jan 2024 20:32:44 +0100

rm wrong mocp -p switch

Diffstat:
Memacs-framebuffer.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el @@ -679,7 +679,7 @@ (defun framebuffer-mocp (filename &optional position) (suspend-emacs - (format "mocp -p %s%s %s; fg" + (format "mocp %s%s %s; fg" (if position "-k " "") (or position "") (shell-quote-argument (expand-file-name filename)))))