• MagiTerm v1.1.16

    From apam@21:1/101 to All on Mon Jun 27 19:00:43 2022
    This is out now, has support for more ansi codes. Notably, 't' which some use to define 24bit colour instead of the usual 'm'. Also some extra cursor positioning codes.

    This should make 24bit colour work in all situations, and ncurses programs that magiterm didn't render properly should now render correctly.

    Also cursor should now be updated at the end of a sixel, rather than staying where it was. (You can still position it if you want to)

    Andrew

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From paulie420@21:2/150 to apam on Mon Jun 27 17:52:35 2022
    This is out now, has support for more ansi codes. Notably, 't' which
    some use to define 24bit colour instead of the usual 'm'. Also some
    extra cursor positioning codes.

    So I got a question for you, APAM... is building Magi on Windows 10/11 any different than *nix? I've been doing a little Windows test and want to build MagiTerm over here, too...



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A48 2022/04/03 (Raspberry Pi/32)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From apam@21:1/101 to paulie420 on Tue Jun 28 13:44:16 2022
    So I got a question for you, APAM... is building Magi on Windows 10/11
    any different than *nix? I've been doing a little Windows test and want
    to build MagiTerm over here, too...

    You use CMake like on linux, but sorting out dependencies is a little tricker, you need to install openssl for windows, build libssh from source and get the SDL2 & SDL2_image stuff.

    Once you have all that, you use the cmake gui and plug in the locations of various things, and click configure, then generate, then open project and it will open VS, at which point you can build.

    Once you have the dependencies in place, it's fairly easy, libssh can be awkward is all.

    Andrew

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From paulie420@21:2/150 to apam on Wed Jun 29 17:25:51 2022
    [Can I build MagiTerm on Windows 11?]
    You use CMake like on linux, but sorting out dependencies is a little tricker, you need to install openssl for windows, build libssh from
    source and get the SDL2 & SDL2_image stuff.

    Once you have all that, you use the cmake gui and plug in the locations
    of various things, and click configure, then generate, then open project and it will open VS, at which point you can build.

    Once you have the dependencies in place, it's fairly easy, libssh can be awkward is all.

    Thanks for the details, will export this text and keep for the future... I'm just getting my feet wet with Windows, so I don't fully grasp everything just yet. Heck, it might be easier just to build under WSL2/Ubuntu on the Windows machine - but maybe I'll dive in and see what the process is like... I'm sure I can build libssh, and I might even learn something along the way. Thanks...



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A48 2022/04/26 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From apam@21:1/101 to paulie420 on Thu Jun 30 14:58:18 2022
    Thanks for the details, will export this text and keep for the future... I'm just getting my feet wet with Windows, so I don't fully grasp everything just yet. Heck, it might be easier just to build under WSL2/Ubuntu on the Windows machine - but maybe I'll dive in and see what the process is like... I'm sure I can build libssh, and I might even
    learn something along the way. Thanks...

    Most people on windows that use MagiTerm would I assume just use the 32 bit binary i put up. It works on Windows 11 fine (I'm using it right now).

    Compiling in WSL2 might work, I'm not sure on the status of X11 applications in WSL2, I think it works now days, but not sure.

    Andrew

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From paulie420@21:2/150 to apam on Thu Jun 30 19:46:56 2022
    Most people on windows that use MagiTerm would I assume just use the 32 bit binary i put up. It works on Windows 11 fine (I'm using it right
    now).

    Ahhh - I didn't see that on the Gitlab page, but I'll peek around a bit next time. TBH, Sync is really nice in Windows - and this is just one machine. [Still weirded out that I'm liking it as much as I AM.]



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A48 2022/04/26 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From ogg@21:2/147 to paulie420 on Thu Jun 30 22:31:35 2022
    On 30 Jun 2022, paulie420 said the following...

    Most people on windows that use MagiTerm would I assume just use the bit binary i put up. It works on Windows 11 fine (I'm using it right now).

    Ahhh - I didn't see that on the Gitlab page, but I'll peek around a bit next time. TBH, Sync is really nice in Windows - and this is just one machine. [Still weirded out that I'm liking it as much as I AM.]



    pAULIE42o
    .........

    --- Mystic BBS v1.12 A48 2022/04/26 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)

    I went looking for it at gitlab and didn't see it. I went back a few messages and found where you posted a link. I downloaded it and will play with it over the next few days.

    ogg

    Sysop, Altair IV BBS
    Lufkin, TX
    fsxnet: 21:2/147

    ... Everyone smiles in the same language.

    --- Mystic BBS v1.12 A48 2022/04/26 (Linux/64)
    * Origin: Altair IV BBS (21:2/147)
  • From apam@21:1/101 to paulie420 on Fri Jul 1 16:04:34 2022
    Ahhh - I didn't see that on the Gitlab page, but I'll peek around a bit

    Oh sorry. No it's not on the gitlab page.

    I've always put win32 binaries here : http://members.iinet.net.au/~apamment/

    However now I am putting them here as well:

    https://talismanbbs.com/other/

    next time. TBH, Sync is really nice in Windows - and this is just one

    Yep it's pretty good. I find it best when I set the default aspect to LCD or something, so it doesn't look stretched.

    machine. [Still weirded out that I'm liking it as much as I AM.]

    Windows? I found windows 11 to be a step up from Windows 10, I still prefer kde / plasma, but windows 11 is not too bad.

    Andrew

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Cozmo@21:3/135 to paulie420 on Fri Jul 1 08:48:52 2022
    So I got a question for you, APAM... is building Magi on Windows 10/11
    any different than *nix? I've been doing a little Windows test and want
    to build MagiTerm over here, too...

    What are the advantages of "building" Magiterm on Windows over just using the 32 bit binary? Curious. Also I didn't know you could do that on Windows.

    --- Mystic BBS v1.12 A47 2021/04/08 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From paulie420@21:2/150 to Cozmo on Fri Jul 1 08:56:36 2022
    What are the advantages of "building" Magiterm on Windows over just
    using the 32 bit binary? Curious. Also I didn't know you could do that
    on Windows.

    I just didn't know APAM posted the binaries. :P I've downloaded TitanMail and MagiTerm binaries now, and will just look for those like a normal person.



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A48 2022/04/26 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)