Deleted Added
full compact
8c8
< in the consitency of user interface across discrete programs that need
---
> in the consistency of user interface across discrete programs that need
11c11
< Copyright (C) 1988-2004 Free Software Foundation, Inc.
---
> Copyright (C) 1988-2005 Free Software Foundation, Inc.
286a287,288
> This is the convention obeyed by all of the builtin Readline bindable
> command functions.
400a403,408
> @deftypevar int rl_prefer_env_winsize
> If non-zero, Readline gives values found in the @env{LINES} and
> @env{COLUMNS} environment variables greater precedence than values fetched
> from the kernel when computing the screen dimensions.
> @end deftypevar
>
911a920,921
> You should call @code{rl_save_prompt} to save the prompt information
> before calling this function.
915c925,927
< Clear the message in the echo area.
---
> Clear the message in the echo area. If the prompt was saved with a call to
> @code{rl_save_prompt} before the last call to @code{rl_message},
> call @code{rl_restore_prompt} before calling this function.
925a938,940
> if @code{rl_save_prompt} was called to save the prompt before a call
> to @code{rl_message}, this function should be called before the
> corresponding call to @code{rl_clear_message}.
1151a1167,1171
> @deftypefun {char *} rl_variable_value (const char *variable)
> Return a string representing the value of the Readline variable @var{variable}.
> For boolean variables, this string is either @samp{on} or @samp{off}.
> @end deftypefun
>
1381c1401,1402
< @var{cols} columns.
---
> @var{cols} columns. If either @var{rows} or @var{columns} is less than
> or equal to 0, Readline's idea of that terminal dimension is unchanged.
1392a1414,1417
> @deftypefun void rl_reset_screen_size (void)
> Cause Readline to reobtain the screen size and recalculate its dimensions.
> @end deftypefun
>
1710,1711c1735,1737
< possible-completions call. After that, we ask the user if she is sure
< she wants to see them all. The default value is 100.
---
> possible-completions call. After that, readline asks the user if she is sure
> she wants to see them all. The default value is 100. A negative value
> indicates that Readline should never ask the user.
2240c2266
< "%s: Too dangerous for me to distribute.\n"
---
> "%s: Too dangerous for me to distribute.\n",