From ab6b30a87478eb1120f4be89c4f4db00504a9a57 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 11 Oct 1996 16:32:29 +0000 Subject: [PATCH] flower-1.0.2 --- flower/cursor.hh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/flower/cursor.hh b/flower/cursor.hh index b053591dd4..45c02aea15 100644 --- a/flower/cursor.hh +++ b/flower/cursor.hh @@ -70,9 +70,13 @@ class Cursor cursor points to same object, cursor.previous() is newly inserted object. */ - /// remove and cleanup Link // HWN: backspace or del? - void remove(); + + /// + void backspace(); + /// + void del(); + /// access the list this came from const List& list() const ; Link* pointer(); -- 2.39.5