From 7a6f30e194b176349c8e17a42ff292e350979b76 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Fri, 14 Sep 2012 18:52:22 +0200 Subject: Add cursor.lua to rockspec --- lua-term-0.2-1.rockspec | 1 + 1 file changed, 1 insertion(+) 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 = { modules = { ['term'] = 'term/init.lua', ['term.colors'] = 'term/colors.lua', + ['term.cursor'] = 'term/cursor.lua', ['term.core'] = 'core.c', }, type = 'builtin', -- cgit v1.2.3-55-g6feb