Skip to content

Commit

Permalink
refactor(terminal): Bring in reason-vterm/revery-terminal (onivim#3555)
Browse files Browse the repository at this point in the history
This brings in some of the terminal code & tests from https://github.com/revery-ui/revery-terminal to make it easier to iterate on the terminal functionality.

Needed for onivim#3546 to properly position IME in integrated terminal
  • Loading branch information
bryphe authored May 18, 2021
1 parent ff5ca24 commit fa280af
Show file tree
Hide file tree
Showing 68 changed files with 2,941 additions and 323 deletions.
1 change: 1 addition & 0 deletions CHANGES_CURRENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
- #3518 - Dependency: Revery -> bb73d21 (fixes #3504)
- #3531 - Dependency: OCaml -> 4.11
- #3540 - Dependency: Revery -> d599514 (Pick up mousewheel scaling fix)
- #3555 - Terminal: Bring in vterm/revery-terminal to monorepo

### Infrastructure

Expand Down
75 changes: 28 additions & 47 deletions bench.esy.lock/index.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench.esy.lock/opam/fix.20201120/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench.esy.lock/opam/menhir.20210419/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench.esy.lock/opam/menhirLib.20210419/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench.esy.lock/opam/menhirSdk.20210419/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@

(package
(name treesitter))

(package
(name vterm))
Loading

0 comments on commit fa280af

Please sign in to comment.