1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
# standard settings for an Eterm control menu
[menu:Eterm]
/Eterm/*
./Font/*
{Normal} ^@\E]50;#
{Larger} ^@\E]50;#+
{Smaller} ^@\E]50;#-
{-}
{Font 1} ^@\E]50;#1
{Font 2} ^@\E]50;#2
{Font 3} ^@\E]50;#3
{Font 4} ^@\E]50;#4
../Screen/*
{Reverse Video} ^@\E[?5t
{Toggle Width} ^@\E[?3t
{Cursor} ^@\E[?25t
{Switch} ^@\E[?47t
{-}
{Menubar} ^@\E[?10t
{Refresh Menu} ^@\E[?10h
{Scrollbar} ^@\E[?30t
{-}
{Toggle home-on-echo} ^@\E[?1010t
{Toggle home-on-refresh} ^@\E[?1011t
../Keys/*
{XTerm} ^@\E[?35t
{Backspace} ^@\E[?67t
{Cursor} ^@\E[?1t
{KeyPad} ^@\E[?66t
../
{-}
./Pixmap/*
{None} ^@\E[m\E]20;\a
{-}
# load background pixmaps (assuming path has been properly set)
# notice there are 2 ways to do this task
{7m} ^@\E]10;[pixmap:7m.ppm]
{Neopolis} ^@\E]20;Neopolis.ppm;100x100+50+50\a
{Bladerunner} ^@\E]20;Bladerunner-bg.ppm;100x100+50+50\a
{CaveFire} ^@\E]20;Cavefire-bg.ppm;100x100+50+50\a
{Dark Marble} ^@\E]10;[pixmap:dark_marble.ppm]
{Cyber Playground} ^@\E]10;[pixmap:cyber_bg.ppm]
{Ether} ^@\E]10;[pixmap:ether.ppm]
{Blue Ether} ^@\E]10;[pixmap:ether_blue.ppm]
{Gray Waves} ^@\E]10;[pixmap:gray_waves.ppm]
{Light B1} ^@\E]10;[pixmap:lightb1.ppm]
{Maple Leaves} ^@\E]10;[pixmap:maple1.ppm]
{Marble} ^@\E]10;[pixmap:marbled.ppm]
{Pebbles} ^@\E]10;[pixmap:pebble1.ppm]
{Soft Marble} ^@\E]10;[pixmap:soft.ppm]
{Space 1} ^@\E]10;[pixmap:space.ppm]
{Space 2} ^@\E]10;[pixmap:starry.ppm]
{-}
./Attrib/*
{Full} ^@\E]20;;100x100+50+50;?
{Tiled} ^@\E]20;;0
{Center} ^@\E]20;;=+50+50;?
{-}
# set `quick arrow' keys
{Zoom}{200/50%} ^@\E]10;[:<b>\^@\\E]20;;<r>200x0<l>50x0<u>0x200<d>0x50<e>;?:]
{Pos}{5%} ^@\E]10;[:<b>\^@\\E]20;;<r>+5+0<l>-5+0<u>+0-5<d>+0+5<e>;?:]
../
../
{-}
{Version} ^@\E[8n
/
/IRC/*
./Server/*
{irc.cris.com:6673} /server irc.cris.com 6673\r
{irc.ais.net:6673} /server irc.ais.net 6673\r
{irc.vol.com:6666} /server irc.vol.com 6666\r
{irc.louisville.edu:6669} /server irc.louisville.edu 6669\r
{irc.frontiernet.net:6666} /server irc.frontiernet.net 6666\r
{irc.winternet.com:6666} /server irc.winternet.com 6666\r
{irc.stealth.net:6666} /server irc.stealth.net 6666\r
{irc.gate.net:6666} /server irc.gate.net 6666\r
{irc.cerf.net:6666} /server irc.cerf.net 6666\r
{irc-2.mit.edu:6667} /server irc-2.mit.edu 6667\r
{irc.ecn.uoknor.edu:6667} /server irc.ecn.uoknor.edu 6667\r
{irc.primenet.com:6666} /server irc.primenet.com 6666\r
{ircd.texas.net:6666} /server ircd.texas.net 6666\r
{piglet.cc.utexas.edu:6666} /server piglet.cc.utexas.edu 6666\r
{irc.mcs.net:6666} /server irc.mcs.net 6666\r
../Join/*
{#E} /join #E\r
{#StarTrek} /join #StarTrek\r
{#Babylon5} /join #Babylon5\r
{#Linux} /join #Linux\r
{#OS2} /join #OS2\r
../Part/*
{#E} /part #E\r
{#StarTrek} /part #StarTrek\r
{#Babylon5} /part #Babylon5\r
{#Linux} /part #Linux\r
{#OS2} /part #OS2\r
{-}
{Current Channel} /part\r
/
# make sure the change gets updated
[show]
[done]
#--------------------------------------------------------------------- eof
|