Skip to content
Snippets Groups Projects
Commit ecc5500e authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

readline(): Add ability to modify a string buffer


If the 'buf' parameter is a non-0-length string, its contents will be
edited.  Previously, the initial contents of 'buf' were ignored and the
user entered its contents from scratch.

This change is necessary to support the upcoming "editenv" command but
could also be used for future commands which require a user to modify
an existing string.

Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
parent f9239438
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment