1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-02 03:46:21 -04:00
elinks/src/scripting/TODO
2005-10-21 09:14:07 +02:00

13 lines
528 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.