Skip to content

Fix Insert Term Name Plugin error#819

Merged
mattrose merged 1 commit intognome-terminator:masterfrom
mattrose:fix_insert_term_name2
Aug 26, 2023
Merged

Fix Insert Term Name Plugin error#819
mattrose merged 1 commit intognome-terminator:masterfrom
mattrose:fix_insert_term_name2

Conversation

@mattrose
Copy link
Copy Markdown
Member

The "Insert terminal name" Plugin causes the following traceback Traceback (most recent call last):
File "/Users/mattrose/Code/terminator/terminatorlib/terminator.py", line 588, in do_insert_term_name
term.feed(name)
File "/Users/mattrose/Code/terminator/terminatorlib/terminal.py", line 1709, in feed
self.vte.feed_child(text)

This PR fixes it so the plugin inserts the terminal name, as intended.

The "Insert terminal name" Plugin causes the following traceback
Traceback (most recent call last):
  File "/Users/mattrose/Code/terminator/terminatorlib/terminator.py", line 588, in do_insert_term_name
    term.feed(name)
  File "/Users/mattrose/Code/terminator/terminatorlib/terminal.py", line 1709, in feed
    self.vte.feed_child(text)

This PR fixes it so the plugin inserts the terminal name, as intended.
@mattrose mattrose merged commit 27814c2 into gnome-terminator:master Aug 26, 2023
@mattrose mattrose deleted the fix_insert_term_name2 branch August 26, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant