diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/termcolours.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/termcolours.lua b/util/termcolours.lua index e99294a4..279ff601 100644 --- a/util/termcolours.lua +++ b/util/termcolours.lua @@ -84,7 +84,7 @@ if windows then end end if not orig_color then - function setstyle(style) end + function setstyle() end end end |