Package | Description |
---|---|
jexer.teditor |
A basic text editor backend supporting word highlighting.
|
Modifier and Type | Method and Description |
---|---|
Word |
Word.addChar(int ch)
Add a character to this word.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Word> |
Line.getWords()
Get a (shallow) copy of the words in this line.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.