Skip to content

Commit

Permalink
Feature - Terminal: Allow setting separate font from editor (onivim#1390
Browse files Browse the repository at this point in the history
)

* Wire up configuration for terminal font family/size/smoothing

* Fix up integration tests

* Wire up terminal font size

* Merge master

* Switch to named params

* Pick up harfbuzz with memory leak fix

* Service_Font.t -> Service_Font.font

* Formatting

* Pick up additional memory leak fix

* Bring in latest reason-harfbuzz
  • Loading branch information
bryphe committed Mar 1, 2020
1 parent b9253a1 commit 98c9730
Show file tree
Hide file tree
Showing 40 changed files with 328 additions and 214 deletions.
54 changes: 27 additions & 27 deletions bench.esy.lock/index.json

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

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

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

2 changes: 1 addition & 1 deletion bench/lib/Helpers.re
Expand Up @@ -28,7 +28,7 @@ let simpleState = {
let simpleState =
Reducer.reduce(
simpleState,
Actions.Font(
Actions.EditorFont(
Service_Font.FontLoaded({
fontFile:
Revery.Environment.executingDirectory ++ "FiraCode-Regular.ttf",
Expand Down
2 changes: 1 addition & 1 deletion bench/lib/ReducerBench.re
Expand Up @@ -31,7 +31,7 @@ let changeEditorFont = () => {
let _ =
Reducer.reduce(
state,
Actions.Font(Service_Font.FontLoaded(Service_Font.default)),
Actions.EditorFont(Service_Font.FontLoaded(Service_Font.default)),
);
();
};
Expand Down
54 changes: 27 additions & 27 deletions esy.lock/index.json

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

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

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

0 comments on commit 98c9730

Please sign in to comment.