1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04:00
elinks/src/scripting/TODO
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

14 lines
576 B
Plaintext

Scripting TODO List
- We should let the event propagation decision to the user-supplied function in
fact, we should let user to hook multiple functions to an event so in fact
the scripting layers would interface the events subsystem much more
transparently.
- More generalization of things currently only part of the Lua backend. The
console and (error) dialog stuff should be generalized so all backends can
use them. The same goes for the run_lua_func() used to run scripting
functions bound to keystrokes.
$Id: TODO,v 1.2 2003/09/26 21:07:37 jonas Exp $