Clipboard (clipboard.c) - larrykollar/tines GitHub Wiki

Clipboard (clipboard.c)

  • copy
    Stores the current node and its sub-entries in the clipboard.
  • cut
    Moves the current node and its subtree to the clipboard.
  • paste
    Inserts the contents of the clipboard at the current position in the tree.