more work to implement the edit function

This commit is contained in:
Frederic Culot 2006-11-02 13:46:09 +00:00
parent cf1a0713e7
commit 3f39a7f11d

View File

@ -1,3 +1,9 @@
02 Nov 2006:
getstring() modified to take the max string length as an argument
updatestring() and todo_edit_item() created
add_char() simplified, using memcpy()
'E' key added to edit already existing items
28 Oct 2006: 28 Oct 2006:
getstring() improved to allow the modification of an existing string getstring() improved to allow the modification of an existing string
showstring(), showcursor(), add_char() and delete_char() created showstring(), showcursor(), add_char() and delete_char() created