From 790534db0d14f36e00395aada28899c43a9e9a5f Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Fri, 12 Jan 2024 08:48:03 +0200 Subject: Making use of coverage & codecov. Movining doc files to doc folder. --- tui/tui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tui/tui.py') diff --git a/tui/tui.py b/tui/tui.py index 1672d7d..ed997a4 100644 --- a/tui/tui.py +++ b/tui/tui.py @@ -42,7 +42,7 @@ class Tui(): (' ', 7, 0), ('1', 10, 0), ('2', 12, 0), ('3', 11, 0), ('4', 9, 0), ('5', 9, 0), ('6', 9, 0), ('7', 9, 0), ('8', 9, 0), - ('9', 15, 1), ('#', 8, 7) + ('ยค', 15, 1), ('#', 8, 7) ) if hilighted: -- cgit v1.2.3