Skip to main content

delete_next_char_at_cursor

Function delete_next_char_at_cursor 

Source
fn delete_next_char_at_cursor(
    input_buf: &mut [u8],
    input_len: &mut usize,
    cursor_pos: &mut usize,
) -> bool
Expand description

Performs the delete next char at cursor operation.