From fdd724a0710ea14c6bb0ca42a7e2f86a8633f36d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 3 Apr 2000 12:02:22 +0000 Subject: Fixed problems with undo history not coalescing undo nodes correctly. --- src/CellBuffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CellBuffer.h') diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 6e052077e..1d7f57b05 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -79,10 +79,11 @@ public: int position; char *data; int lenData; + bool mayCoalesce; Action(); ~Action(); - void Create(actionType at_, int position_=0, char *data_=0, int lenData_=0); + void Create(actionType at_, int position_=0, char *data_=0, int lenData_=0, bool mayCoalesce_=true); void Destroy(); void Grab(Action *source); }; -- cgit v1.2.3