Lines Matching refs:application
24 h. Fixed the prompt display code to work better when the application has a
57 f. New application-settable completion variable:
58 rl_completion_mark_symlink_dirs, allows an application's completion
62 g. New function available to application completion functions:
70 i. New application-settable completion variable:
170 c. Readline now defaults rl_terminal_name to $TERM if the calling application
273 a new -n option to set the readline application name, and -v and -h
283 g. New application-callable function rl_set_prompt(const char *prompt):
286 h. New application-callable function rl_set_screen_size(int rows, int cols):
362 r. The vi-mode code now gets characters via the application-settable value
375 from the termcap entry if the calling application has specified its
405 when an application displays the prompt itself before calling readline().
407 h. New variable for use by applications: rl_already_prompted. An application
412 application can verify whether or not it is linked with the `real'
470 which is set by application-supplied completion functions to indicate
472 call an application-supplied `ignore completions' function.
498 o A new variable, rl_catch_signals, is available to application writers
502 o A new variable, rl_catch_sigwinch, is available to application
506 o There is a new function, rl_free_line_state, for application signal
512 terminal and display state after an application signal handler
520 used when an application wants to write a message to the `message area'
530 for use by application functions called via this hook.
534 k. A new variable, rl_erase_empty_line, which, if set by an application using