Allow calling a particular lua function from the loaded script.
commit29a2ebf6ff56d7cc0a372e10d859a735cbe21bfb
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Tue, 29 Jul 2008 00:03:24 +0000 (28 20:03 -0400)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Tue, 29 Jul 2008 00:03:24 +0000 (28 20:03 -0400)
tree01002b4ea73be458db52b59ffbd8954048d739ef
parent85da3f3e89e3f995f040c6ac167a4d78f337910c
Allow calling a particular lua function from the loaded script.
Calling some user-defined script function can allow doing fun things
triggered by a binding, e.g. focusing a region containing a particular
window without having to cycle through the other regions etc.
src/comm.c
src/lua.c
src/process.c