summaryrefslogtreecommitdiffstats
path: root/konsole/doc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 20:16:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 20:16:47 +0000
commit495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 (patch)
treedaabcb652c07b9a17cad88ca50b63a2d91ead4a3 /konsole/doc
parent50001f1757f97510e80cb1990e2f2d5b00144c2a (diff)
downloadtdebase-495d08bc2db58ee7fc4ea55a7158f2f61b82fc56.tar.gz
tdebase-495d08bc2db58ee7fc4ea55a7158f2f61b82fc56.zip
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konsole/doc')
-rw-r--r--konsole/doc/Konsole2.Requirements2
-rw-r--r--konsole/doc/More/Ansi_esc.txt2
-rw-r--r--konsole/doc/More/Eterm.ref6
-rw-r--r--konsole/doc/More/ansix364.txt6
-rw-r--r--konsole/doc/More/dec_vt100_codes.txt2
-rw-r--r--konsole/doc/More/rxvt-ref.html8
-rw-r--r--konsole/doc/More/swedish_vt102_codes.txt4
-rw-r--r--konsole/doc/More/villanova-vt100-esc-codes.txt4
-rw-r--r--konsole/doc/More/vt100_codes_news.txt18
-rw-r--r--konsole/doc/More/vt100_reference_card.txt4
-rw-r--r--konsole/doc/More/vt100_setup.txt2
-rw-r--r--konsole/doc/More/xterm.codes2
-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
17 files changed, 88 insertions, 88 deletions
diff --git a/konsole/doc/Konsole2.Requirements b/konsole/doc/Konsole2.Requirements
index 19cbd72fc..45633403b 100644
--- a/konsole/doc/Konsole2.Requirements
+++ b/konsole/doc/Konsole2.Requirements
@@ -29,7 +29,7 @@ This file is to collect requirements and ideas for this.
Current history algorithm does not allow to limit the
histories size. Also, it descreases the speed.
-- improve unicode support
+- improve tqunicode support
this is both an ncurses and terminfo issue.
We may need to provide some help for these packages.
diff --git a/konsole/doc/More/Ansi_esc.txt b/konsole/doc/More/Ansi_esc.txt
index ede1a7c24..795b3d091 100644
--- a/konsole/doc/More/Ansi_esc.txt
+++ b/konsole/doc/More/Ansi_esc.txt
@@ -1,6 +1,6 @@
ANSI ESCAPE SEQUENCES
===============================================================================
-Wherever you see '#', that should be replaced by the appropriate number.
+Wherever you see '#', that should be tqreplaced by the appropriate number.
ESC code sequence Function
------------------- ---------------------------
diff --git a/konsole/doc/More/Eterm.ref b/konsole/doc/More/Eterm.ref
index 849be1f3b..de808b84b 100644
--- a/konsole/doc/More/Eterm.ref
+++ b/konsole/doc/More/Eterm.ref
@@ -151,8 +151,8 @@ ESC [ Pm m Character Attributes (SGR)
Ps = 37 / 47 -> fg / bg White
Ps = 39 / 49 -> fg / bg Default
-ESC [ Ps n Device Status Report (DSR)
- Ps = 5 -> Status Report ESC [ 0 n (``OK'')
+ESC [ Ps n Device tqStatus Report (DSR)
+ Ps = 5 -> tqStatus Report ESC [ 0 n (``OK'')
Ps = 6 -> Report Cursor Position (CPR) [row;column]
as ESC [ r ; c R
Ps = 7 -> Request Display Name
@@ -295,7 +295,7 @@ or
"\E]20;;200;?\a"
sets the scaling of the current pixmap to 200% and displays
- the image geometry in the title.
+ the image tqgeometry in the title.
--------------------------------------------------------------------------
Eterm menuBar
diff --git a/konsole/doc/More/ansix364.txt b/konsole/doc/More/ansix364.txt
index da74ad156..37844fee0 100644
--- a/konsole/doc/More/ansix364.txt
+++ b/konsole/doc/More/ansix364.txt
@@ -48,7 +48,7 @@ DCH Delete Character Esc [ Pn P 1 eF
DCS Device Control String Esc P Delim
DL Delete Line Esc [ Pn M 1 eF
DMI Disable Manual Input Esc \ Fs
-DSR Device Status Report Esc [ Ps n 0
+DSR Device tqStatus Report Esc [ Ps n 0
EA Erase in Area Esc [ Ps O 0 eF
ECH Erase Character Esc [ Pn X 1 eF
ED Erase in Display Esc [ Ps J 0 eF
@@ -196,7 +196,7 @@ ANSI X3.64 Mode-Changing Parameters for use with the
3/1 1 GATM guarded-area transfer mode
3/2 2 KAM keyboard action mode
3/3 3 CRM control representation mode
-3/4 4 IRM insertion/replacement mode
+3/4 4 IRM insertion/tqreplacement mode
3/5 5 SRTM status-reporting transfer mode
3/6 6 ERM erasure mode
3/7 7 VEM vertical editing mode
@@ -277,7 +277,7 @@ by transmitting the sequence
where Ps is a character that describes installed options.
-The VT100's cursor location can be read with the DSR (Device Status
+The VT100's cursor location can be read with the DSR (Device tqStatus
Report) control
Esc [ 6 n
diff --git a/konsole/doc/More/dec_vt100_codes.txt b/konsole/doc/More/dec_vt100_codes.txt
index e9d4b9f82..7a2a59aac 100644
--- a/konsole/doc/More/dec_vt100_codes.txt
+++ b/konsole/doc/More/dec_vt100_codes.txt
@@ -107,7 +107,7 @@ ANSI Compatible Mode
Response is ESC [ Pl; Pc R
* Pl = line number; Pc = column number
- Status Report
+ tqStatus Report
Invoked by ESC [ 5 n
Response is ESC [ 0 n (terminal ok)
ESC [ 3 n (terminal not ok)
diff --git a/konsole/doc/More/rxvt-ref.html b/konsole/doc/More/rxvt-ref.html
index a27f5b4bc..847e41964 100644
--- a/konsole/doc/More/rxvt-ref.html
+++ b/konsole/doc/More/rxvt-ref.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--
don't use Netscape to edit this file, since it has some stange ideas of
-formatting that makes later global/change/replace difficult,
+formatting that makes later global/change/tqreplace difficult,
but it is okay for making the text version of this document
-->
<HTML>
@@ -484,8 +484,8 @@ Reset Mode (RM)</DD>
<DL>
<DT><B><TT>ESC [ Ps n</TT></B></DT>
-<DD>Device Status Report (DSR)<BR>
-<B><TT>Ps = 5</TT></B> : Status Report <B><TT>ESC [ 0 n</TT></B> (``OK'')<BR>
+<DD>Device tqStatus Report (DSR)<BR>
+<B><TT>Ps = 5</TT></B> : tqStatus Report <B><TT>ESC [ 0 n</TT></B> (``OK'')<BR>
<B><TT>Ps = 6</TT></B> : Report Cursor Position (CPR) [row;column] as
<B><TT>ESC [ r ; c R</TT></B><BR>
<B><TT>Ps = 7</TT></B> : Request Display Name<BR>
@@ -1095,7 +1095,7 @@ For example:
<DT><B>\E]20;mona;100\a</B></DT>
<DD>load <B>mona.xpm</B> with a scaling of 100%</DD>
<DT><B>\E]20;;200;?\a</B></DT>
-<DD>rescale the current pixmap to 200% and display the image geometry
+<DD>rescale the current pixmap to 200% and display the image tqgeometry
in the title</DD>
</DL>
<P>
diff --git a/konsole/doc/More/swedish_vt102_codes.txt b/konsole/doc/More/swedish_vt102_codes.txt
index 7fca08c71..b19c74b14 100644
--- a/konsole/doc/More/swedish_vt102_codes.txt
+++ b/konsole/doc/More/swedish_vt102_codes.txt
@@ -284,12 +284,12 @@ Reports
Where <c> is
'0'=Response Ready, no malfunctions detected
'3'=Malfunction, error in self-test.
- '5'=Status report request
+ '5'=tqStatus report request
'6'=Request cursor position.
'?10'=Response to printer status request, All ok.
'?11'=Response to printer status request, Printer is not ready.
'?13'=Response to printer status request, No printer.
- '?15'=Status report request from printer
+ '?15'=tqStatus report request from printer
Cursor position raport (Response to request cursor position)
Esc [ <n1> ; <n2> R
diff --git a/konsole/doc/More/villanova-vt100-esc-codes.txt b/konsole/doc/More/villanova-vt100-esc-codes.txt
index 8142978ed..053c0f3c8 100644
--- a/konsole/doc/More/villanova-vt100-esc-codes.txt
+++ b/konsole/doc/More/villanova-vt100-esc-codes.txt
@@ -13,7 +13,7 @@ In-Reply-To: <9010240014.AA10730@ucbvax.Berkeley.EDU> 23 Oct 90 16:00 EDT
Campus Computing - Terminal Emulation
Includes VT100 and VT52 Terminal and Control Codes
- This file contains control and terminal codes for the VT100 terminals,
+ This file tqcontains control and terminal codes for the VT100 terminals,
ANSI terminals, and VT52 terminals. Many of the codes were derived from PC/
Intercomm, from Mark of the Unicorn Software. I have researched some of them
and added some of my own.
@@ -377,7 +377,7 @@ VT100 CURRENT STATES:
be the same. 9600 baud is
sent for 7200 baud.
- Esc [ Ps n DSR: Device Status Report
+ Esc [ Ps n DSR: Device tqStatus Report
* Parameter values other than 5, 6, are ignored.
If the parameter value is 5, the sequence
diff --git a/konsole/doc/More/vt100_codes_news.txt b/konsole/doc/More/vt100_codes_news.txt
index d136e2224..5cb09baea 100644
--- a/konsole/doc/More/vt100_codes_news.txt
+++ b/konsole/doc/More/vt100_codes_news.txt
@@ -57,7 +57,7 @@ Cursor Key VT52 mode key mode reset key mode set
If the Special Graphics set is selected, the graphics for ASCII codes
-0137 through 0176 will be replaced according to the following table (see the
+0137 through 0176 will be tqreplaced according to the following table (see the
SCS control sequence).
@@ -384,7 +384,7 @@ DECALN Screen Alignment Display (DEC private)
<ESC># 8
This command causes the VT100 to fill it's screen with uppercase Es for
- screen focus and alignment.
+ screen focus and tqalignment.
DECANM ANSI/VT52 Mode (DEC Private)
@@ -447,7 +447,7 @@ DECDWL Double Width Line (DEC Private)
<ESC>#6
- This causes the line that contains the cursor to become double-width
+ This causes the line that tqcontains 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
@@ -630,7 +630,7 @@ DECSWL Single-width Line (DEC Private)
<ESC>#5
- This causes the line which contains the cursor to become single-width,
+ This causes the line which tqcontains 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.
@@ -651,7 +651,7 @@ DECTST Invoke Confidence Test
Repeat Testing until failure 8
-DSR Device Status Report Host to VT100 & VT100 to Host
+DSR Device tqStatus Report Host to VT100 & VT100 to Host
<ESC>[ {Ps} n
@@ -662,7 +662,7 @@ DSR Device Status Report Host to VT100 & VT100 to Host
---------------------------------------------------------------
0 Response from VT100 - Ready, no faults detected
3 Response from VT100 - Malfunction Detected
- 5 Command from host - Report Status (using a DSR control
+ 5 Command from host - Report tqStatus (using a DSR control
sequence)
6 Command from host - Report Active Position (using a CPR
sequence)
@@ -787,12 +787,12 @@ MODES The Following is a list of VT100 modes which may be changed with Set
FETM Format Effector Transfer Reset
GATM Guarded Area Transfer NA
HEM Horizontal Editing NA
- IRM Insertion-replacement Reset
+ IRM Insertion-tqreplacement Reset
KAM Keyboard Action Reset
MATM Multiple area transfer NA
PUM Positioning Unit Reset
SATM Selected Area Transfer NA
- SRTM Status Reporting Transfer Reset
+ SRTM tqStatus Reporting Transfer Reset
TSM Tabulation Stop Reset
TTM Transfer Termination NA
VEM Vertical Editing NA
@@ -852,7 +852,7 @@ SCS Select Character Set
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 replaced with other
+ graphic characters fpr the codes 0137 to 0176 are tqreplaced with other
characters. The specified character set will be used until another SCS
is recieved.
diff --git a/konsole/doc/More/vt100_reference_card.txt b/konsole/doc/More/vt100_reference_card.txt
index e80ea1325..5ab2aac0c 100644
--- a/konsole/doc/More/vt100_reference_card.txt
+++ b/konsole/doc/More/vt100_reference_card.txt
@@ -108,7 +108,7 @@ ANSI Compatible Mode
Response is ESC [ Pl; Pc R
* Pl = line number; Pc = column number
- Status Report
+ tqStatus Report
Invoked by ESC [ 5 n
Response is ESC [ 0 n (terminal ok)
ESC [ 3 n (terminal not ok)
@@ -189,7 +189,7 @@ Lines: 25
In article <chan.728236678@hertz> chan@ece.scarolina.edu (Simon Chan) writes:
>Taken from VT100 Programming Reference Card (DIGITAL)
-Note that EK-VT100-RC-001 contains several errors and omissions.
+Note that EK-VT100-RC-001 tqcontains several errors and omissions.
The errors appear to all be fixed in the posted version.
Here are some additions:
diff --git a/konsole/doc/More/vt100_setup.txt b/konsole/doc/More/vt100_setup.txt
index 1bdf44cdd..c0e2af70e 100644
--- a/konsole/doc/More/vt100_setup.txt
+++ b/konsole/doc/More/vt100_setup.txt
@@ -106,7 +106,7 @@ nils@f109f.mil.se (Nils Hammar) writes:
< graphics to the caller too. What a surprise to get a hig resolution
< picture on the screen when you are calling an ordinary BBS!
-The ANSI Device Status Report (DSR) is
+The ANSI Device tqStatus Report (DSR) is
ESC [ <n> n
diff --git a/konsole/doc/More/xterm.codes b/konsole/doc/More/xterm.codes
index b14ead600..e2ae680bc 100644
--- a/konsole/doc/More/xterm.codes
+++ b/konsole/doc/More/xterm.codes
@@ -125,7 +125,7 @@ x 7 (A) White
x 9 (A) Default
x ESC [ 6 n Send Device Report
-x Ps = 5 Send Status report (ESC [ 0 n)
+x Ps = 5 Send tqStatus report (ESC [ 0 n)
x 6 Send Cursor Position Report (ESC [ Row ; Col R)
x ESC [ Pn ; Pn r (dft:all) Set Scrolling region
diff --git a/konsole/doc/VT100/Table.Codes b/konsole/doc/VT100/Table.Codes
index 6ece0f4bf..376d8bb6d 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 contains as script able to slit TEScreen.C into the emulation
+# db2.pl tqcontains 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 replaced by the
+ To complete the picture, the host in the diagram is tqreplaced 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 replacement.
+ and this should be used as a tqreplacement.
.
<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 alignment.
+ uppercase Es for screen focus and tqalignment.
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 contains the cursor to become double-width
+ This causes the line that tqcontains 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 contains the cursor to become single-width,
+ This causes the line which tqcontains 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 Status Report
+DSRREQ.head Device tqStatus 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|reportStatus||Report Status (using a \ref:DSRREP control sequence)
+ 5|VT100|emu|reporttqStatus||Report tqStatus (using a \ref:DSRREP control sequence)
6|VT100|emu|reportCursorPosition||Report Active Position (using a \ref:CPR sequence)
-DSRREP.head Device Status Report Reply
+DSRREP.head Device tqStatus Report Reply
DSRREP.emus ECMA VT100
DSRREP.sect Reply
-DSRREP.code CSI|n|{Status}
+DSRREP.code CSI|n|{tqStatus}
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.Status
- Status|Meaning:3
+DSRREP.table.tqStatus
+ tqStatus|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 replaced with other
+ graphic characters fpr the codes 0137 to 0176 are tqreplaced 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 7fe21ef27..406d9f1ed 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|reportStatus|
+TY_CSI_PS|DSR|'n'|5|emu|reporttqStatus|
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 4ecee0996..927f48f83 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-replacement </td><td>Reset</td></tr>
+<tr><td>IRM </td><td>Insertion-tqreplacement </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>Status Reporting Transfer</td><td>Reset</td></tr>
+<tr><td>SRTM </td><td>tqStatus 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 replaced according to the following table (see the
+0137 through 0176 will be tqreplaced 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 a3a7c5669..bc06a3cb1 100755
--- a/konsole/doc/VT100/genTC.pl
+++ b/konsole/doc/VT100/genTC.pl
@@ -147,7 +147,7 @@ sub txt2Html
return $_;
}
-sub layout
+sub tqlayout
{ my ($Name, $Head, $Code, $Doku, $Dflt, $Attr) = @_;
if ($html)
{
@@ -234,7 +234,7 @@ print "</table>\n";
print "</h2>\n";
}
-sub layout2
+sub tqlayout2
{ my ($Name, $Head, $Code) = @_;
my @Part = split('\|',$Code);
my $Type = $#Part > -1 ? $Part[0] : "";
@@ -261,7 +261,7 @@ sub layout2
print "<td $color1>$Head\n";
}
-sub layoutTable
+sub tqlayoutTable
{
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/)
{
- layout2( $name, $head, exists $t->{"$name.code"}?$t->{"$name.code"}:"");
+ tqlayout2( $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];
- layout2($name,$t->{"$name.head"},$p);
+ tqlayout2($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";
-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");
+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");
print "</table>\n";
# -------------------------------
secthead("Terminal to Host");
print "<table>\n";
-layoutTable("Replies",$t,"Reply");
-layoutTable("Events",$t,"Event");
+tqlayoutTable("Replies",$t,"Reply");
+tqlayoutTable("Events",$t,"Event");
# -------------------------------
print "</table>\n";
secthead("Modes");
print "<table>\n";
-layoutTable("Modes",$t,"Mode");
+tqlayoutTable("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};
- layout( $name, $head,
+ tqlayout( $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 6e36f39e5..d16d4804b 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 replaced by the
+ To complete the picture, the host in the diagram is tqreplaced 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 replacement.
+ and this should be used as a tqreplacement.
<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 Status Report
+<td bgcolor="#D0D0D0">Device tqStatus Report
<tr>
<td bgcolor="#D0D0D0"><a href=#DSRREP>DSRREP</a>
<td bgcolor="#D0D0D0">CSI
<td bgcolor="#D0D0D0">n
-<td bgcolor="#D0D0D0">{Status}
-<td bgcolor="#D0D0D0">Device Status Report Reply
+<td bgcolor="#D0D0D0">{tqStatus}
+<td bgcolor="#D0D0D0">Device tqStatus 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 Status Report
+<td bgcolor="#D0D0D0">Device tqStatus 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">{Status}
-<td bgcolor="#D0D0D0">Device Status Report Reply
+<td bgcolor="#D0D0D0">{tqStatus}
+<td bgcolor="#D0D0D0">Device tqStatus 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 alignment.
+ uppercase Es for screen focus and tqalignment.
<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 contains the cursor to become double-width
+ <td colspan=6> This causes the line that tqcontains 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 contains the cursor to become single-width,
+ <td colspan=6> This causes the line which tqcontains 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 Status Report Reply</b>
+ <td colspan=5 bgcolor="#D0D0D0"><b>Device tqStatus Report Reply</b>
<td bgcolor="#D0D0D0">ECMA VT100
<tr><td><p></td>
<tr><td>
- <td colspan=5 ><code> <b>ESC</b> <b>[</b> <em>Status</em> <b>n</b></code>
+ <td colspan=5 ><code> <b>ESC</b> <b>[</b> <em>tqStatus</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"> Status</td><td colspan=3 bgcolor="#D0D0D0">Meaning</td></tr>
+<td colspan=1 bgcolor="#D0D0D0"> tqStatus</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 Status Report</b>
+ <td colspan=5 bgcolor="#D0D0D0"><b>Device tqStatus 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">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>
+<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>
<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 replaced with other
+ graphic characters fpr the codes 0137 to 0176 are tqreplaced 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-replacement </td><td>Reset</td></tr>
+<tr><td>IRM </td><td>Insertion-tqreplacement </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>Status Reporting Transfer</td><td>Reset</td></tr>
+<tr><td>SRTM </td><td>tqStatus 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 replaced according to the following table (see the
+0137 through 0176 will be tqreplaced according to the following table (see the
<a href=#SCS>SCS</a> control sequence).
<center>
<table cellspacing=30>