diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-04-07 01:01:30 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-04-07 01:08:07 +0200 |
| commit | 3d2ee54848db80a8ede7e00fd5a53bc059138122 (patch) | |
| tree | 2bdc3a7ad1704ccee7c14972df1fa3cb9c77097a /src/exec | |
| parent | 076e767b0ed8829d2c2ad0038b650c4809203d7a (diff) | |
Refactor and comment ♻
Diffstat (limited to 'src/exec')
| -rw-r--r-- | src/exec/state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exec/state.rs b/src/exec/state.rs index c579bc4e..82f653e9 100644 --- a/src/exec/state.rs +++ b/src/exec/state.rs @@ -97,6 +97,7 @@ pub struct ParState { /// The spacing between lines (dependent on scaled font size). pub leading: Linear, /// The spacing between words (dependent on scaled font size). + // TODO: Don't ignore this. pub word_spacing: Linear, } |
