Skip to content

Commit 4b2dafc

Browse files
authored
Merge pull request #22 from togglebyte/dev
document `to_float` and `full_screen`
2 parents 8d8310f + 5244f7e commit 4b2dafc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ by default).
3232

3333
As a convenience it's possible to call `TuiBackend::full_screen()`.
3434
This is the same as writing:
35-
```rust
35+
36+
```rust,ignore
3637
let mut backend = Self::builder()
3738
.enable_alt_screen()
3839
.enable_raw_mode()

0 commit comments

Comments
 (0)