1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-03-02 09:57:48 +01:00

- [GUI] removed insertion cursor from gemtext widget.

This commit is contained in:
cage 2023-08-17 16:41:25 +02:00
parent 45ff0cc7c4
commit 7d4612350e

View File

@ -1392,11 +1392,12 @@ local file paths."
:background (gui-conf:gemini-window-colors)
:selectbackground select-bg
:selectforeground select-fg
:takefocus (nodgui.utils:lisp-bool->tcl nil)
:padx padding-pixel
:master gemini-paned-frame
:read-only t
:font gemtext-font)))
:insertwidth 0
:takefocus (nodgui.utils:lisp-bool->tcl nil)
:padx padding-pixel
:master gemini-paned-frame
:read-only t
:font gemtext-font)))
(gui:configure gemtext-widget :wrap :word))
(setf info-frame (make-instance 'gui:frame :master object :relief :sunken :borderwidth 1))
(setf info-text (make-instance 'gui:text :height 2 :wrap :none :master info-frame))