display yanked url in notification

This commit is contained in:
woorst
2018-11-04 15:57:00 -05:00
parent 6a262333d3
commit ef3210c339

View File

@@ -367,7 +367,7 @@ class Page(object):
'Failed to copy url: {0}'.format(e))
else:
self.term.show_notification(
'Copied link to clipboard', timeout=1)
['Copied to clipboard:', url], timeout=1)
def clear_input_queue(self):
"""