diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-18 16:45:46 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-18 16:45:46 -0800 |
| commit | 0987fde8e71b28c392c505332091ebf02e84f5c1 (patch) | |
| tree | b4e18a28907c4c5310e3d9ee01af4cde4c838a2f /consolecolors.lua | |
| parent | 611a8c87f31cc929f1912923123334700d4d0884 (diff) | |
Improved documentation and compile script.
Diffstat (limited to 'consolecolors.lua')
| -rw-r--r-- | consolecolors.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/consolecolors.lua b/consolecolors.lua index 7b87c0b..650bc81 100644 --- a/consolecolors.lua +++ b/consolecolors.lua @@ -1,3 +1,7 @@ +-- +-- This file contains the ANSI escapes for console colors +-- + local colors = { -- attributes reset = 0, |
