summaryrefslogtreecommitdiff
path: root/usr.bin/mg/undo.c
AgeCommit message (Expand)Author
2002-03-18 Enter the new undo code. it is still disabled since it has bugs, but it'sVincent Labrecque
2002-03-16 This should've been commited yesterday, before the funmap change.Vincent Labrecque
2002-02-26keep undo records in the BUFFER structures insteda of having a huge list.Vincent Labrecque
2002-02-21 "rephrase" the loop's condition, gets rid of an ugly operation.Vincent Labrecque
2002-02-21 Save undo records for newline insertions.Vincent Labrecque
2002-02-21 Don't ignore the argument to undo. (makes ^U work)Vincent Labrecque
2002-02-21 Typo and...Vincent Labrecque
2002-02-20 Save newline deletes in their own undo record.Vincent Labrecque
2002-02-20 Add undo code to mg.Vincent Labrecque