aboutsummaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
Diffstat (limited to 'term')
-rw-r--r--term/colors.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/term/colors.lua b/term/colors.lua
index 4ab9140..32cbb54 100644
--- a/term/colors.lua
+++ b/term/colors.lua
@@ -49,6 +49,7 @@ local colorvalues = {
49 -- attributes 49 -- attributes
50 reset = 0, 50 reset = 0,
51 clear = 0, 51 clear = 0,
52 default = 0,
52 bright = 1, 53 bright = 1,
53 dim = 2, 54 dim = 2,
54 underscore = 4, 55 underscore = 4,