Edit a string. More...
#include <stddef.h>
#include "mutt.h"
#include "enter.h"
#include "state.h"
#include "wdata.h"
#include "history/lib.h"
Go to the source code of this file.
Functions | |
int | mw_get_field (const char *prompt, struct Buffer *buf, CompletionFlags complete, enum HistoryClass hclass, const struct CompleteOps *comp_api, void *cdata) |
Ask the user for a string -. | |
void | replace_part (struct EnterState *es, size_t from, const char *buf) |
Search and replace on a buffer. | |
Edit a string.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file lib.h.
void replace_part | ( | struct EnterState * | es, |
size_t | from, | ||
const char * | buf | ||
) |
Search and replace on a buffer.
es | Current state of the input buffer |
from | Starting point for the replacement |
buf | Replacement string |
Definition at line 132 of file functions.c.