implement history #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
thinking it's gonna be a static array of up to 255, 255-character entries, using about 64k memory.
when the user exceeds 255 entries in this array, it'll start overflowing into the beginning entries, and a "cursor" that signifies what the beginning of the array is will move forward; we'll use this to have a max of 255 entries without having to do any array shuffling.