pub fn kill_line(text: &str, cursor_position: usize) -> TextOperationResult
Expand description
Kill text from cursor to end of line (Ctrl+K behavior)
pub fn kill_line(text: &str, cursor_position: usize) -> TextOperationResult
Kill text from cursor to end of line (Ctrl+K behavior)