automatic commit - 22-11-2022

This commit is contained in:
firebee
2022-11-22 03:00:01 +01:00
parent 8cae79a926
commit 8363fcee3f
3 changed files with 50 additions and 16 deletions

View File

@@ -144,3 +144,6 @@
2.11.2022 Lars: Fixed and added assignments in Thing 1.27 2.11.2022 Lars: Fixed and added assignments in Thing 1.27
04.11.2022 Lars: Added Texel v4e 04.11.2022 Lars: Added Texel v4e
08.11.2022 Lars: Moved /sources/ out of setup (one dir up) 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

View File

@@ -2,26 +2,26 @@ HighWire = 0.3.5
# #
### Normal Font ### ### Normal Font ###
# #
NORMAL = 31324 NORMAL = 5031
ITALIC_NORMAL = 13389 ITALIC_NORMAL = 5032
BOLD_NORMAL = 28258 BOLD_NORMAL = 5033
BOLD_ITALIC_NORMAL = 22570 BOLD_ITALIC_NORMAL = 5034
# #
### Header Font ### ### Header Font ###
# #
HEADER = 31324 HEADER = 5031
ITALIC_HEADER = 13389 ITALIC_HEADER = 5032
BOLD_HEADER = 28258 BOLD_HEADER = 5033
BOLD_ITALIC_HEADER = 22570 BOLD_ITALIC_HEADER = 5034
# #
### Teletype Font ### ### Teletype Font ###
# #
# Font used for PRE and TT tags # Font used for PRE and TT tags
# #
TELETYPE = 19262 TELETYPE = 5031
ITALIC_TELETYPE = 14347 ITALIC_TELETYPE = 5032
BOLD_TELETYPE = 18720 BOLD_TELETYPE = 5033
BOLD_ITALIC_TELETYPE = 25760 BOLD_ITALIC_TELETYPE = 5034
# #
### Base Font Size ### ### Base Font Size ###
# #
@@ -105,7 +105,8 @@ AV_WINDOW = 2
# #
### Download folder ### ### Download folder ###
# #
DATA_DIR = C:\Downloads\ DATA_DIR = C:\home\Downloads\
# #
### History ### ### History ###
# #
BOOKM_GEO = 1833x6259+6365+0B03

View File

@@ -6,7 +6,7 @@ options=
{ {
infv=0x0400 infv=0x0400
save=0x0000 save=0x0000
dial=0x0001 dial=0x0002
xpre=0x0000 xpre=0x0000
pref=0x101F pref=0x101F
buff=512 buff=512
@@ -31,6 +31,7 @@ shortcuts=
{ {
open=0x024F open=0x024F
show=0x0249 show=0x0249
newd=0x024E
srch=0x0246 srch=0x0246
prin=0x0250 prin=0x0250
dele=0x027F dele=0x027F
@@ -1183,6 +1184,15 @@ deskicons=
xpos=1 xpos=1
ypos=5 ypos=5
} }
icon=
{
name=APP@SHUTDWN
labl=Shutdown
type=5
path=C:\mint\setup\shutdown.prg
xpos=6
ypos=5
}
} }
applications= applications=
@@ -1287,6 +1297,10 @@ applications=
mask=*.ZIP mask=*.ZIP
} }
dtype= dtype=
{
mask=*.bz2
}
dtype=
{ {
mask=*.LZH mask=*.LZH
} }
@@ -1392,6 +1406,22 @@ applications=
} }
} }
} }
app=
{
path=C:\tools\texel\texel.app
cmdl=%f
atype=
{
flag=0x2001
}
doctypes=
{
dtype=
{
mask=*.txl
}
}
}
} }
windows= windows=
@@ -1406,8 +1436,8 @@ windows=
} }
pos= pos=
{ {
xpos=311 xpos=647
ypos=103 ypos=111
winw=53 winw=53
winh=15 winh=15
} }