mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-19 03:00:08 +01:00
- [gemini] fixed row moving in TOC window.
This commit is contained in:
parent
6ecc3fc5a0
commit
d5f5bad33c
@ -84,7 +84,6 @@
|
||||
(setf *gemini-toc-window*
|
||||
(make-instance 'gemini-toc-window
|
||||
:title (_ "Table of contents")
|
||||
:single-row-height 1
|
||||
:uses-border-p t
|
||||
:keybindings keybindings:*gemini-toc-keymap*
|
||||
:croatoan-window low-level-window
|
||||
|
@ -1936,7 +1936,7 @@ gemini page the program is rendering."
|
||||
(trivial-line-oriented-window-move *gemini-toc-window* -1))
|
||||
|
||||
(defun gemini-toc-scroll-down ()
|
||||
(trivial-line-oriented-window-move *gemini-toc-window* 2))
|
||||
(trivial-line-oriented-window-move *gemini-toc-window* 1))
|
||||
|
||||
(defun gemini-toc-jump-to-entry ()
|
||||
(let* ((selected-row (line-oriented-window:selected-row-fields *gemini-toc-window*))
|
||||
|
Loading…
Reference in New Issue
Block a user