This commit is contained in:
Luxferre
2025-12-24 14:49:56 +02:00
parent 67e906bb19
commit 47c713b6a9
+1 -1
View File
@@ -44,7 +44,7 @@ Exported functions:
- `term_size()`: return the terminal dimensions tuple in the `(rows, columns)` format
- `reflow(text)`: split text into a list of lines not exceeding terminal width
- `print_paged(text)`: reflow and print the text in a paginated manned, prompting for Enter presses to move to the next page
- `print_paged(text)`: reflow and print the text in a paginated manner, prompting for Enter presses to move to the next page
### `deck.time`