automatic commit - 22-11-2022
This commit is contained in:
@@ -144,3 +144,6 @@
|
||||
2.11.2022 Lars: Fixed and added assignments in Thing 1.27
|
||||
04.11.2022 Lars: Added Texel v4e
|
||||
08.11.2022 Lars: Moved /sources/ out of setup (one dir up)
|
||||
20.11.2022 Lars: /mint/sys/bin/ cleaned + updated
|
||||
Corrected teradesk.inf, highwire.cfg
|
||||
|
||||
@@ -2,26 +2,26 @@ HighWire = 0.3.5
|
||||
#
|
||||
### Normal Font ###
|
||||
#
|
||||
NORMAL = 31324
|
||||
ITALIC_NORMAL = 13389
|
||||
BOLD_NORMAL = 28258
|
||||
BOLD_ITALIC_NORMAL = 22570
|
||||
NORMAL = 5031
|
||||
ITALIC_NORMAL = 5032
|
||||
BOLD_NORMAL = 5033
|
||||
BOLD_ITALIC_NORMAL = 5034
|
||||
#
|
||||
### Header Font ###
|
||||
#
|
||||
HEADER = 31324
|
||||
ITALIC_HEADER = 13389
|
||||
BOLD_HEADER = 28258
|
||||
BOLD_ITALIC_HEADER = 22570
|
||||
HEADER = 5031
|
||||
ITALIC_HEADER = 5032
|
||||
BOLD_HEADER = 5033
|
||||
BOLD_ITALIC_HEADER = 5034
|
||||
#
|
||||
### Teletype Font ###
|
||||
#
|
||||
# Font used for PRE and TT tags
|
||||
#
|
||||
TELETYPE = 19262
|
||||
ITALIC_TELETYPE = 14347
|
||||
BOLD_TELETYPE = 18720
|
||||
BOLD_ITALIC_TELETYPE = 25760
|
||||
TELETYPE = 5031
|
||||
ITALIC_TELETYPE = 5032
|
||||
BOLD_TELETYPE = 5033
|
||||
BOLD_ITALIC_TELETYPE = 5034
|
||||
#
|
||||
### Base Font Size ###
|
||||
#
|
||||
@@ -105,7 +105,8 @@ AV_WINDOW = 2
|
||||
#
|
||||
### Download folder ###
|
||||
#
|
||||
DATA_DIR = C:\Downloads\
|
||||
DATA_DIR = C:\home\Downloads\
|
||||
#
|
||||
### History ###
|
||||
#
|
||||
BOOKM_GEO = 1833x6259+6365+0B03
|
||||
|
||||
@@ -6,7 +6,7 @@ options=
|
||||
{
|
||||
infv=0x0400
|
||||
save=0x0000
|
||||
dial=0x0001
|
||||
dial=0x0002
|
||||
xpre=0x0000
|
||||
pref=0x101F
|
||||
buff=512
|
||||
@@ -31,6 +31,7 @@ shortcuts=
|
||||
{
|
||||
open=0x024F
|
||||
show=0x0249
|
||||
newd=0x024E
|
||||
srch=0x0246
|
||||
prin=0x0250
|
||||
dele=0x027F
|
||||
@@ -1183,6 +1184,15 @@ deskicons=
|
||||
xpos=1
|
||||
ypos=5
|
||||
}
|
||||
icon=
|
||||
{
|
||||
name=APP@SHUTDWN
|
||||
labl=Shutdown
|
||||
type=5
|
||||
path=C:\mint\setup\shutdown.prg
|
||||
xpos=6
|
||||
ypos=5
|
||||
}
|
||||
}
|
||||
|
||||
applications=
|
||||
@@ -1287,6 +1297,10 @@ applications=
|
||||
mask=*.ZIP
|
||||
}
|
||||
dtype=
|
||||
{
|
||||
mask=*.bz2
|
||||
}
|
||||
dtype=
|
||||
{
|
||||
mask=*.LZH
|
||||
}
|
||||
@@ -1392,6 +1406,22 @@ applications=
|
||||
}
|
||||
}
|
||||
}
|
||||
app=
|
||||
{
|
||||
path=C:\tools\texel\texel.app
|
||||
cmdl=%f
|
||||
atype=
|
||||
{
|
||||
flag=0x2001
|
||||
}
|
||||
doctypes=
|
||||
{
|
||||
dtype=
|
||||
{
|
||||
mask=*.txl
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
windows=
|
||||
@@ -1406,8 +1436,8 @@ windows=
|
||||
}
|
||||
pos=
|
||||
{
|
||||
xpos=311
|
||||
ypos=103
|
||||
xpos=647
|
||||
ypos=111
|
||||
winw=53
|
||||
winh=15
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user