aboutsummaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorRob Hoelz <rob@hoelz.ro>2013-02-21 21:11:36 +0100
committerRob Hoelz <rob@hoelz.ro>2013-02-21 21:11:36 +0100
commit2c4d9d10d8a804dce6d2b3489ad54e9cf469c5e7 (patch)
tree46b8ba518eba393aa716a975750004b6023ddde1 /term
parentccc60931a2782185d4f9f268d8a5bf75a9a1a023 (diff)
downloadlua-term-2c4d9d10d8a804dce6d2b3489ad54e9cf469c5e7.tar.gz
lua-term-2c4d9d10d8a804dce6d2b3489ad54e9cf469c5e7.tar.bz2
lua-term-2c4d9d10d8a804dce6d2b3489ad54e9cf469c5e7.zip
Add colors.default as a synonym for colors.reset
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,