Software / code / prosody
Comparison
util/termcolours.lua @ 7198:48d167f652ad
util.termcolours: Silence luacheck warning
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 25 Feb 2016 22:33:40 +0100 |
| parent | 6777:5de6b93d0190 |
| child | 7199:5846e0bca4ff |
comparison
equal
deleted
inserted
replaced
| 7197:ff514c1b1c27 | 7198:48d167f652ad |
|---|---|
| 3 -- Copyright (C) 2008-2010 Waqas Hussain | 3 -- Copyright (C) 2008-2010 Waqas Hussain |
| 4 -- | 4 -- |
| 5 -- This project is MIT/X11 licensed. Please see the | 5 -- This project is MIT/X11 licensed. Please see the |
| 6 -- COPYING file in the source package for more information. | 6 -- COPYING file in the source package for more information. |
| 7 -- | 7 -- |
| 8 -- | |
| 9 -- luacheck: ignore 213/i | |
| 8 | 10 |
| 9 | 11 |
| 10 local t_concat, t_insert = table.concat, table.insert; | 12 local t_concat, t_insert = table.concat, table.insert; |
| 11 local char, format = string.char, string.format; | 13 local char, format = string.char, string.format; |
| 12 local tonumber = tonumber; | 14 local tonumber = tonumber; |