Set default buffer wrap to WordOrGlyph

This commit is contained in:
Jeremy Soller 2024-02-02 10:45:24 -07:00
parent cc75bb66b4
commit 003f73e679
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -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,
}