modified examples/basic.rs
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -107,7 +108,7 @@ pub async fn main() -> Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified examples/hello.rs
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -69,7 +70,7 @@ pub async fn main() -> Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified examples/hello_im.rs
@@ -2,7 +2,7 @@ use anyhow::Result;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,7 +67,7 @@ pub async fn main() -> Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib.rs
@@ -7,6 +7,7 @@ pub mod ui;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -152,9 +153,10 @@ impl<A> Default for Channel<A> {
|
|
|
|
|
|
| - | |
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -168,7 +170,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -184,11 +186,7 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -202,7 +200,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/terminal.rs
@@ -93,16 +93,17 @@ impl<W: Write> ratatui::backend::Backend for TermionBackendExt<W> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/im.rs
@@ -14,7 +14,7 @@ use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -26,7 +26,6 @@ use crate::ui::{Column, ToRow};
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -42,6 +41,7 @@ impl Frontend {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -50,7 +50,7 @@ impl Frontend {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/rm.rs
@@ -3,6 +3,7 @@ pub mod widget;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -14,7 +15,6 @@ use crate::ui::rm::widget::RenderProps;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -44,6 +44,7 @@ impl Frontend {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -52,7 +53,7 @@ impl Frontend {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|