scroll, but need to deal with text disappearing when tabs are under cursor?

This commit is contained in:
cqc
2024-05-12 18:29:35 -05:00
parent 5c507f69e1
commit c0645cbdad
2 changed files with 83 additions and 64 deletions

View File

@ -104,14 +104,14 @@ let () =
Layout.(
vbox
[
textedit
(TextEdit.multiline ui
(TextBuffer.of_repo ~path:[ "README" ] ~repo:rootrepo));
textedit
(TextEdit.multiline ui
(TextBuffer.of_repo
~path:[ ".config"; "init.ml" ]
~repo:rootrepo));
textedit
(TextEdit.multiline ui
(TextBuffer.of_repo ~path:[ "README" ] ~repo:rootrepo));
])
in