[previous] [up] [next]     [index]
Next: last-line Up: text Previous: insert

kill

In a text editor, cuts to the end of the current line, or cuts a newline if there is only whitespace between the selection and end of line. Multiple consective kills are appended. In a pasteboard editor, cuts the current selection.

See also cut.

The content of an editor can be changed by the system in response to other method calls, and such changes do not go through this method; use on-delete in text% or on-delete in pasteboard% to monitor content deletions changes.



PLT