You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
853 B
22 lines
853 B
diff -Naur a/src/lib.rs b/src/lib.rs
|
|
--- a/src/lib.rs 1969-12-31 16:00:00.000000000 -0800
|
|
+++ b/src/lib.rs 2021-06-16 15:12:14.380997374 -0700
|
|
@@ -15,7 +15,7 @@
|
|
/// View Module defines how to render below inside terminal.
|
|
///
|
|
/// ## High level architecture
|
|
-/// ```
|
|
+/// ```text
|
|
/// ------------------------------------------------------------
|
|
/// | Status Bar |
|
|
/// ------------------------------------------------------------
|
|
@@ -31,7 +31,7 @@
|
|
/// * Stats View: Display the detailed stats. Please check the stats view section for more details.
|
|
///
|
|
/// ### Stats View
|
|
-/// ```
|
|
+/// ```text
|
|
/// ------------------------------------------------------------
|
|
/// | Tabs |
|
|
/// | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
|