зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-03 22:35:50 +03:00
implement basic cursor moves
Этот коммит содержится в:
@@ -44,5 +44,7 @@ fn main() -> io::Result<()> {
|
||||
DisableMouseCapture
|
||||
)?;
|
||||
term.show_cursor()?;
|
||||
|
||||
println!("Lines: {:?}", textarea.lines().collect::<Vec<_>>());
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user