From 2c4d9d10d8a804dce6d2b3489ad54e9cf469c5e7 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Thu, 21 Feb 2013 21:11:36 +0100 Subject: Add colors.default as a synonym for colors.reset --- term/colors.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'term') 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 = { -- attributes reset = 0, clear = 0, + default = 0, bright = 1, dim = 2, underscore = 4, -- cgit v1.2.3-55-g6feb