Message48122
| Author |
bruce_edge |
| Recipients |
| Date |
2005年04月01日.19:30:23 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
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 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:42:32 | admin | link | issue1175004 messages |
| 2007年08月23日 15:42:32 | admin | create |
|