util/termcolours.lua
changeset 8558 4f0f5b49bb03
parent 8371 3629639d5fa9
child 10427 317bcc4f25f5
--- a/util/termcolours.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/util/termcolours.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -26,6 +26,7 @@
 local orig_color = windows and windows.get_consolecolor and windows.get_consolecolor();
 
 local _ENV = nil;
+-- luacheck: std none
 
 local stylemap = {
 			reset = 0; bright = 1, dim = 2, underscore = 4, blink = 5, reverse = 7, hidden = 8;