scroll, but need to deal with text disappearing when tabs are under cursor?
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user