• GetChar?

    From Pazuzues@DARKHOUR to All on Thu Feb 6 14:02:00 2003
    Is there a baja command to just grab a character out of the "incomming" buffer? Something that doesn't filter or change casing like getkey.

    ---
    ■ Synchronet ■ Darkest Hour BBS (dhbbs.net)
  • From Digital Man to Pazuzues on Thu Feb 6 21:41:07 2003
    Re: GetChar?
    By: Pazuzues to All on Thu Feb 06 2003 02:02 pm

    Is there a baja command to just grab a character out of the "incomming" buff Something that doesn't filter or change casing like getkey.

    Yeah, GETCHAR. See v300_new.txt for details.

    digital man
  • From Tracker1@RDBBS to All on Fri Feb 7 01:08:00 2003
    Pazuzues wrote:
    Is there a baja command to just grab a character out of the "incomming" buffer?
    Something that doesn't filter or change casing like getkey.

    GETCHAR

    or in javascript...
    console.inkey()
    ... :)

    ... JS RULES!!!

    --
    -----------------------------------------------------------------------
    Michael J. Ryan | ICQ: 4935386
    tracker1(at)theroughnecks(dot)net | AIM/AOL: azTracker1
    Roughneck BBS: | Yahoo: azTracker1
    http://www.theroughnecks.net | MSN: (email address)
    telnet://theroughnecks.net | Trillian: www.trillian.cc

    ---
    ■ Synchronet ■ theroughnecks.net, where the men are men, and the women like it
  • From Pazuzues@DARKHOUR to Digital Man on Fri Feb 7 03:22:00 2003
    Re: GetChar?
    By: Digital Man to Pazuzues on Thu Feb 06 2003 09:41 pm

    Is there a baja command to just grab a character out of the "incomming" b Something that doesn't filter or change casing like getkey.

    Yeah, GETCHAR. See v300_new.txt for details.

    Oky doky. If curious i'm trying to make a .inc in baja that will get the current screen position in ANSI. I'm making a new command shell so i don't think javascript would work. But that would be cool if it did.
    OH and one thing that would be cool is if you made the internal name on the command shell longer than 8 characters now that all of SBBS v3 is available only to OS's with long filename support.

    ---
    ■ Synchronet ■ Darkest Hour BBS (dhbbs.net)
  • From Digital Man to Pazuzues on Fri Feb 7 13:57:57 2003
    Re: GetChar?
    By: Pazuzues to Digital Man on Fri Feb 07 2003 03:22 am

    Is there a baja command to just grab a character out of the "incomming Something that doesn't filter or change casing like getkey.

    Yeah, GETCHAR. See v300_new.txt for details.

    Oky doky. If curious i'm trying to make a .inc in baja that will get the current screen position in ANSI. I'm making a new command shell so i don't think javascript would work. But that would be cool if it did.

    It is possible, it just requires a small Baja "shim".

    OH and one thing that would be cool is if you made the internal name on the command shell longer than 8 characters now that all of SBBS v3 is available only to OS's with long filename support.

    Probably in a future version.

    digital man
  • From Tracker1@RDBBS to All on Fri Feb 7 15:29:00 2003
    Pazuzues wrote:

    Oky doky. If curious i'm trying to make a .inc in baja that will get the current screen position in ANSI. I'm making a new command shell so i don't think javascript would work. But that would be cool if it did.
    OH and one thing that would be cool is if you made the internal name on the command shell longer than 8 characters now that all of SBBS v3 is available only to OS's with long filename support.

    can do a command shell in JS... http://s3.bbs.us/

    The s3 shell is like 100% js.. thought the file area doesn't work
    quite right.. I have some baja workarounds that will do it.

    --
    -----------------------------------------------------------------------
    Michael J. Ryan | ICQ: 4935386
    tracker1(at)theroughnecks(dot)net | AIM/AOL: azTracker1
    Roughneck BBS: | Yahoo: azTracker1
    http://www.theroughnecks.net | MSN: (email address)
    telnet://theroughnecks.net | Trillian: www.trillian.cc

    ---
    ■ Synchronet ■ theroughnecks.net, where the men are men, and the women like it