mirror of
https://github.com/jroimartin/gocui.git
synced 2025-04-26 13:48:49 +08:00
Fix typos.
This commit is contained in:
parent
530f266854
commit
a67c870eef
4
view.go
4
view.go
@ -42,11 +42,11 @@ type View struct {
|
|||||||
// for the line under the cursor position.
|
// for the line under the cursor position.
|
||||||
Highlight bool
|
Highlight bool
|
||||||
|
|
||||||
// If Frame is true, a border will be drawn around the view
|
// If Frame is true, a border will be drawn around the view.
|
||||||
Frame bool
|
Frame bool
|
||||||
|
|
||||||
// If Wrap is true, the content that is written to this View is
|
// If Wrap is true, the content that is written to this View is
|
||||||
// automatically wrapped when it is longer than its width
|
// automatically wrapped when it is longer than its width.
|
||||||
Wrap bool
|
Wrap bool
|
||||||
|
|
||||||
// If Wrap is true, each wrapping line is prefixed with this prefix.
|
// If Wrap is true, each wrapping line is prefixed with this prefix.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user