[Patches] [ python-Patches-1175048 ] Export more libreadline API
functions
SourceForge.net
noreply at sourceforge.net
Fri Apr 1 22:58:56 CEST 2005
Patches item #1175048, was opened at 2005-04-01 22:53
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1175048&group_id=5470
Category: Modules
Group: Python 2.4
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Bruce Edge (bruce_edge)
Assigned to: Nobody/Anonymous (nobody)
Summary: Export more libreadline API functions
Initial Comment:
The python readline.c is missing several of the API
funcs provided by libreadline. This patch adds the
missing ones that I needed.
Add support for libreadline callbacks to python functions.
eg:
readline.set_py_callback_hook( my_func )
Also, export rl_delete_text, rl_message,
rl_on_new_line, rl_forced_update_display,
rl_position_cursor
-Bruce
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2005-04-01 22:58
Message:
Logged In: YES
user_id=21627
I guess this is a duplicate of 1175004. Closing it as such;
please correct me if I'm wrong.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1175048&group_id=5470
More information about the Patches
mailing list