You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/04/02 20:32:45 UTC

[1/2] guacamole-manual git commit: GUACAMOLE-269: Add documentation for backspace key parameter.

Repository: guacamole-manual
Updated Branches:
  refs/heads/master 0a514a6ff -> 744e719d3


GUACAMOLE-269: Add documentation for backspace key parameter.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/5691ace4
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/5691ace4
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/5691ace4

Branch: refs/heads/master
Commit: 5691ace4c679c83b246575200da616b9bae99dac
Parents: fbd81b0
Author: Nick Couchman <vn...@apache.org>
Authored: Mon Feb 26 15:03:31 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Feb 26 15:05:23 2018 -0500

----------------------------------------------------------------------
 src/chapters/configuring.xml | 82 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 81 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/5691ace4/src/chapters/configuring.xml
----------------------------------------------------------------------
diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml
index 7d78a5a..559341e 100644
--- a/src/chapters/configuring.xml
+++ b/src/chapters/configuring.xml
@@ -2974,6 +2974,46 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a
                     </tgroup>
                 </informaltable>
             </section>
+            <section xml:id="ssh-terminal-behavior">
+                <title>Controlling terminal behavior</title>
+                <para>In most cases, the default behavior for a terminal works without modification.
+                    However, when connecting to certain systems, particularly operating systems other
+                    than Linux, the terminal behavior may need to be tweaked to allow it to operate
+                    properly.  The settings in this section control that behavior.</para>
+                <informaltable frame="all">
+                    <indexterm>
+                        <primary>parameters</primary>
+                        <secondary>SSH</secondary>
+                    </indexterm>
+                    <tgroup cols="2">
+                        <colspec colname="c1" colnum="1" colwidth="1*"/>
+                        <colspec colname="c2" colnum="2" colwidth="3.55*"/>
+                        <thead>
+                            <row>
+                                <entry>Parameter name</entry>
+                                <entry>Description</entry>
+                            </row>
+                        </thead>
+                        <tbody>
+                            <row>
+                                <entry><parameter>backspace</parameter></entry>
+                                <entry>
+                                    <para><indexterm>
+                                            <primary>SSH</primary>
+                                            <secondary>backspace</secondary>
+                                        </indexterm>This parameter controls the ASCII code that
+                                        the backspace key sends to the remote system.  Under most
+                                        circumstances this should not need to be adjusted; however,
+                                        if, when pressing the backspace key, you see control characters
+                                        (often either ^? or ^H) instead of seeing the text erased,
+                                        you may need to adjust this parameter.  By default the terminal
+                                        sends ASCII code 127 (Delete) if this option is not set.</para>
+                                </entry>
+                            </row>
+                        </tbody>
+                    </tgroup>
+                </informaltable>
+            </section>
             <section xml:id="ssh-typescripts">
                 <title>Text session recording (typescripts)</title>
                 <para>The full, raw text content of SSH sessions, including timing information, can
@@ -3559,6 +3599,46 @@ guaclog: INFO: All files interpreted successfully.</computeroutput>
                     </tgroup>
                 </informaltable>
             </section>
+            <section xml:id="telnet-terminal-behavior">
+                <title>Controlling terminal behavior</title>
+                <para>In most cases, the default behavior for a terminal works without modification.
+                    However, when connecting to certain systems, particularly operating systems other
+                    than Linux, the terminal behavior may need to be tweaked to allow it to operate
+                    properly.  The settings in this section control that behavior.</para>
+                <informaltable frame="all">
+                    <indexterm>
+                        <primary>parameters</primary>
+                        <secondary>telnet</secondary>
+                    </indexterm>
+                    <tgroup cols="2">
+                        <colspec colname="c1" colnum="1" colwidth="1*"/>
+                        <colspec colname="c2" colnum="2" colwidth="3.55*"/>
+                        <thead>
+                            <row>
+                                <entry>Parameter name</entry>
+                                <entry>Description</entry>
+                            </row>
+                        </thead>
+                        <tbody>
+                            <row>
+                                <entry><parameter>backspace</parameter></entry>
+                                <entry>
+                                    <para><indexterm>
+                                            <primary>telnet</primary>
+                                            <secondary>backspace</secondary>
+                                        </indexterm>This parameter controls the ASCII code that
+                                        the backspace key sends to the remote system.  Under most
+                                        circumstances this should not need to be adjusted; however,
+                                        if, when pressing the backspace key, you see control characters
+                                        (often either ^? or ^H) instead of seeing the text erased,
+                                        you may need to adjust this parameter.  By default the terminal
+                                        sends ASCII code 127 (Delete) if this option is not set.</para>
+                                </entry>
+                            </row>
+                        </tbody>
+                    </tgroup>
+                </informaltable>
+            </section>
             <section xml:id="telnet-typescripts">
                 <title>Text session recording (typescripts)</title>
                 <para>The full, raw text content of telnet sessions, including timing information,
@@ -3586,7 +3666,7 @@ guaclog: INFO: All files interpreted successfully.</computeroutput>
                 <informaltable frame="all">
                     <indexterm>
                         <primary>parameters</primary>
-                        <secondary>SSH</secondary>
+                        <secondary>telnet</secondary>
                     </indexterm>
                     <tgroup cols="2">
                         <colspec colname="c1" colnum="1" colwidth="1*"/>


[2/2] guacamole-manual git commit: GUACAMOLE-269: Merge documentation for controlling SSH/telnet backspace behavior.

Posted by mj...@apache.org.
GUACAMOLE-269: Merge documentation for controlling SSH/telnet backspace behavior.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/744e719d
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/744e719d
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/744e719d

Branch: refs/heads/master
Commit: 744e719d3b26d8fa7f9e4b0d9a96bac93d6036c2
Parents: 0a514a6 5691ace
Author: Michael Jumper <mj...@apache.org>
Authored: Mon Apr 2 13:28:14 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Mon Apr 2 13:28:14 2018 -0700

----------------------------------------------------------------------
 src/chapters/configuring.xml | 82 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 81 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/744e719d/src/chapters/configuring.xml
----------------------------------------------------------------------