Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Nov 30, 2020
1 parent 887af3b commit 7ddb322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/specs/Configuration object for profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ pane is focused and which panes are unfocused. This change would grant us that f

## Solution Design

We will add an new interface in the `TerminalControl` namespace, called `IAppearanceConfig`, which defines how
We will add an new interface in the `TerminalControl` namespace, called `IAppearance`, which defines how
`TerminalControl` and `TerminalCore` will ask for the rendering settings they need to know about (such as `FontFace`).
`TerminalApp` will implement this interface through a class called `AppAppearanceConfig`.

On the Settings Model side, there will be a new class called `ProfileAppearanceConfig`. When we parse out the
On the Settings Model side, there will be a new class called `AppearanceConfig`. When we parse out the
settings json file, each state-appearance will be stored in an object of this class. Later on, these values get
piped over to the `AppAppearanceConfig` objects in `TerminalApp`. This is the way we already pipe over information
such as `FontFace` and `CursorStyle` from the settings model to the app.
Expand Down

1 comment on commit 7ddb322

@github-actions

This comment was marked as outdated.

Please sign in to comment.