mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
Format
This commit is contained in:
parent
7a5ad3fbdb
commit
6d594143ed
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ fn paragraph_render_double_width() {
|
|||
let backend = TestBackend::new(10, 10);
|
||||
let mut terminal = Terminal::new(backend).unwrap();
|
||||
|
||||
let s = "コンピュータ上で文字を扱う場合、典型的には文字による通信を行う場合にその両端点では、";
|
||||
let s =
|
||||
"コンピュータ上で文字を扱う場合、典型的には文字による通信を行う場合にその両端点では、";
|
||||
terminal
|
||||
.draw(|mut f| {
|
||||
let size = f.size();
|
||||
|
|
Loading…
Reference in a new issue