Fix incorrect cli option reference
This commit is contained in:
parent
998a2f2ffd
commit
50be653244
2 changed files with 5 additions and 4 deletions
|
|
@ -15,6 +15,10 @@ Procedure when bumping the version number:
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Crash when window is too small while empty message editor is visible
|
||||||
|
- Mistakes in output and docs
|
||||||
|
|
||||||
## v0.8.1 - 2024-01-11
|
## v0.8.1 - 2024-01-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
@ -25,9 +29,6 @@ Procedure when bumping the version number:
|
||||||
### Removed
|
### Removed
|
||||||
- Key binding to open present page
|
- Key binding to open present page
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Crash when window is too small while empty message editor is visible
|
|
||||||
|
|
||||||
## v0.8.0 - 2024-01-04
|
## v0.8.0 - 2024-01-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ pub struct Config {
|
||||||
/// might also flash when encountering new characters (or, more accurately,
|
/// might also flash when encountering new characters (or, more accurately,
|
||||||
/// graphemes).
|
/// graphemes).
|
||||||
///
|
///
|
||||||
/// See also the `--measure-graphemes` command line option.
|
/// See also the `--measure-widths` command line option.
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub measure_widths: bool,
|
pub measure_widths: bool,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue