mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-29 08:17:18 -04:00
On Dec 31, 2006, at 11:30am, Kalle Olavi Niemitalo writes:
>src/scripting/python/hooks.c (script_hook_url) calls hooks as
>goto_url_hook(new-url, current-url) and follow_url_hook(new-url).
>It has a comment saying that the current-url parameter exists
>only for compatibility and that the script can instead use
>elinks.current_url(). However, the current-url parameter was
>added in commit
|
||
---|---|---|
.. | ||
core.c | ||
core.h | ||
dialogs.c | ||
dialogs.h | ||
document.c | ||
document.h | ||
hooks.c | ||
hooks.h | ||
keybinding.c | ||
keybinding.h | ||
load.c | ||
load.h | ||
Makefile | ||
menu.c | ||
menu.h | ||
open.c | ||
open.h | ||
python.c | ||
python.h |