terminator/terminatorlib
Fernando Basso ef1768505c Add cell width configuration in preferences
Currently, we have a setting for changing the line height (cell height),
but not for changing cell width (both available in VTE).

Depending on the font used, it is useful to have the ability to set a
little more space between characters.

This commit adds a configuration similar to the existing one for line
height, but for character space (cell width scale [1]).

Thanks Matt Rose for helping and encouraging me to implement this.

1. https://lazka.github.io/pgi-docs/Vte-2.91/classes/Terminal.html#Vte.Terminal.set_cell_width_scale
2021-12-10 07:58:02 -03:00
..
plugins Allow multiline commands in Custom Commands plugin 2021-10-12 08:49:54 +02: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 tests: Update suite for pytest 2020-05-09 10:24:20 +02:00
config.py Add cell width configuration in preferences 2021-12-10 07:58:02 -03:00
configjson.py set default profile from the json file 2020-09-24 15:19:58 +03:00
container.py Revert "Merge pull request #36 from waldner/master" 2020-12-27 13:29:30 -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 shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
factory.py Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02: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 dbg message for Notebook::create_window_detach 2021-08-27 11:13:12 +02:00
optionparse.py add a commandline flag to unhide any windows 2020-11-26 15:35:12 -05:00
paned.py add group all terminals in window 2021-08-06 19:02:54 -04:00
plugin.py URLHandler.unload: Fix check for handler_name being set 2020-11-18 20:24:42 -05:00
preferences.glade Add cell width configuration in preferences 2021-12-10 07:58:02 -03:00
prefseditor.py Add cell width configuration in preferences 2021-12-10 07:58:02 -03:00
regex.py add option to not match case during search 2020-06-22 15:24:41 -04:00
searchbar.py Add support for inverted search 2020-10-20 09:21:12 -04:00
signalman.py Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
terminal.py Add cell width configuration in preferences 2021-12-10 07:58:02 -03:00
terminal_popup_menu.py Remove encoding from the Context menu 2021-11-06 11:55:33 +01:00
terminator.py add group all terminals in window 2021-08-06 19:02:54 -04:00
titlebar.py Add feature to allow relaunching the command after child exit when the exit action is to hold the tab open 2020-12-27 10:12:19 -06:00
translation.py Fix shebang and executable flag for all scripts 2020-04-05 16:36:06 +02:00
util.py Added Lang option 2021-12-02 00:10:19 +08:00
version.py Release version 2.1.1 2021-04-01 16:25:40 -04:00
window.py Fix: 'None' value for keybindings breaks editor 2021-12-07 16:09:56 +01:00