• ANSI Question

    From Beery@21:4/109 to All on Thu Dec 13 14:13:30 2018
    OK,

    I've been doing quite a bit of programming for a terminal emulator and I have not been able to find a piece of information I need.

    When using Mystic on other terminal emulators, I can hit the PageUp or
    PageDown when using the "I" command when viewing messages and the messages
    page up/page down.

    What is the ANSI sequence or the specific character in hex that is sent that Mystic recognizes to scroll a new page of messages?

    Thanks for anyone's help.

    Beery

    --Beery Miller -- 9640 News BBS -- 9640news.ddns.net:9640 --

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/64)
    * Origin: 9640 News BBS (21:4/109)
  • From Ktulu@21:2/122 to Beery on Thu Dec 13 14:10:02 2018
    Hi Beery!

    I hope this helps. Take a look here: http://ascii-table.com/ansi-escape-sequences.php

    Have a great day!

    |08---
    |08-|04Ktulu
    |07SysOp |08@ |12Insane Asylum BBS

    --- Mystic BBS v1.12 A39 2018/04/14 (Windows/64)
    * Origin: Insane Asylum (21:2/122)
  • From Beery@21:4/109 to Ktulu on Thu Dec 13 22:00:39 2018
    Thanks for that information. I will have to do some testing as those codes
    are different than some other codes I had tested.

    Beery

    --Beery Miller -- 9640 News BBS -- 9640news.ddns.net:9640 --

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/64)
    * Origin: 9640 News BBS (21:4/109)
  • From g00r00@21:1/112 to Beery on Fri Dec 14 09:44:34 2018
    What is the ANSI sequence or the specific character in hex that is sent that Mystic recognizes to scroll a new page of messages?

    There are a lot of them that Mystic will recognize. I think:

    PgUp: ESC[5
    PgUp: ESC[V
    PgDown: ESC[U
    PgDown: ESC[6

    It uses standard escape sequences so you can find information if you look at definitions for things like XTERM, VT102, ANSI-BBS, etc

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Black Flag <ACiD Telnet HQ> blackflagbbs.com (21:1/112)
  • From Beery@21:4/109 to g00r00 on Sat Dec 15 19:25:33 2018
    Thanks for that information. I tried some other options that were suggested and those did not work. Will try these options.

    Beery

    --Beery Miller -- 9640 News BBS -- 9640news.ddns.net:9640 --

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/64)
    * Origin: 9640 News BBS (21:4/109)
  • From Beery@21:4/109 to g00r00 on Sat Dec 15 19:45:56 2018
    Thanks for that information. Those ANSI sequences worked.

    Much appreciated.

    Beery

    --Beery Miller -- 9640 News BBS -- 9640news.ddns.net:9640 --

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/64)
    * Origin: 9640 News BBS (21:4/109)