Skip to content

Clipboard (clipboard.c)

larrykollar edited this page Dec 28, 2015 · 1 revision

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.