Buffer undo operations. More...
#include <errno.h>
#include <stdlib.h>
#include "buffer.h"
#include "buffer_util.h"
#include "buffer_internal.h"
#include "buffer_action.h"
#include "buffer_action_edit.h"
#include "debug.h"
#include "util.h"
Functions | |
int | bless_buffer_undo (bless_buffer_t *buf) |
Undoes the last operation in a bless_buffer_t. | |
int | bless_buffer_redo (bless_buffer_t *buf) |
Redoes the last undone operation in a bless_buffer_t. | |
int | bless_buffer_begin_multi_action (bless_buffer_t *buf) |
Marks the beginning of a multi-action. | |
int | bless_buffer_end_multi_action (bless_buffer_t *buf) |
Marks the end of a multi-action. |
Buffer undo operations.