modified examples/hello.rs
@@ -49,7 +49,7 @@ pub async fn main() -> Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget.rs
@@ -14,7 +14,7 @@ use ratatui::prelude::*;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -175,7 +175,9 @@ impl<S: 'static, M: 'static> Widget<S, M> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|