1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-04 06:45:50 +03:00

add tests and document for text search

Этот коммит содержится в:
rhysd
2022-07-08 11:59:59 +09:00
родитель 86bd8dd6ef
Коммит 8320fcdbb8
3 изменённых файлов: 143 добавлений и 4 удалений

Просмотреть файл

@@ -70,7 +70,7 @@ impl<'a> SearchBox<'a> {
key: Key::Char('m'),
ctrl: true,
..
} => None,
} => None, // Disable shortcuts which inserts a newline. See `single_line` example
input => {
let modified = self.textarea.input(input);
modified.then(|| self.textarea.lines()[0].as_str())