summaryrefslogtreecommitdiff
path: root/src/widget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.hh')
-rw-r--r--src/widget.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.hh b/src/widget.hh
index f38e7af4..634f6614 100644
--- a/src/widget.hh
+++ b/src/widget.hh
@@ -380,7 +380,7 @@ public:
void clipboard_set_text(ClipboardType type,
std::string_view const& str) noexcept;
- void paste_text(std::string_view const& text) { m_terminal->widget_clipboard_text_received(text); }
+ void paste_text(std::string_view const& text) { m_terminal->widget_paste(text); }
void paste(vte::platform::ClipboardType type) { clipboard_request_text(type); }
void copy(vte::platform::ClipboardType type,
vte::platform::ClipboardFormat format) noexcept { m_terminal->widget_copy(type, format); }