diff options
| author | Rob Hoelz <rob@hoelz.ro> | 2012-09-14 18:52:22 +0200 |
|---|---|---|
| committer | Rob Hoelz <rob@hoelz.ro> | 2012-09-14 18:52:22 +0200 |
| commit | 7a6f30e194b176349c8e17a42ff292e350979b76 (patch) | |
| tree | 6422040867cb7cdb07b380b928a58fc20f6d0bdb /lua-term-0.2-1.rockspec | |
| parent | 89fa78d9850742609da66f1970e21c20b5a83a13 (diff) | |
| download | lua-term-7a6f30e194b176349c8e17a42ff292e350979b76.tar.gz lua-term-7a6f30e194b176349c8e17a42ff292e350979b76.tar.bz2 lua-term-7a6f30e194b176349c8e17a42ff292e350979b76.zip | |
Add cursor.lua to rockspec
Diffstat (limited to 'lua-term-0.2-1.rockspec')
| -rw-r--r-- | lua-term-0.2-1.rockspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua-term-0.2-1.rockspec b/lua-term-0.2-1.rockspec index b02b9f0..9387297 100644 --- a/lua-term-0.2-1.rockspec +++ b/lua-term-0.2-1.rockspec | |||
| @@ -15,6 +15,7 @@ build = { | |||
| 15 | modules = { | 15 | modules = { |
| 16 | ['term'] = 'term/init.lua', | 16 | ['term'] = 'term/init.lua', |
| 17 | ['term.colors'] = 'term/colors.lua', | 17 | ['term.colors'] = 'term/colors.lua', |
| 18 | ['term.cursor'] = 'term/cursor.lua', | ||
| 18 | ['term.core'] = 'core.c', | 19 | ['term.core'] = 'core.c', |
| 19 | }, | 20 | }, |
| 20 | type = 'builtin', | 21 | type = 'builtin', |
