Remove more unused settings and update the docs accordingly
Removed settings: scroll_background, focus_on_close, cycle_term_tab, ignore_hosts.
This commit is contained in:
parent
0df00c49e2
commit
a9c5e18365
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: terminator
|
.\" Title: terminator
|
||||||
.\" Author: [see the "AUTHOR(S)" section]
|
.\" Author: [see the "AUTHOR(S)" section]
|
||||||
.\" Generator: Asciidoctor 2.0.18
|
.\" Generator: Asciidoctor 2.0.18
|
||||||
.\" Date: 2023-03-30
|
.\" Date: 2023-04-01
|
||||||
.\" Manual: Manual for Terminator
|
.\" Manual: Manual for Terminator
|
||||||
.\" Source: Terminator
|
.\" Source: Terminator
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "TERMINATOR" "1" "2023-03-30" "Terminator" "Manual for Terminator"
|
.TH "TERMINATOR" "1" "2023-04-01" "Terminator" "Manual for Terminator"
|
||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.ss \n[.ss] 0
|
.ss \n[.ss] 0
|
||||||
|
@ -264,16 +264,12 @@ Move to previous tab.
|
||||||
.RS 4
|
.RS 4
|
||||||
Move to the \fIn\fPext terminal within the same tab.
|
Move to the \fIn\fPext terminal within the same tab.
|
||||||
.br
|
.br
|
||||||
If \fBcycle_term_tab\fP is \fBFalse\fP, cycle within the same tab will be
|
|
||||||
disabled.
|
|
||||||
.RE
|
.RE
|
||||||
.sp
|
.sp
|
||||||
\fBCtrl+Shift+P\fP or \fBCtrl+Shift+Tab\fP
|
\fBCtrl+Shift+P\fP or \fBCtrl+Shift+Tab\fP
|
||||||
.RS 4
|
.RS 4
|
||||||
Move to the \fIp\fPrevious terminal within the same tab.
|
Move to the \fIp\fPrevious terminal within the same tab.
|
||||||
.br
|
.br
|
||||||
If \fBcycle_term_tab\fP is \fBFalse\fP, cycle within the same tab will be
|
|
||||||
disabled.
|
|
||||||
.RE
|
.RE
|
||||||
.SS "Organisation"
|
.SS "Organisation"
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
:manmanual: Manual for Terminator
|
:manmanual: Manual for Terminator
|
||||||
:mansource: Terminator
|
:mansource: Terminator
|
||||||
:revdate: 2023-03-30
|
:revdate: 2023-04-01
|
||||||
:docdate: {revdate}
|
:docdate: {revdate}
|
||||||
|
|
||||||
== NAME
|
== NAME
|
||||||
|
@ -167,13 +167,9 @@ Move to previous tab.
|
||||||
|
|
||||||
*Ctrl+Shift+N* or *Ctrl+Tab*::
|
*Ctrl+Shift+N* or *Ctrl+Tab*::
|
||||||
Move to the __n__ext terminal within the same tab. +
|
Move to the __n__ext terminal within the same tab. +
|
||||||
If *cycle_term_tab* is *False*, cycle within the same tab will be
|
|
||||||
disabled.
|
|
||||||
|
|
||||||
*Ctrl+Shift+P* or *Ctrl+Shift+Tab*::
|
*Ctrl+Shift+P* or *Ctrl+Shift+Tab*::
|
||||||
Move to the __p__revious terminal within the same tab. +
|
Move to the __p__revious terminal within the same tab. +
|
||||||
If *cycle_term_tab* is *False*, cycle within the same tab will be
|
|
||||||
disabled.
|
|
||||||
|
|
||||||
=== Organisation
|
=== Organisation
|
||||||
The following items relate to arranging and resizing terminals.
|
The following items relate to arranging and resizing terminals.
|
||||||
|
|
|
@ -232,7 +232,6 @@ DEFAULTS = {
|
||||||
'foreground_color' : '#aaaaaa',
|
'foreground_color' : '#aaaaaa',
|
||||||
'show_titlebar' : True,
|
'show_titlebar' : True,
|
||||||
'scrollbar_position' : "right",
|
'scrollbar_position' : "right",
|
||||||
'scroll_background' : True,
|
|
||||||
'scroll_on_keystroke' : True,
|
'scroll_on_keystroke' : True,
|
||||||
'scroll_on_output' : False,
|
'scroll_on_output' : False,
|
||||||
'scrollback_lines' : 500,
|
'scrollback_lines' : 500,
|
||||||
|
@ -252,14 +251,11 @@ DEFAULTS = {
|
||||||
'bold_is_bright' : False,
|
'bold_is_bright' : False,
|
||||||
'cell_height' : 1.0,
|
'cell_height' : 1.0,
|
||||||
'cell_width' : 1.0,
|
'cell_width' : 1.0,
|
||||||
'focus_on_close' : 'auto',
|
|
||||||
'force_no_bell' : False,
|
'force_no_bell' : False,
|
||||||
'cycle_term_tab' : True,
|
|
||||||
'copy_on_selection' : False,
|
'copy_on_selection' : False,
|
||||||
'split_to_group' : False,
|
'split_to_group' : False,
|
||||||
'autoclean_groups' : True,
|
'autoclean_groups' : True,
|
||||||
'http_proxy' : '',
|
'http_proxy' : '',
|
||||||
'ignore_hosts' : ['localhost','127.0.0.0/8','*.local'],
|
|
||||||
# Titlebar
|
# Titlebar
|
||||||
'title_hide_sizetext' : False,
|
'title_hide_sizetext' : False,
|
||||||
'title_transmit_fg_color' : '#ffffff',
|
'title_transmit_fg_color' : '#ffffff',
|
||||||
|
|
|
@ -958,11 +958,6 @@ class PrefsEditor:
|
||||||
self.config['login_shell'] = widget.get_active()
|
self.config['login_shell'] = widget.get_active()
|
||||||
self.config.save()
|
self.config.save()
|
||||||
|
|
||||||
def on_scroll_background_checkbutton_toggled(self, widget):
|
|
||||||
"""Scroll background setting changed"""
|
|
||||||
self.config['scroll_background'] = widget.get_active()
|
|
||||||
self.config.save()
|
|
||||||
|
|
||||||
def on_scroll_on_keystroke_checkbutton_toggled(self, widget):
|
def on_scroll_on_keystroke_checkbutton_toggled(self, widget):
|
||||||
"""Scroll on keystrong setting changed"""
|
"""Scroll on keystrong setting changed"""
|
||||||
self.config['scroll_on_keystroke'] = widget.get_active()
|
self.config['scroll_on_keystroke'] = widget.get_active()
|
||||||
|
|
Loading…
Reference in New Issue