Method

BirbReadlineset_prompt

since: 0.9

Declaration [src]

void
birb_readline_set_prompt (
  BirbReadline* readline,
  const char* prompt
)

Description [src]

Sets the prompt of readline to prompt.

Available since: 0.9

Sets propertyBirb.Readline:prompt

Parameters

prompt

Type: const char*

The new prompt.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.