Cast to (const char *) in strrchr calls
[elinks.git] / src / scripting / TODO
blob2fb8a4098e36ffa826b6b58d488ae30b57990f7f
1                                 Scripting TODO List
3 - We should let the event propagation decision to the user-supplied function in
4   fact, we should let user to hook multiple functions to an event so in fact
5   the scripting layers would interface the events subsystem much more
6   transparently.
8 - More generalization of things currently only part of the Lua backend. The
9   console and (error) dialog stuff should be generalized so all backends can
10   use them. The same goes for the run_lua_func() used to run scripting
11   functions bound to keystrokes.