emacs-framebuffer

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

commit fdcaaaf71c7c7c6021a2eb965efb507093153834
parent 2421210d20ccc9bb9526999a7508981655a43bab
Author: Tomas Hlavaty <tom@logand.com>
Date:   Tue, 20 Jul 2021 21:48:44 +0200

fix typo

thanks to Leo Butler id:87pmvcdgqg.fsf@t14.reltub.ca

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

diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el @@ -663,7 +663,7 @@ (integer (let* ((m (mod sec 3600)) (s (mod m 60))) - (format "%d:%02d:%02d" (floor position 3600) (floor (- m s) 60) s))))) + (format "%d:%02d:%02d" (floor sec 3600) (floor (- m s) 60) s))))) (defun framebuffer-fbmpv (filename &optional position) (suspend-emacs