Skip to content

Commit

Permalink
[tui][examples] Add screen to pitch example to allow for correct wind…
Browse files Browse the repository at this point in the history
…ow sizing
  • Loading branch information
nazmulidris committed Nov 19, 2023
1 parent b31d305 commit 9411a06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions tui/examples/demo/ex_pitch/slide0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxx MAKE YOUR TERMINAL FONT SIZE LARGER SO YOU xxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxx CAN ONLY SEE THIS ON THE SCREEN xxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
3 changes: 2 additions & 1 deletion tui/examples/demo/ex_pitch/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ use r3bl_tui::*;

use crate::ex_pitch::Id;

pub const FILE_CONTENT_ARRAY: [&str; 12] = [
pub const FILE_CONTENT_ARRAY: [&str; 13] = [
include_str!("slide0.md"),
include_str!("slide1.md"),
include_str!("slide2.md"),
include_str!("slide3.md"),
Expand Down

0 comments on commit 9411a06

Please sign in to comment.