From ee3ded959f5486e921e45ac6753b21c2fcd63f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 8 Sep 2014 21:58:50 +0200 Subject: Improve undo/redo Currently a snapshot is taken whenever an operator is completed or a certain idle time in either insert or replace mode is detected. --- vis.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 3fc9dad..b7272b4 100644 --- a/vis.h +++ b/vis.h @@ -88,9 +88,6 @@ struct Syntax { /* a syntax definition */ Vis *vis_new(int width, int height); void vis_free(Vis*); void vis_resize(Vis*, int width, int height); -void vis_snapshot(Vis*); -void vis_undo(Vis*); -void vis_redo(Vis*); void vis_draw(Vis*); void vis_update(Vis*); void vis_insert_key(Vis*, const char *c, size_t len); -- cgit v1.2.3