Revert "Merge pull request #546 from ThrosturX/master"
This reverts commit 86db8ab13339e4b513ddcbc0258c19d959f0be60, reversing changes made to 1f9ab29f74e6e4aded1941d53a19495f5460ad87.
This commit is contained in:
parent
86db8ab133
commit
9eda6c5913
@ -564,13 +564,6 @@ static void move_to_row_start(VteTerminal *vte, select_info *select, long row) {
|
||||
}
|
||||
|
||||
static void open_selection(char *browser, VteTerminal *vte) {
|
||||
// If the terminal has been opened, but no selection has ever been made
|
||||
// , a segfault will occur upon attempting to make the unique pointer
|
||||
// within vte_terminal_get_selection(vte) (unless if there is no browser).
|
||||
if (!vte_terminal_get_has_selection(vte)) {
|
||||
g_printerr("no selection to open\n");
|
||||
return
|
||||
}
|
||||
if (browser) {
|
||||
auto selection = make_unique(vte_terminal_get_selection(vte), g_free);
|
||||
if (selection && *selection) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user