Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Progress was all right. Only it went on too long. -- James Thurber


dovenet / Synchronet Discussion / Re: Acorn BBC Mode 7 (viewdata) conrtol codes

SubjectAuthor
* Re: Acorn BBC Mode 7 (viewdata) conrtol codesnelgin
+- Re: Acorn BBC Mode 7 (viewdata) conrtol codesvela025
`* Re: Acorn BBC Mode 7 (viewdataFred Smith
 `* Re: Acorn BBC Mode 7 (viewdatanelgin
  `* Re: Acorn BBC Mode 7 (viewdataTest Bot
   +- Re: Acorn BBC Mode 7 (viewdataDigital Man
   `- Re: Acorn BBC Mode 7 (viewdataMRO

1
Re: Acorn BBC Mode 7 (viewdata) conrtol codes

<20240213102859.75938443@wibble.sysadmininc.com>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2151&group=DOVE-Net.Synchronet_Discussion#2151

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: nelgin@VERT/EOTLBBS (nelgin)
To: All
Subject: Re: Acorn BBC Mode 7 (viewdata) conrtol codes
Message-ID: <20240213102859.75938443@wibble.sysadmininc.com>
Date: Tue, 13 Feb 2024 10:28:59 -0600
X-Comment-To: All
Path: rocksolidbbs.com!not-for-mail
Organization: End Of The Line BBS
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <20240211203609.75d01463@wibble.sysadmininc.com><65CB7C8D.51267.sync@vert.synchro.net>
References: <20240211203609.75d01463@wibble.sysadmininc.com><65CB7C8D.51267.sync@vert.synchro.net>
X-FTN-PID: Synchronet 3.20a-Linux master/4d6691289 Feb 12 2024 GCC 11.4.0
X-FTN-MSGID: 51270.sync@1:103/705 2a319a3c
X-FTN-CHRS: CP437 2
WhenImported: 20240213084230-0800 41e0
WhenExported: 20240213094815-0800 41e0
ExportedFrom: VERT sync 51270
WhenImported: 20240213102859-0600 4168
WhenExported: 20240213104239-0600 4168
ExportedFrom: EOTLBBS dove-syncdisc 46306
X-Newsreader: Claws Mail 4.2.0git6 (GTK 3.24.33; x86_64-pc-linux-gnu)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
 by: nelgin - Tue, 13 Feb 2024 16:28 UTC

On Tue, 13 Feb 2024 06:28:29 -0800
"vela025" (VERT) <VERT!vela025@endofthelinebbs.com> wrote:

> > Hope that helps.
>
> YES! Thanks so much, I've made quite a bit of progress thanks to your
> help. In doing so has raised two more questions.
> 1. Do you know how to customise the prompt, the bit I've circled here:
> http://beebs.ddns.net/images/sync/Prompt.jpg (not sure if it's
> actually called prompt, as it uses characters that Mode 7 does not
> support. I just want to swap out the divide symbol for something else
> (I'm at peace with the arrows). 2. When using strings (some that are
> buffered with "..." like the strings used for message sender, date
> etc. are fine, but others will insert a chacter rather than overwrite
> a charater like the toggles here
> (http://beebs.ddns.net/images/sync/strings.png), did you find a way
> around this? Thanks again, you've been a great help
>
> ---
> _ Synchronet _ Vertrauen _ Home of Synchronet _
> [vert/cvs/bbs].synchro.net

1. The prompts are controlled by the menu files, probably default.src
or default.js depending on which stage of development you picked up
your sbbs.

You can use some logic like checking if the term is ANSI compatible to
give one prompt and then give something different if not.

2. You can use something like @CODE|L3@ and it'll pad to 3 characters,
if I'm understanding your question correctly. You can find more
information on padding, centering and the like on the wiki if you
search for "message variables".

Looks good so far.
--
End Of The Line BBS - Plano, TX
telnet endofthelinebbs.com 23
---
� Synchronet � End Of The Line BBS - endofthelinebbs.com

Re: Acorn BBC Mode 7 (viewdata) conrtol codes

<65CCC207.51278.sync@vert.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2159&group=DOVE-Net.Synchronet_Discussion#2159

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: vela025@VERT (vela025)
To: nelgin
Subject: Re: Acorn BBC Mode 7 (viewdata) conrtol codes
Message-ID: <65CCC207.51278.sync@vert.synchro.net>
Date: Wed, 14 Feb 2024 05:37:11 -0800
X-Comment-To: nelgin
Path: rocksolidbbs.com!not-for-mail
Organization: Vertrauen
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <20240213102859.75938443@wibble.sysadmininc.com>
References: <20240213102859.75938443@wibble.sysadmininc.com>
X-FTN-PID: Synchronet 3.20a-Linux master/6326f6d0d Feb 13 2024 GCC 12.2.0
X-FTN-MSGID: 51278.sync@1:103/705 2a32c055
X-FTN-REPLY: 51270.sync@1:103/705 2a319a3c
X-FTN-CHRS: UTF-8 4
WhenImported: 20240214053711-0800 41e0
WhenExported: 20240214094819-0800 41e0
ExportedFrom: VERT sync 51278
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
 by: vela025 - Wed, 14 Feb 2024 13:37 UTC

>The prompts are controlled by the menu files, probably default.src
or default.js

Excellent that you that has worked well. There are still a few prompt that
display the division sign next to them even though (for the ones that aren't in
default.js) in text.dat they have no control codes at all around them, an
example of this the prompt after starting a search where it asks if you wish to
include unread messages...but I can live with this!

>You can use something like @CODE|L3@
Again thanks that has worked great. I had spent quite a while on the wiki, I
just seem to be looking in the wrong places!

---
� Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net

Re: Acorn BBC Mode 7 (viewdata

<65D12EA4.262.dove-syncdisc@beebs.ddns.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2193&group=DOVE-Net.Synchronet_Discussion#2193

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: fred.smith@VERT/BEEBSII (Fred Smith)
To: nelgin
Subject: Re: Acorn BBC Mode 7 (viewdata
Message-ID: <65D12EA4.262.dove-syncdisc@beebs.ddns.net>
Date: Sat, 17 Feb 2024 22:09:40 +0000
X-Comment-To: nelgin
Path: rocksolidbbs.com!not-for-mail
Organization: BeeBSII
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <20240213102859.75938443@wibble.sysadmininc.com>
References: <20240213102859.75938443@wibble.sysadmininc.com>
X-FTN-PID: Synchronet 3.20a-Linux master/82b98045b Feb 13 2024 GCC 12.2.0
X-FTN-MSGID: 51316.sync@1:103/705 2a373e2a
X-FTN-REPLY: 51270.sync@1:103/705 2a319a3c
X-FTN-CHRS: CP437 2
WhenImported: 20240217152230-0800 41e0
WhenExported: 20240217202305-0800 41e0
ExportedFrom: VERT sync 51316
WhenImported: 20240217220940Z 0000
WhenExported: 20240217232236Z 0000
ExportedFrom: BEEBSII dove-syncdisc 262
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Fred Smith - Sat, 17 Feb 2024 22:09 UTC

Re: Re: Acorn BBC Mode 7 (viewdata) conrtol codes
By: nelgin to All on Tue Feb 13 2024 10:28:59

Hey Nelgin,
This message is winging its way to you
from my BBC Micro in the adapted Mode 7msglist.js, I'm having trouble chaning
the "from" column width, I have changedthe number for From and To in the
max_len section of msglist.js however
it only seems to change the to
column...meaning that on a 40 column
display you cannot see the subject
(even pressing the different format
options 0-7 will not display the
subject). I'd like to reduce each to 10columns so that the subject can also beviewed. I can get it to display to andfrom on one line and the then subject
underneath...but this looks a little
messy.
There's a picture of what I have at themoment at beebs.ddns.net/images/sync/msglist.png as you can see From is takingup a lot of real estate!
Any thoughts welcome,
Cheers,
Fred

---
■ Synchronet ■ My Brand-New BBS

Re: Acorn BBC Mode 7 (viewdata

<65D1481E.46353.dove-syncdisc@endofthelinebbs.com>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2194&group=DOVE-Net.Synchronet_Discussion#2194

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: nelgin@VERT/EOTLBBS (nelgin)
To: Fred Smith
Subject: Re: Acorn BBC Mode 7 (viewdata
Message-ID: <65D1481E.46353.dove-syncdisc@endofthelinebbs.com>
Date: Sat, 17 Feb 2024 17:58:22 -0600
X-Comment-To: Fred Smith
Path: rocksolidbbs.com!not-for-mail
Organization: End Of The Line BBS
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <65D12EA4.262.dove-syncdisc@beebs.ddns.net>
References: <65D12EA4.262.dove-syncdisc@beebs.ddns.net>
X-FTN-PID: Synchronet 3.20a-Linux master/862753d6c Feb 16 2024 GCC 11.4.0
X-FTN-MSGID: 51317.sync@1:103/705 2a374a10
X-FTN-REPLY: 51316.sync@1:103/705 2a373e2a
X-FTN-CHRS: CP437 2
WhenImported: 20240217161315-0800 41e0
WhenExported: 20240217202305-0800 41e0
ExportedFrom: VERT sync 51317
WhenImported: 20240217175822-0600 4168
WhenExported: 20240217181319-0600 4168
ExportedFrom: EOTLBBS dove-syncdisc 46353
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: nelgin - Sat, 17 Feb 2024 23:58 UTC

Re: Re: Acorn BBC Mode 7 (viewdata
By: Fred Smith to nelgin on Sat Feb 17 2024 22:09:40

> Hey Nelgin,
> This message is winging its way to you
> from my BBC Micro in the adapted Mode 7msglist.js, I'm having trouble
> chaning the "from" column width, I have changedthe number for From and To in
> the max_len section of msglist.js however

Well, it's a good start, though the 40 to 80 column might need a bit of work :)

It looks like setting LEN_ALIAS = 15 or something like that will do what you are wanting. Not sure if that's because max_len isn't working as intended or doing something else.

Try setting LEN_ALIAS are sbbsdefs.js has been loaded and see if that gets you closer to what you're looking for.

---
■ Synchronet ■ End Of The Line BBS - endofthelinebbs.com

Re: Acorn BBC Mode 7 (viewdata

<65D1D49B.272.dove-syncdisc@beebs.ddns.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2200&group=DOVE-Net.Synchronet_Discussion#2200

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: test.bot@VERT/BEEBSII (Test Bot)
To: nelgin
Subject: Re: Acorn BBC Mode 7 (viewdata
Message-ID: <65D1D49B.272.dove-syncdisc@beebs.ddns.net>
Date: Sun, 18 Feb 2024 09:57:47 +0000
X-Comment-To: nelgin
Path: rocksolidbbs.com!not-for-mail
Organization: BeeBSII
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <65D1481E.46353.dove-syncdisc@endofthelinebbs.com>
References: <65D1481E.46353.dove-syncdisc@endofthelinebbs.com>
X-FTN-PID: Synchronet 3.20a-Linux master/82b98045b Feb 13 2024 GCC 12.2.0
X-FTN-MSGID: 51323.sync@1:103/705 2a37e6f1
X-FTN-REPLY: 51317.sync@1:103/705 2a374a10
X-FTN-CHRS: CP437 2
WhenImported: 20240218032230-0800 41e0
WhenExported: 20240218082308-0800 41e0
ExportedFrom: VERT sync 51323
WhenImported: 20240218095747Z 0000
WhenExported: 20240218112228Z 0000
ExportedFrom: BEEBSII dove-syncdisc 272
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Test Bot - Sun, 18 Feb 2024 09:57 UTC

Re: Re: Acorn BBC Mode 7 (viewdata
By: nelgin to Fred Smith on Sat Feb 17 2024 17:58:22

> It looks like setting LEN_ALIAS = 15 > something like that will do what you > are wanting. Not sure if that's beca > max_len isn't working as intended or > doing something else.
Thanks for that I had noticed the
SBBSdefs.js file but thought it might
effect something else as well. Changingthat has solved the issue with the Frombut now I can't locate where the size
of the # column is located, it
currently has a length of 5, which i'd
like to change to 4 just t eek out a
bit more space. At least now you can
see the message subject, to and from
all on the same screen!
Thanks again for your help!

---
■ Synchronet ■ My Brand-New BBS

Re: Acorn BBC Mode 7 (viewdata

<65D26B63.51331.sync@vert.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2208&group=DOVE-Net.Synchronet_Discussion#2208

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: digital.man@VERT (Digital Man)
To: Test Bot
Subject: Re: Acorn BBC Mode 7 (viewdata
Message-ID: <65D26B63.51331.sync@vert.synchro.net>
Date: Sun, 18 Feb 2024 12:41:07 -0800
X-Comment-To: Test Bot
Path: rocksolidbbs.com!not-for-mail
Organization: Vertrauen
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <65D1D49B.272.dove-syncdisc@beebs.ddns.net>
References: <65D1D49B.272.dove-syncdisc@beebs.ddns.net>
X-FTN-PID: Synchronet 3.20a-Win32 master/ce7c2cca9 Feb 16 2024 MSC 1916
X-FTN-MSGID: 51331.sync@1:103/705 2a3869e6
X-FTN-REPLY: 51323.sync@1:103/705 2a37e6f1
X-FTN-CHRS: CP437 2
WhenImported: 20240218124107-0800 41e0
WhenExported: 20240218142305-0800 41e0
ExportedFrom: VERT sync 51331
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Digital Man - Sun, 18 Feb 2024 20:41 UTC

Re: Re: Acorn BBC Mode 7 (viewdata
By: Test Bot to nelgin on Sun Feb 18 2024 09:57 am

> Re: Re: Acorn BBC Mode 7 (viewdata
> By: nelgin to Fred Smith on Sat Feb 17 2024 17:58:22
>
> > It looks like setting LEN_ALIAS = 15 > something like that will do what
> > you
> > > are wanting. Not sure if that's beca > max_len isn't working as
> > > intended
> > or > doing something else.
> Thanks for that I had noticed the SBBSdefs.js file but thought it might
> effect something else as well. Changingthat has solved the issue with the

Changing any values in sbbsdefs.js is definitely *not* recommended.
--
digital man (rob)

This Is Spinal Tap quote #2:
Nigel Tufnel: Well, this piece is called "Lick My Love Pump".
Norco, CA WX: 62.9°F, 60.0% humidity, 2 mph WNW wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net

Re: Acorn BBC Mode 7 (viewdata

<65D27895.10059.sync@bbses.info>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2213&group=DOVE-Net.Synchronet_Discussion#2213

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: mro@VERT/BBSESINF (MRO)
To: Test Bot
Subject: Re: Acorn BBC Mode 7 (viewdata
Message-ID: <65D27895.10059.sync@bbses.info>
Date: Sun, 18 Feb 2024 15:37:25 -0600
X-Comment-To: Test Bot
Path: rocksolidbbs.com!not-for-mail
Organization: bbses.info
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <65D1D49B.272.dove-syncdisc@beebs.ddns.net>
References: <65D1D49B.272.dove-syncdisc@beebs.ddns.net>
X-FTN-PID: Synchronet 3.19b-Win32 master/a2a9dc027 Jan 2 2022 MSC 1928
X-FTN-MSGID: 51336.sync@1:103/705 2a387ff8
X-FTN-REPLY: 51323.sync@1:103/705 2a37e6f1
X-FTN-CHRS: CP437 2
WhenImported: 20240218141512-0800 41e0
WhenExported: 20240218142305-0800 41e0
ExportedFrom: VERT sync 51336
WhenImported: 20240218153725-0600 4168
WhenExported: 20240218161511-0600 4168
ExportedFrom: BBSESINF sync 10059
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: MRO - Sun, 18 Feb 2024 21:37 UTC

Re: Re: Acorn BBC Mode 7 (viewdata
By: Test Bot to nelgin on Sun Feb 18 2024 09:57 am

> Re: Re: Acorn BBC Mode 7 (viewdata
> By: nelgin to Fred Smith on Sat Feb 17 2024 17:58:22
>
> > It looks like setting LEN_ALIAS = 15 > something like that will do what
> > you
> > > are wanting. Not sure if that's beca > max_len isn't working as
> > > intended
> > or > doing something else.
> Thanks for that I had noticed the SBBSdefs.js file but thought it might

pretty sure that's a good way to make your system unstable, dude.
---
■ Synchronet ■ ::: BBSES.info - free BBS services :::

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor