src/buffer_undo.c File Reference

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"
Include dependency graph for buffer_undo.c:

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.

Detailed Description

Buffer undo operations.


Generated on Sun Nov 15 15:27:35 2009 for libbls by  doxygen 1.6.1