modified examples/basic.rs
@@ -8,7 +8,7 @@ use radicle_tui as tui;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,9 +72,9 @@ pub async fn main() -> Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified examples/hello.rs
@@ -8,7 +8,7 @@ use ratatui::text::Text;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -56,14 +56,14 @@ pub async fn main() -> Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/text.rs
@@ -8,7 +8,7 @@ use termion::event::Key;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -17,7 +17,7 @@ pub struct ParagraphProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -34,7 +34,7 @@ impl<'a> ParagraphProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -48,24 +48,24 @@ impl<'a> Default for ParagraphProps<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -74,7 +74,7 @@ impl<S, M> Default for Paragraph<S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -134,7 +134,7 @@ impl<S, M> Paragraph<S, M> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -143,9 +143,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -179,9 +179,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|