• Colors

    From Immortal@VERT/IDOMAIN to All on Wednesday, August 14, 2019 19:17:51
    After performing an update/rebuild the other day now some of my colors in some of the display screens are messed up. What caused this?

    https://imgur.com/a/BlNPfZj

    For the record, this is how I updated. I believe so at least. I did it one step at a time and after it seemed to work I made a script to use next time.

    cd /home/bbs/sbbs
    sudo systemctl stop sbbs
    rm exec.tgz
    rm text.tgz
    tar -czf exec.tgz exec
    tar -czf text.tgz text
    export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
    cvs update -d src 3rdp
    cd /home/bbs/sbbs/src/sbbs3; make RELEASE=1 symlinks
    cd /home/bbs/sbbs/src/sbbs3/scfg; make RELEASE=1 symlinks
    cd /home/bbs/sbbs/exec; cvs update -d
    cd /home/bbs/sbbs/ctrl; wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/text.dat
    cd /home/bbs/sbbs/text; cvs update -d
    cd /home/bbs/sbbs/exec; ./jsexec update
    cd /home/bbs/sbbs
    sudo systemctl start sbbs

    Thanks

    Immortal

    ... I used to work in a fire hydrant factory. You couldn't park anywhere near it.

    ---
    þ Synchronet þ Immortal's Domain
  • From Digital Man@VERT to Immortal on Wednesday, August 14, 2019 19:16:43
    Re: Colors
    By: Immortal to All on Wed Aug 14 2019 07:17 pm

    After performing an update/rebuild the other day now some of my colors in some of the display screens are messed up. What caused this?

    https://imgur.com/a/BlNPfZj

    Thanks for the detailed bug report. It should be fixed now in CVS.

    For the record, this is how I updated. I believe so at least. I did it one step at a time and after it seemed to work I made a script to use next time.

    cd /home/bbs/sbbs
    sudo systemctl stop sbbs
    rm exec.tgz
    rm text.tgz
    tar -czf exec.tgz exec
    tar -czf text.tgz text
    export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
    cvs update -d src 3rdp
    cd /home/bbs/sbbs/src/sbbs3; make RELEASE=1 symlinks
    cd /home/bbs/sbbs/src/sbbs3/scfg; make RELEASE=1 symlinks

    that line ^^^ shouldn't be necessary, but doesn't hurt either.

    cd /home/bbs/sbbs/exec; cvs update -d
    cd /home/bbs/sbbs/ctrl; wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/text.dat
    cd /home/bbs/sbbs/text; cvs update -d
    cd /home/bbs/sbbs/exec; ./jsexec update
    cd /home/bbs/sbbs
    sudo systemctl start sbbs

    Looks fine.

    digital man

    This Is Spinal Tap quote #30:
    Big bottom, big bottom / Talk about mud flaps, my girl's got 'em!
    Norco, CA WX: 87.4øF, 28.0% humidity, 13 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Immortal on Thursday, August 15, 2019 12:29:44
    On 2019 Aug 14 19:17:50, you wrote to All:

    cd /home/bbs/sbbs
    sudo systemctl stop sbbs
    rm exec.tgz
    rm text.tgz
    tar -czf exec.tgz exec
    tar -czf text.tgz text

    i use the following and then maybe delete older files later...

    EXECDATE=$(date --date="@$SDATE1" '+%Y%m%d%H%M')
    tar -czf ctrl_$EXECDATE.tgz ctrl
    tar -czf exec_$EXECDATE.tgz exec

    here's a paste of the script i use... it is pretty comprehensive and allows for
    easy adjustment... there's really only one line that needs to be set... then to
    choose from one of the four available BUILDOPTS lines depending on if you want a release or debug build and if you want dosemu or not... other options can be added in the BUILDOPTS line if needed... BUILDOPTS is used on all compile lines
    so everything is built the same way each time...

    https://paste.linux-help.org/view/32e7eb8c

    )\/(ark

    Once men turned their thinking over to machines in the hope that this would set
    them free. But that only permitted other men with machines to enslave them.
    ... I'll never forget his last words: "What bus?"
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Immortal@VERT/IDOMAIN to Digital Man on Thursday, August 15, 2019 18:43:38
    Re: Colors
    By: Digital Man to Immortal on Wed Aug 14 2019 07:16 pm

    Thanks for the detailed bug report. It should be fixed now in CVS.

    Wow I figured I messed things up somehow, not stumbled upon a bug. I'll update again and let you know how it goes. Thanks

    Immortal

    ... Chuck Norris doesn't wear a watch, HE decides what time it is.

    ---
    þ Synchronet þ Immortal's Domain
  • From Immortal@VERT/IDOMAIN to mark lewis on Thursday, August 15, 2019 19:30:48
    Re: Colors
    By: mark lewis to Immortal on Thu Aug 15 2019 12:29 pm

    here's a paste of the script i use... it is pretty comprehensive and allows for easy adjustment... there's really only one line that needs to be set... then to choose from one of the four available BUILDOPTS lines depending on if you want a release or debug build and if you want dosemu or not... other options can be added in the BUILDOPTS line if needed... BUILDOPTS is used on all compile lines so everything is built the same way each time...

    Thanks, I'll check it out.

    Immortal

    ... All things being equal, a fat person uses more soap than a thin person.

    ---
    þ Synchronet þ Immortal's Domain
  • From Immortal@VERT/IDOMAIN to Digital Man on Friday, August 16, 2019 19:37:56
    Re: Colors
    By: Digital Man to Immortal on Wed Aug 14 2019 07:16 pm

    After performing an update/rebuild the other day now some of my colors
    in some of the display screens are messed up. What caused this?

    https://imgur.com/a/BlNPfZj

    Thanks for the detailed bug report. It should be fixed now in CVS.

    Confirming it seems to be fixed now. Thanks.

    Immortal

    ... The only good government.is a bad one in a hell of a fright.

    ---
    þ Synchronet þ Immortal's Domain
  • From Richard Vonzel@VERT/FILECABI to All on Tuesday, June 06, 2023 10:47:10
    Is there a way to change the color of message text?

    Richard

    Richard

    Thanks,
    Richard

    Richard

    ---
    þ Synchronet þ The File Cabinet BBS
  • From Digital Man@VERT to Richard Vonzel on Thursday, June 15, 2023 10:24:29
    Re: Colors
    By: Richard Vonzel to All on Tue Jun 06 2023 10:47 am

    Is there a way to change the color of message text?

    This question was recently asked (by you) and answered. Did you not see our replies?
    --
    digital man (rob)

    Rush quote #45:
    The treasure of a life is a measure of love and respect
    Norco, CA WX: 59.3øF, 97.0% humidity, 1 mph NE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Richard Vonzel on Thursday, June 15, 2023 10:17:04
    Re: Colors
    By: Richard Vonzel to All on Tue Jun 06 2023 10:47 am

    Is there a way to change the color of message text?

    Do you mean when you're reading messages, or when you're writing a message?

    If writing a message, it depends on your message editor. fseditor and SlyEdit allow changing the color of your text with the Ctrl-K hotkey.

    If you're reading using your own BBS, and if you're using DDMsgReader, the msgBodyColor setting in the theme configuration file for DDMsgReader sets the default message color used when reading messages.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Hustler@VERT/REALITY to Richard Vonzel on Saturday, June 17, 2023 05:25:57
    Re: Colors
    By: Richard Vonzel to All on Tue Jun 06 2023 10:47 am

    Is there a way to change the color of message text?

    Richard
    Richard

    |12Are you |04Doing it right? |07or wrong?
    ---
    þ Synchronet þ .: realitycheckbbs.org :: scientia potentia est :.
  • From MRO@VERT/BBSESINF to Hustler on Saturday, June 17, 2023 09:32:20
    Re: Colors
    By: Hustler to Richard Vonzel on Sat Jun 17 2023 05:25 am

    Re: Colors
    By: Richard Vonzel to All on Tue Jun 06 2023 10:47 am

    Is there a way to change the color of message text?

    Richard
    Richard

    |12Are you |04Doing it right? |07or wrong?

    you're using pipe codes
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Nightfox@VERT/DIGDIST to Hustler on Saturday, June 17, 2023 11:16:29
    Re: Colors
    By: Hustler to Richard Vonzel on Sat Jun 17 2023 05:25 am

    Is there a way to change the color of message text?

    |12Are you |04Doing it right? |07or wrong?

    It looks like you were (probably) typing pipe codes in your message to get the colors.. It looks like you were using SlyEdit to edit your message - SlyEdit allows you to change your text color using Ctrl-K, so you shouldn't have to manually type pipe codes to get colors in your message.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Phigan@VERT/TACOPRON to Nightfox on Sunday, June 18, 2023 09:35:05
    Re: Colors
    By: Nightfox to Hustler on Sat Jun 17 2023 11:16 am

    SlyEdit allows you to change your text color using Ctrl-K, so you shouldn't have to manually type pipe codes to get colors in your message.

    What about the regular FSEditor? (checking..) I can change color but not to the bright ones. Go fig.

    ---
    þ Synchronet þ TIRED of waiting 2 hours for a taco? GO TO TACOPRONTO.bbs.io
  • From Digital Man@VERT to Phigan on Sunday, June 18, 2023 11:54:52
    Re: Colors
    By: Phigan to Nightfox on Sun Jun 18 2023 09:35 am

    Re: Colors
    By: Nightfox to Hustler on Sat Jun 17 2023 11:16 am

    SlyEdit allows you to change your text color using Ctrl-K, so you shouldn't have to manually type pipe codes to get colors in your message.

    What about the regular FSEditor? (checking..) I can change color but not to the bright ones. Go fig.

    Yes, in fseditor (using it here), high intensity is an option: Ctrl-A H
    --
    digital man (rob)

    This Is Spinal Tap quote #26:
    David St. Hubbins: They were still booing him when we came on stage.
    Norco, CA WX: 70.8øF, 73.0% humidity, 5 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Phigan on Sunday, June 18, 2023 16:18:28
    Re: Colors
    By: Phigan to Nightfox on Sun Jun 18 2023 09:35 am

    SlyEdit allows you to change your text color using Ctrl-K, so you

    What about the regular FSEditor? (checking..) I can change color but not to the bright ones. Go fig.

    I just checked with FSEditor and it looks like it does indeed allow use of bright colors..? You do so by enabling the high intensity attribute, and then one of the colors.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Mickey@VERT/INTERSPY to Phigan on Sunday, June 18, 2023 16:17:56
    Re: Colors
    By: Phigan to Nightfox on Sun Jun 18 2023 09:35 am

    Re: Colors
    By: Nightfox to Hustler on Sat Jun 17 2023 11:16 am

    SlyEdit allows you to change your text color using Ctrl-K, so you

    Aaahhhhh.. My Slyedit v1.85 won't do THAT!

    :-)

    Mickey
    .
    Mick Manning
    Central Ontario Remote BBS
    centralontarioremote.com:9080

    Mick

    ...When GOD made women, he was only testing.

    ---
    þ Synchronet þ Central Ontario Remote BBS - centralontarioremote.com
  • From Phigan@VERT/TACOPRON to Digital Man on Sunday, June 18, 2023 23:59:38
    Re: Colors
    By: Digital Man to Phigan on Sun Jun 18 2023 11:54 am

    Yes, in fseditor (using it here), high intensity is an option: Ctrl-A H

    Dang how did I miss that?!


    ---
    þ Synchronet þ TIRED of waiting 2 hours for a taco? GO TO TACOPRONTO.bbs.io
  • From Nightfox@VERT/DIGDIST to Mickey on Monday, June 19, 2023 10:30:05
    Re: Colors
    By: Mickey to Phigan on Sun Jun 18 2023 04:17 pm

    SlyEdit allows you to change your text color using Ctrl-K, so you

    Aaahhhhh.. My Slyedit v1.85 won't do THAT!

    It was added in version 1.80.. In your SlyEdit.cfg, what do you have allowColorSelection set to?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com