Set default buffer wrap to WordOrGlyph
This commit is contained in:
parent
cc75bb66b4
commit
003f73e679
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ impl Buffer {
|
|||
height: 0.0,
|
||||
scroll: Scroll::default(),
|
||||
redraw: false,
|
||||
wrap: Wrap::Word,
|
||||
wrap: Wrap::WordOrGlyph,
|
||||
scratch: ShapeBuffer::default(),
|
||||
monospace_width: None,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue