Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix insert term name #818

Closed

Commits on Aug 26, 2023

  1. [bug 808] Plugins-dont-receive-keboard-signals-on-newly-opened-windows

    - code separated for force loading of plugins on every terminal instance
    vssdeo authored and mattrose committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5ba651a View commit details
    Browse the repository at this point in the history
  2. Fix traceback when using "Insert Terminal Name"

    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 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    7924266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fe6aff View commit details
    Browse the repository at this point in the history