mention control characters in Text doc
This commit is contained in:
parent
ee6871c7b8
commit
ef5de4c8c3
|
@ -53,6 +53,8 @@ func RangeTable(table *unicode.RangeTable) []rune {
|
|||
// text to it is really simple:
|
||||
// fmt.Print(txt, "Hello, world!")
|
||||
//
|
||||
// Newlines, tabs and carriage returns are supported.
|
||||
//
|
||||
// Finally, if we want the written text to show up on some other Target, we can draw it:
|
||||
// txt.Draw(target)
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue