summaryrefslogtreecommitdiffstats
path: root/konsole/doc/VT100
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/doc/VT100')
-rw-r--r--konsole/doc/VT100/Table.Codes26
-rw-r--r--konsole/doc/VT100/db.trans2
-rwxr-xr-xkonsole/doc/VT100/genDocument6
-rwxr-xr-xkonsole/doc/VT100/genTC.pl42
-rw-r--r--konsole/doc/VT100/techref.html40
5 files changed, 58 insertions, 58 deletions
diff --git a/konsole/doc/VT100/Table.Codes b/konsole/doc/VT100/Table.Codes
index 376d8bb6d..6ece0f4bf 100644
--- a/konsole/doc/VT100/Table.Codes
+++ b/konsole/doc/VT100/Table.Codes
@@ -18,7 +18,7 @@
# make a script that extracts it again. From db.trans, we then generate parts
# of the decoder (the semantic assignment).
#
-# db2.pl tqcontains as script able to slit TEScreen.C into the emulation
+# db2.pl contains as script able to slit TEScreen.C into the emulation
# (in)dependent parts due to [db.trans].
#
# A like thing has to be done for TEmuVt102.C/h and for TEScreen.h.
@@ -54,7 +54,7 @@ Introduction.html
The serial cable is folded into the operating system as a sort of
loop back device, and a program, the terminal emulation, uses modern
means of graphical user interfaces to behave like an earlier terminal.
- To complete the picture, the host in the diagram is tqreplaced by the
+ To complete the picture, the host in the diagram is replaced by the
application that runs in the emulation (typically a shell or an old
editor). So, terminal emulations are in fact interfaces to character
oriented applications.
@@ -308,7 +308,7 @@ Sequences.html
<p>
The second one is used to specify character set mappings (see <a
href=#SCS>SCS</a>). A CSI instruction to do this is specified in ECMA,
- and this should be used as a tqreplacement.
+ and this should be used as a replacement.
.
<h4>XTERM hacks</h4>
@@ -1070,7 +1070,7 @@ DECALN.sect Command
DECALN.code HSH|8|
DECALN.text
Causes the VT100 to fill it's screen with
- uppercase Es for screen focus and tqalignment.
+ uppercase Es for screen focus and alignment.
DECALN.table.XPS
Subcode|Emulation|Scope|Operation|Args|Meaning
N/A|VT100|scr|helpAlign||see above
@@ -1176,7 +1176,7 @@ DECDWL.emus VT100
DECDWL.sect Command.NoImp
DECDWL.code HSH|6|
DECDWL.text
- This causes the line that tqcontains the cursor to become double-width
+ This causes the line that contains the cursor to become double-width
single height. If the line was single width, all characters ro the
right of the center of the screen will be lost. The cursor remains
over the same character position, unless it would be to the right of
@@ -1399,7 +1399,7 @@ DECSWL.emus VT100
DECSWL.sect Command.NoImp
DECSWL.code HSH|5|
DECSWL.text
- This causes the line which tqcontains the cursor to become single-width,
+ This causes the line which contains the cursor to become single-width,
single-height. The cursor remains on the same character position.
This is the default condition for all new lines on the screen.
DECSWL.table.XPS
@@ -1424,7 +1424,7 @@ DECTST.table.Weight
3|EIA Modem Control Test (Loopback connector req.)
4|Repeat Testing until failure
-DSRREQ.head Device tqStatus Report
+DSRREQ.head Device Status Report
DSRREQ.emus ECMA VT100
DSRREQ.sect Command.Request
DSRREQ.code CSI|n|{Ps}
@@ -1432,21 +1432,21 @@ DSRREQ.text
Requests status of the VT100 according to the following parameters.
DSRREQ.table.XPS
Subcode|Emulation|Scope|Operation|Args|Meaning
- 5|VT100|emu|reporttqStatus||Report tqStatus (using a \ref:DSRREP control sequence)
+ 5|VT100|emu|reportStatus||Report Status (using a \ref:DSRREP control sequence)
6|VT100|emu|reportCursorPosition||Report Active Position (using a \ref:CPR sequence)
-DSRREP.head Device tqStatus Report Reply
+DSRREP.head Device Status Report Reply
DSRREP.emus ECMA VT100
DSRREP.sect Reply
-DSRREP.code CSI|n|{tqStatus}
+DSRREP.code CSI|n|{Status}
DSRREP.text
Reports the general status of the VT100 according to the
following parameters.
.
DSRREP with a parameter of 0 or 3 is always sent as a response to a
requesting \ref:DSRREQ with a parameter of 5.
-DSRREP.table.tqStatus
- tqStatus|Meaning:3
+DSRREP.table.Status
+ Status|Meaning:3
0|Ready, no faults detected
3|Malfunction detected
@@ -1608,7 +1608,7 @@ SCS.text
The United Kingdom and ASCII sets conform to the "ISO international
register of character sets to be used with escape sequences". The
other sets are private character sets. Special graphics means that the
- graphic characters fpr the codes 0137 to 0176 are tqreplaced with other
+ graphic characters fpr the codes 0137 to 0176 are replaced with other
characters. The specified character set will be used until another SCS
is received.
SCS.table.XPS
diff --git a/konsole/doc/VT100/db.trans b/konsole/doc/VT100/db.trans
index 406d9f1ed..7fe21ef27 100644
--- a/konsole/doc/VT100/db.trans
+++ b/konsole/doc/VT100/db.trans
@@ -109,7 +109,7 @@ TY_CSI_PS|SGR|'m'|104|scr|setBackColor|12
TY_CSI_PS|SGR|'m'|105|scr|setBackColor|13
TY_CSI_PS|SGR|'m'|106|scr|setBackColor|14
TY_CSI_PS|SGR|'m'|107|scr|setBackColor|15
-TY_CSI_PS|DSR|'n'|5|emu|reporttqStatus|
+TY_CSI_PS|DSR|'n'|5|emu|reportStatus|
TY_CSI_PS|DSR|'n'|6|emu|reportCursorPosition|
TY_CSI_PS|DECLL|'q'|0|||
TY_CSI_PS|DECLL|'q'|1|||
diff --git a/konsole/doc/VT100/genDocument b/konsole/doc/VT100/genDocument
index 927f48f83..4ecee0996 100755
--- a/konsole/doc/VT100/genDocument
+++ b/konsole/doc/VT100/genDocument
@@ -183,12 +183,12 @@ as noted.
<tr><td>FETM </td><td>Format Effector Transfer </td><td>Reset</td></tr>
<tr><td>GATM </td><td>Guarded Area Transfer </td><td>NA </td></tr>
<tr><td>HEM </td><td>Horizontal Editing </td><td>NA </td></tr>
-<tr><td>IRM </td><td>Insertion-tqreplacement </td><td>Reset</td></tr>
+<tr><td>IRM </td><td>Insertion-replacement </td><td>Reset</td></tr>
<tr><td>KAM </td><td>Keyboard Action </td><td>Reset</td></tr>
<tr><td>MATM </td><td>Multiple area transfer </td><td>NA </td></tr>
<tr><td>PUM </td><td>Positioning Unit </td><td>Reset</td></tr>
<tr><td>SATM </td><td>Selected Area Transfer </td><td>NA </td></tr>
-<tr><td>SRTM </td><td>tqStatus Reporting Transfer</td><td>Reset</td></tr>
+<tr><td>SRTM </td><td>Status Reporting Transfer</td><td>Reset</td></tr>
<tr><td>TSM </td><td>Tabulation Stop </td><td>Reset</td></tr>
<tr><td>TTM </td><td>Transfer Termination </td><td>NA </td></tr>
<tr><td>VEM </td><td>Vertical Editing </td><td>NA </td></tr>
@@ -223,7 +223,7 @@ cat >> $RES << etx
<h2>Special Graphics Characters</h2>
If the Special Graphics set is selected, the graphics for ASCII codes
-0137 through 0176 will be tqreplaced according to the following table (see the
+0137 through 0176 will be replaced according to the following table (see the
<a href=#SCS>SCS</a> control sequence).
etx
diff --git a/konsole/doc/VT100/genTC.pl b/konsole/doc/VT100/genTC.pl
index bc06a3cb1..a3a7c5669 100755
--- a/konsole/doc/VT100/genTC.pl
+++ b/konsole/doc/VT100/genTC.pl
@@ -147,7 +147,7 @@ sub txt2Html
return $_;
}
-sub tqlayout
+sub layout
{ my ($Name, $Head, $Code, $Doku, $Dflt, $Attr) = @_;
if ($html)
{
@@ -234,7 +234,7 @@ print "</table>\n";
print "</h2>\n";
}
-sub tqlayout2
+sub layout2
{ my ($Name, $Head, $Code) = @_;
my @Part = split('\|',$Code);
my $Type = $#Part > -1 ? $Part[0] : "";
@@ -261,7 +261,7 @@ sub tqlayout2
print "<td $color1>$Head\n";
}
-sub tqlayoutTable
+sub layoutTable
{
my ($Head, $t, $Include) = @_;
my $p;
@@ -276,7 +276,7 @@ foreach $p (sort keys %$t)
my $attr = exists $t->{"$name.sect"}?$t->{"$name.sect"}:"";
if ($attr =~ /$Include/)
{
- tqlayout2( $name, $head, exists $t->{"$name.code"}?$t->{"$name.code"}:"");
+ layout2( $name, $head, exists $t->{"$name.code"}?$t->{"$name.code"}:"");
}
}
}
@@ -311,7 +311,7 @@ sub sortTest
print "<tr><td colspan=5><h3>$Fld[0] codes</h3>\n";
}
$curr = $Fld[0];
- tqlayout2($name,$t->{"$name.head"},$p);
+ layout2($name,$t->{"$name.head"},$p);
}
print "</table>\n";
}
@@ -346,29 +346,29 @@ sortTest($t);
secthead("Host to Terminal (Instructions by Group)");
htmlsect("Operations");
print "<table>\n";
-tqlayoutTable("Commands (Character Display Operation)",$t,"Command\.Display");
-tqlayoutTable("Commands (Rendition related status)",$t,"Command\.RenderMode");
-tqlayoutTable("Commands (Cursor)",$t,"Command\.Cursor");
-tqlayoutTable("Commands (Cursor related status)",$t,"Command\.CursMode");
-tqlayoutTable("Commands (Edit)",$t,"Command\.Erase|Command\.Insert|Command.\Delete");
-tqlayoutTable("Commands (Miscellaneous)",$t,"Command[^.]|Command\$");
-tqlayoutTable("Commands (General mode setting)",$t,"Command\.SetMode");
-tqlayoutTable("Commands (Miscellaneous status)",$t,"Command\.Mode");
-tqlayoutTable("Commands (VT52)",$t,"Command\.VT52");
-tqlayoutTable("Commands (Not implemented)",$t,"Command\.NoImp");
-tqlayoutTable("Commands (Ignored)",$t,"Command\.Ignored");
-tqlayoutTable("Commands (Requests)",$t,"Command\.Request");
+layoutTable("Commands (Character Display Operation)",$t,"Command\.Display");
+layoutTable("Commands (Rendition related status)",$t,"Command\.RenderMode");
+layoutTable("Commands (Cursor)",$t,"Command\.Cursor");
+layoutTable("Commands (Cursor related status)",$t,"Command\.CursMode");
+layoutTable("Commands (Edit)",$t,"Command\.Erase|Command\.Insert|Command.\Delete");
+layoutTable("Commands (Miscellaneous)",$t,"Command[^.]|Command\$");
+layoutTable("Commands (General mode setting)",$t,"Command\.SetMode");
+layoutTable("Commands (Miscellaneous status)",$t,"Command\.Mode");
+layoutTable("Commands (VT52)",$t,"Command\.VT52");
+layoutTable("Commands (Not implemented)",$t,"Command\.NoImp");
+layoutTable("Commands (Ignored)",$t,"Command\.Ignored");
+layoutTable("Commands (Requests)",$t,"Command\.Request");
print "</table>\n";
# -------------------------------
secthead("Terminal to Host");
print "<table>\n";
-tqlayoutTable("Replies",$t,"Reply");
-tqlayoutTable("Events",$t,"Event");
+layoutTable("Replies",$t,"Reply");
+layoutTable("Events",$t,"Event");
# -------------------------------
print "</table>\n";
secthead("Modes");
print "<table>\n";
-tqlayoutTable("Modes",$t,"Mode");
+layoutTable("Modes",$t,"Mode");
#print "<h3>Other Codes</h3>\n";
print "</table>\n";
# -------------------------------
@@ -385,7 +385,7 @@ foreach $p (sort keys %$t)
# print "</table>\n" if ($table);
my $name = $Fld[0];
my $head = $t->{$p};
- tqlayout( $name, $head,
+ layout( $name, $head,
exists $t->{"$name.code"}?$t->{"$name.code"}:"",
exists $t->{"$name.text"}?$t->{"$name.text"}:"",
exists $t->{"$name.dflt"}?$t->{"$name.dflt"}:"",
diff --git a/konsole/doc/VT100/techref.html b/konsole/doc/VT100/techref.html
index d16d4804b..6e36f39e5 100644
--- a/konsole/doc/VT100/techref.html
+++ b/konsole/doc/VT100/techref.html
@@ -90,7 +90,7 @@ Work is currently in progress to fix this issue.
The serial cable is folded into the operating system as a sort of
loop back device, and a program, the terminal emulation, uses modern
means of graphical user interfaces to behave like an earlier terminal.
- To complete the picture, the host in the diagram is tqreplaced by the
+ To complete the picture, the host in the diagram is replaced by the
application that runs in the emulation (typically a shell or an old
editor). So, terminal emulations are in fact interfaces to character
oriented applications.
@@ -349,7 +349,7 @@ Work is currently in progress to fix this issue.
<p>
The second one is used to specify character set mappings (see <a
href=#SCS>SCS</a>). A CSI instruction to do this is specified in ECMA,
- and this should be used as a tqreplacement.
+ and this should be used as a replacement.
<p>
<h4>XTERM hacks</h4>
<h2>
@@ -498,13 +498,13 @@ Work is currently in progress to fix this issue.
<td bgcolor="#D0D0D0">CSI
<td bgcolor="#D0D0D0">n
<td bgcolor="#D0D0D0">{Ps}
-<td bgcolor="#D0D0D0">Device tqStatus Report
+<td bgcolor="#D0D0D0">Device Status Report
<tr>
<td bgcolor="#D0D0D0"><a href=#DSRREP>DSRREP</a>
<td bgcolor="#D0D0D0">CSI
<td bgcolor="#D0D0D0">n
-<td bgcolor="#D0D0D0">{tqStatus}
-<td bgcolor="#D0D0D0">Device tqStatus Report Reply
+<td bgcolor="#D0D0D0">{Status}
+<td bgcolor="#D0D0D0">Device Status Report Reply
<tr>
<td bgcolor="#D0D0D0"><a href=#DECLL>DECLL</a>
<td bgcolor="#D0D0D0">CSI
@@ -1559,7 +1559,7 @@ Work is currently in progress to fix this issue.
<td bgcolor="#D0D0D0">CSI
<td bgcolor="#D0D0D0">n
<td bgcolor="#D0D0D0">{Ps}
-<td bgcolor="#D0D0D0">Device tqStatus Report
+<td bgcolor="#D0D0D0">Device Status Report
<tr>
<td bgcolor="#D0D0D0"><a href=#ENQ>ENQ</a>
<td bgcolor="#D0D0D0">CTL
@@ -1598,8 +1598,8 @@ Work is currently in progress to fix this issue.
<td bgcolor="#D0D0D0"><a href=#DSRREP>DSRREP</a>
<td bgcolor="#D0D0D0">CSI
<td bgcolor="#D0D0D0">n
-<td bgcolor="#D0D0D0">{tqStatus}
-<td bgcolor="#D0D0D0">Device tqStatus Report Reply
+<td bgcolor="#D0D0D0">{Status}
+<td bgcolor="#D0D0D0">Device Status Report Reply
<tr><td colspan=5><h3>Events</h3>
<tr>
<td bgcolor="#D0D0D0"><a href=#CUB>CUB</a>
@@ -2234,7 +2234,7 @@ Work is currently in progress to fix this issue.
<tr><td><p></td>
<tr><td></td>
<td colspan=6> Causes the VT100 to fill it's screen with
- uppercase Es for screen focus and tqalignment.
+ uppercase Es for screen focus and alignment.
<tr><td><p></td></tr>
<tr>
<td></td>
@@ -2403,7 +2403,7 @@ Work is currently in progress to fix this issue.
<td colspan=5 ><code> <b>ESC</b> <b>#</b> <b>6</b></code>
<tr><td><p></td>
<tr><td></td>
- <td colspan=6> This causes the line that tqcontains the cursor to become double-width
+ <td colspan=6> This causes the line that contains the cursor to become double-width
single height. If the line was single width, all characters ro the
right of the center of the screen will be lost. The cursor remains
over the same character position, unless it would be to the right of
@@ -2883,7 +2883,7 @@ Work is currently in progress to fix this issue.
<td colspan=5 ><code> <b>ESC</b> <b>#</b> <b>5</b></code>
<tr><td><p></td>
<tr><td></td>
- <td colspan=6> This causes the line which tqcontains the cursor to become single-width,
+ <td colspan=6> This causes the line which contains the cursor to become single-width,
single-height. The cursor remains on the same character position.
This is the default condition for all new lines on the screen.
<tr><td><p></td></tr>
@@ -2974,11 +2974,11 @@ Work is currently in progress to fix this issue.
<td colspan=1 bgcolor="#5188B2"> N/A</td><td colspan=1 bgcolor="#5188B2">VT100</td><td colspan=1 bgcolor="#5188B2">emu</td><td colspan=1 bgcolor="#5188B2">Ignored</td><td colspan=1 bgcolor="#5188B2"></td><td colspan=1 bgcolor="#5188B2">see above</td></tr>
<tr><td><p></td></tr>
<tr><td bgcolor="#D0D0D0"><a name=DSRREP>DSRREP</a>
- <td colspan=5 bgcolor="#D0D0D0"><b>Device tqStatus Report Reply</b>
+ <td colspan=5 bgcolor="#D0D0D0"><b>Device Status Report Reply</b>
<td bgcolor="#D0D0D0">ECMA VT100
<tr><td><p></td>
<tr><td>
- <td colspan=5 ><code> <b>ESC</b> <b>[</b> <em>tqStatus</em> <b>n</b></code>
+ <td colspan=5 ><code> <b>ESC</b> <b>[</b> <em>Status</em> <b>n</b></code>
<tr><td><p></td>
<tr><td></td>
<td colspan=6> Reports the general status of the VT100 according to the
@@ -2989,7 +2989,7 @@ Work is currently in progress to fix this issue.
<tr><td><p></td></tr>
<tr>
<td></td>
-<td colspan=1 bgcolor="#D0D0D0"> tqStatus</td><td colspan=3 bgcolor="#D0D0D0">Meaning</td></tr>
+<td colspan=1 bgcolor="#D0D0D0"> Status</td><td colspan=3 bgcolor="#D0D0D0">Meaning</td></tr>
<tr>
<td></td>
<td colspan=1 bgcolor="#5188B2"> 0</td><td colspan=3 bgcolor="#5188B2">Ready, no faults detected</td></tr>
@@ -2998,7 +2998,7 @@ Work is currently in progress to fix this issue.
<td colspan=1 bgcolor="#5BA5B2"> 3</td><td colspan=3 bgcolor="#5BA5B2">Malfunction detected</td></tr>
<tr><td><p></td></tr>
<tr><td bgcolor="#D0D0D0"><a name=DSRREQ>DSRREQ</a>
- <td colspan=5 bgcolor="#D0D0D0"><b>Device tqStatus Report</b>
+ <td colspan=5 bgcolor="#D0D0D0"><b>Device Status Report</b>
<td bgcolor="#D0D0D0">ECMA VT100
<tr><td><p></td>
<tr><td>
@@ -3012,7 +3012,7 @@ Work is currently in progress to fix this issue.
<td colspan=1 bgcolor="#D0D0D0"> Subcode</td><td colspan=1 bgcolor="#D0D0D0">Emulation</td><td colspan=1 bgcolor="#D0D0D0">Scope</td><td colspan=1 bgcolor="#D0D0D0">Operation</td><td colspan=1 bgcolor="#D0D0D0">Args</td><td colspan=1 bgcolor="#D0D0D0">Meaning</td></tr>
<tr>
<td></td>
-<td colspan=1 bgcolor="#5188B2"> 5</td><td colspan=1 bgcolor="#5188B2">VT100</td><td colspan=1 bgcolor="#5188B2">emu</td><td colspan=1 bgcolor="#5188B2">reporttqStatus</td><td colspan=1 bgcolor="#5188B2"></td><td colspan=1 bgcolor="#5188B2">Report tqStatus (using a <a href=#DSRREP>DSRREP</a> control sequence)</td></tr>
+<td colspan=1 bgcolor="#5188B2"> 5</td><td colspan=1 bgcolor="#5188B2">VT100</td><td colspan=1 bgcolor="#5188B2">emu</td><td colspan=1 bgcolor="#5188B2">reportStatus</td><td colspan=1 bgcolor="#5188B2"></td><td colspan=1 bgcolor="#5188B2">Report Status (using a <a href=#DSRREP>DSRREP</a> control sequence)</td></tr>
<tr>
<td></td>
<td colspan=1 bgcolor="#5BA5B2"> 6</td><td colspan=1 bgcolor="#5BA5B2">VT100</td><td colspan=1 bgcolor="#5BA5B2">emu</td><td colspan=1 bgcolor="#5BA5B2">reportCursorPosition</td><td colspan=1 bgcolor="#5BA5B2"></td><td colspan=1 bgcolor="#5BA5B2">Report Active Position (using a <a href=#CPR>CPR</a> sequence)</td></tr>
@@ -3740,7 +3740,7 @@ Work is currently in progress to fix this issue.
The United Kingdom and ASCII sets conform to the "ISO international
register of character sets to be used with escape sequences". The
other sets are private character sets. Special graphics means that the
- graphic characters fpr the codes 0137 to 0176 are tqreplaced with other
+ graphic characters fpr the codes 0137 to 0176 are replaced with other
characters. The specified character set will be used until another SCS
is received.
<tr><td><p></td></tr>
@@ -4513,12 +4513,12 @@ as noted.
<tr><td>FETM </td><td>Format Effector Transfer </td><td>Reset</td></tr>
<tr><td>GATM </td><td>Guarded Area Transfer </td><td>NA </td></tr>
<tr><td>HEM </td><td>Horizontal Editing </td><td>NA </td></tr>
-<tr><td>IRM </td><td>Insertion-tqreplacement </td><td>Reset</td></tr>
+<tr><td>IRM </td><td>Insertion-replacement </td><td>Reset</td></tr>
<tr><td>KAM </td><td>Keyboard Action </td><td>Reset</td></tr>
<tr><td>MATM </td><td>Multiple area transfer </td><td>NA </td></tr>
<tr><td>PUM </td><td>Positioning Unit </td><td>Reset</td></tr>
<tr><td>SATM </td><td>Selected Area Transfer </td><td>NA </td></tr>
-<tr><td>SRTM </td><td>tqStatus Reporting Transfer</td><td>Reset</td></tr>
+<tr><td>SRTM </td><td>Status Reporting Transfer</td><td>Reset</td></tr>
<tr><td>TSM </td><td>Tabulation Stop </td><td>Reset</td></tr>
<tr><td>TTM </td><td>Transfer Termination </td><td>NA </td></tr>
<tr><td>VEM </td><td>Vertical Editing </td><td>NA </td></tr>
@@ -4542,7 +4542,7 @@ The notation &lt;ESC&gt; denotes a single ASCII Escape character, 1Bx.
<h2>Special Graphics Characters</h2>
If the Special Graphics set is selected, the graphics for ASCII codes
-0137 through 0176 will be tqreplaced according to the following table (see the
+0137 through 0176 will be replaced according to the following table (see the
<a href=#SCS>SCS</a> control sequence).
<center>
<table cellspacing=30>