MCPcopy Create free account
hub / github.com/HelenOS/helenos / edit_paste

Function edit_paste

uspace/app/edit/edit.c:1986–1992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984}
1985
1986static void edit_paste(void)
1987{
1988 selection_delete();
1989 insert_clipboard_data();
1990 pane.rflags |= (REDRAW_TEXT | REDRAW_CARET);
1991 pane_update(&pane);
1992}
1993
1994static void edit_cut(void)
1995{

Callers 2

key_handle_ctrlFunction · 0.85
edit_edit_pasteFunction · 0.85

Calls 3

selection_deleteFunction · 0.85
insert_clipboard_dataFunction · 0.85
pane_updateFunction · 0.85

Tested by

no test coverage detected