• Cursor Location

    From Armitage@VERT/QWKMAT to All on Sat Jul 12 19:24:00 2003
    Okay, here I go.. about to work on a Matrix Login with an ANSI screen forãbackground.. wondering about baja cursor positioning with the ANSI escapeãcodes, anyone know about this?ããã---ã þ Synchronet þ The Matrix - telnet://matrix.dotheyknow.netã
  • From Angus Mcleod@VERT/ANJO to Armitage on Sat Jul 12 21:23:00 2003
    Re: Cursor Locationã By: Armitage to All on Sat Jul 12 2003 19:24:00ãã > Okay, here I go.. about to work on a Matrix Login with an ANSI screen forã > background.. wondering about baja cursor positioning with the ANSI escapeã > codes, anyone know about this?ããWhat's to know? Just PRINT / PRINTF the escape sequences and the cursor willãobey -- assuming the caller has ANSI support, which you chould be able to checkãusing ARS as inãã COMPARE_ARSã IF_TRUEã # clear screen and home cursorã PRINT "\x1B[2J"ã END_IFããSearch the WWW for details on what ANSi codes are valid.ãã---ã þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBSã
  • From Digital Man@VERT to Armitage on Sat Jul 12 23:59:03 2003
    Re: Cursor Locationã By: Armitage to All on Sat Jul 12 2003 07:24 pmãã > Okay, here I go.. about to work on a Matrix Login with an ANSI screen forã > background.. wondering about baja cursor positioning with the ANSI escapeã > codes, anyone know about this?ããThe easiest way is probably to use the ANSI cursor-position @-codes. Seeãv310_new.txt for details.ãã digital manããSnapple "Real Fact" #72:ãThe average person uses 150 gallons of water per day for personal use.ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Armitage@VERT/QWKMAT to Angus Mcleod on Sun Jul 13 10:13:00 2003
    Re: Cursor Locationã By: Angus Mcleod to Armitage on Sat Jul 12 2003 10:23 pmããThanks, I will do a lookup... catch ya later...ããã---ã þ Synchronet þ The Matrix - telnet://matrix.dotheyknow.netã
  • From Armitage@VERT/QWKMAT to Digital Man on Sun Jul 13 10:14:00 2003
    Re: Cursor Locationã By: Digital Man to Armitage on Sun Jul 13 2003 12:59 amããI looked through the v310_new.txt and it mentions the new codes, but not whatãthey are.ããã---ã þ Synchronet þ The Matrix - telnet://matrix.dotheyknow.netã
  • From Digital Man@VERT to Armitage on Mon Jul 14 01:57:37 2003
    Re: Cursor Locationã By: Armitage to Digital Man on Sun Jul 13 2003 10:14 amãã > I looked through the v310_new.txt and it mentions the new codes, but not whaã > they are.ããSorry, it was actually in v300_new.txt:ãão New @-codes: ã LOCAL-IP displays current local IP addressã CRLF carriage return/line-feed pairã UP Move cursor up one row (ANSI)ã UP:n Move cursor up n rows (ANSI)ã DOWN Move cursor down one row (ANSI)ã DOWN:n Move cursor down n rows (ANSI)ã RIGHT Move cursor right one column (ANSI)ã RIGHT:n Move cursor right n columns (ANSI)ã LEFT Move cursor left one column (ANSI)ã LEFT:n Move cursor left n columns (ANSI)ã GOTOXY:x,y Move cursor to x/y (1-based) (ANSI)ã PUSHXY Save current cursor position (ANSI)ã POPXY Restore saved cursor position (ANSI)ãã digital manããSnapple "Real Fact" #160:ãOne alternate title that had been considered for NBC's hit "Friends" was "Insomnia Cafe." ã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã