From fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 04:10:07 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konsole/doc/VT100/Table.Codes | 26 +++++++++++++------------- konsole/doc/VT100/db.trans | 2 +- konsole/doc/VT100/genDocument | 6 +++--- konsole/doc/VT100/genTC.pl | 42 +++++++++++++++++++++--------------------- konsole/doc/VT100/techref.html | 40 ++++++++++++++++++++-------------------- 5 files changed, 58 insertions(+), 58 deletions(-) (limited to 'konsole/doc/VT100') 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

The second one is used to specify character set mappings (see SCS). 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. .

XTERM hacks

@@ -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. FETM Format Effector Transfer Reset GATM Guarded Area Transfer NA HEM Horizontal Editing NA -IRM Insertion-tqreplacement Reset +IRM Insertion-replacement Reset KAM Keyboard Action Reset MATM Multiple area transfer NA PUM Positioning Unit Reset SATM Selected Area Transfer NA -SRTM tqStatus Reporting TransferReset +SRTM Status Reporting TransferReset TSM Tabulation Stop Reset TTM Transfer Termination NA VEM Vertical Editing NA @@ -223,7 +223,7 @@ cat >> $RES << etx

Special Graphics Characters

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 SCS 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 "\n"; print "\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 "$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 "

$Fld[0] codes

\n"; } $curr = $Fld[0]; - tqlayout2($name,$t->{"$name.head"},$p); + layout2($name,$t->{"$name.head"},$p); } print "\n"; } @@ -346,29 +346,29 @@ sortTest($t); secthead("Host to Terminal (Instructions by Group)"); htmlsect("Operations"); print "\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 "
\n"; # ------------------------------- secthead("Terminal to Host"); print "\n"; -tqlayoutTable("Replies",$t,"Reply"); -tqlayoutTable("Events",$t,"Event"); +layoutTable("Replies",$t,"Reply"); +layoutTable("Events",$t,"Event"); # ------------------------------- print "
\n"; secthead("Modes"); print "\n"; -tqlayoutTable("Modes",$t,"Mode"); +layoutTable("Modes",$t,"Mode"); #print "

Other Codes

\n"; print "
\n"; # ------------------------------- @@ -385,7 +385,7 @@ foreach $p (sort keys %$t) # print "\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.

The second one is used to specify character set mappings (see SCS). 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.

XTERM hacks

@@ -498,13 +498,13 @@ Work is currently in progress to fix this issue. CSI n {Ps} -Device tqStatus Report +Device Status Report DSRREP CSI n -{tqStatus} -Device tqStatus Report Reply +{Status} +Device Status Report Reply DECLL CSI @@ -1559,7 +1559,7 @@ Work is currently in progress to fix this issue. CSI n {Ps} -Device tqStatus Report +Device Status Report ENQ CTL @@ -1598,8 +1598,8 @@ Work is currently in progress to fix this issue. DSRREP CSI n -{tqStatus} -Device tqStatus Report Reply +{Status} +Device Status Report Reply

Events

CUB @@ -2234,7 +2234,7 @@ Work is currently in progress to fix this issue.

Causes the VT100 to fill it's screen with - uppercase Es for screen focus and tqalignment. + uppercase Es for screen focus and alignment.

@@ -2403,7 +2403,7 @@ Work is currently in progress to fix this issue. ESC # 6

- 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 @@ -2883,7 +2883,7 @@ Work is currently in progress to fix this issue. ESC # 5

- 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.

@@ -2974,11 +2974,11 @@ Work is currently in progress to fix this issue. N/AVT100emuIgnoredsee above

DSRREP - Device tqStatus Report Reply + Device Status Report Reply ECMA VT100

- ESC [ tqStatus n + ESC [ Status n

Reports the general status of the VT100 according to the @@ -2989,7 +2989,7 @@ Work is currently in progress to fix this issue.

- tqStatusMeaning + StatusMeaning 0Ready, no faults detected @@ -2998,7 +2998,7 @@ Work is currently in progress to fix this issue. 3Malfunction detected

DSRREQ - Device tqStatus Report + Device Status Report ECMA VT100

@@ -3012,7 +3012,7 @@ Work is currently in progress to fix this issue. SubcodeEmulationScopeOperationArgsMeaning - 5VT100emureporttqStatusReport tqStatus (using a DSRREP control sequence) + 5VT100emureportStatusReport Status (using a DSRREP control sequence) 6VT100emureportCursorPositionReport Active Position (using a CPR sequence) @@ -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.

@@ -4513,12 +4513,12 @@ as noted. FETM Format Effector Transfer Reset GATM Guarded Area Transfer NA HEM Horizontal Editing NA -IRM Insertion-tqreplacement Reset +IRM Insertion-replacement Reset KAM Keyboard Action Reset MATM Multiple area transfer NA PUM Positioning Unit Reset SATM Selected Area Transfer NA -SRTM tqStatus Reporting TransferReset +SRTM Status Reporting TransferReset TSM Tabulation Stop Reset TTM Transfer Termination NA VEM Vertical Editing NA @@ -4542,7 +4542,7 @@ The notation <ESC> denotes a single ASCII Escape character, 1Bx.

Special Graphics Characters

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 SCS control sequence).
-- cgit v1.2.1