You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/widgets/digits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
A widget to display numerical values in tall multi-line characters.
6
6
7
-
The digits 0-9 are supported, in addition to the following characters`+`, `-`, `^`, `:`, and `×`.
7
+
The digits 0-9 and characters A-F are supported, in addition to `+`, `-`, `^`, `:`, and `×`.
8
8
Other characters will be displayed in a regular size font.
9
9
10
10
You can set the text to be displayed in the constructor, or call [`update()`][textual.widgets.Digits.update] to change the text after the widget has been mounted.
0 commit comments