Skip to content

Commit

Permalink
Deploy preview for PR 73 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Sep 16, 2023
1 parent fc45392 commit 8d72b70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h1 id="single-tui-struct-with-terminal-and-eventhandler"><a class="header" href
async fn run(&amp;mut self) -&gt; Result&lt;()&gt; {
let mut tui = tui::Tui::new()?;
tui.tick_rate(4.0); // 4 ticks per second
tui.frame_rate(30); // 30 frames per second
tui.frame_rate(30.0); // 30 frames per second
tui.enter()?; // Starts event handler
loop {
tui.draw(|f| { // Deref allows calling `tui.draw`
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-73/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5047,7 +5047,7 @@ <h2 id="using-directories-rs-for-path-resolution"><a class="header" href="#using
async fn run(&amp;mut self) -&gt; Result&lt;()&gt; {
let mut tui = tui::Tui::new()?;
tui.tick_rate(4.0); // 4 ticks per second
tui.frame_rate(30); // 30 frames per second
tui.frame_rate(30.0); // 30 frames per second
tui.enter()?; // Starts event handler
loop {
tui.draw(|f| { // Deref allows calling `tui.draw`
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-73/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pr-preview/pr-73/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 8d72b70

Please sign in to comment.