terminator/terminatorlib
Matthew Rose f7b6ea07bc Fix Insert Term Name Plugin error
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.
2023-08-26 09:21:18 -04:00
..
plugins Alter get_text_range call based on VTE version 2023-06-17 21:31:00 -04:00
themes Some small fixes for transparent scrollbars in Breeze and HighContrast 2016-12-12 13:10:29 +01:00
__init__.py Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
borg.py Remove duplicated info in some debug messages 2022-01-28 21:51:54 +01:00
config.py Merge remote-tracking branch 'upstream/master' into 681-Plugin-Submission-Plugin-Utility-KeyBinding-Mouseless-Keyboard-URL-Open 2023-07-28 20:08:37 +05:30
configjson.py set default profile from the json file 2020-09-24 15:19:58 +03:00
container.py Merge pull request #589 from Vulcalien/zoom-on-notebook 2022-11-18 23:28:17 -05:00
cwd.py fix cwd for non-vte shells 2020-06-10 17:06:36 -04:00
debugserver.py fix io errors on debugserver 2020-06-01 20:11:03 -04:00
editablelabel.py Fix typos 2022-10-22 00:07:07 +08:00
factory.py Remove duplicated info in some debug messages 2022-01-28 21:51:54 +01:00
ipc.py remove vsplit_cmd and hsplit_cmd from ipc.py, superseded by newer hsplit and vsplit 2021-08-21 21:13:38 -04:00
keybindings.py fix indent 2020-04-22 21:44:45 -04:00
layoutlauncher.glade Fix #345 The Alt+L layout chooser is too small 2020-12-31 14:20:34 -03:00
layoutlauncher.py Fix #345 The Alt+L layout chooser is too small 2020-12-31 14:20:34 -03:00
notebook.py add new tab after current tab option 2023-06-04 19:13:37 +08:00
optionparse.py Fix argument handling of the --execute flag 2022-11-18 13:12:59 +00:00
paned.py Merge pull request #589 from Vulcalien/zoom-on-notebook 2022-11-18 23:28:17 -05:00
plugin.py Merge pull request #806 from vssdeo/805-keyboard-shortcut-support-for-plugins-code-decoupling 2023-08-25 21:20:05 -04:00
preferences.glade Merge pull request #767 from x000zh/master 2023-06-20 20:56:37 -04:00
prefseditor.py Merge remote-tracking branch 'upstream/master' into 681-Plugin-Submission-Plugin-Utility-KeyBinding-Mouseless-Keyboard-URL-Open 2023-07-28 20:08:37 +05:30
regex.py add option to not match case during search 2020-06-22 15:24:41 -04:00
searchbar.py Fix typos 2022-10-22 00:07:07 +08:00
signalman.py Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
terminal.py [bug 808] Plugins-dont-receive-keboard-signals-on-newly-opened-windows 2023-08-09 16:31:41 +05:30
terminal_popup_menu.py Merge pull request #720 from pedroflor/patch-1 2023-03-22 18:13:22 -04:00
terminator.py Fix Insert Term Name Plugin error 2023-08-26 09:21:18 -04:00
titlebar.py Make Ctrl+Click on group button automatically create groups 2022-12-06 18:08:01 -03:00
translation.py Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
util.py Merge pull request #632 from xuezhixin/master 2022-10-30 21:30:34 -04:00
version.py Release version 2.1.3 2023-03-01 17:36:20 -05:00
window.py Merge pull request #589 from Vulcalien/zoom-on-notebook 2022-11-18 23:28:17 -05:00