Skip to main content

delete_prev_char_at_cursor

Function delete_prev_char_at_cursor 

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

Performs the delete prev char at cursor operation.