• ANSI in Ubuntu terminal; dumb ? whats the fix...

    From Paulie420@VERT/PAULIE42 to All on Sun Apr 26 13:54:18 2020
    I want to have my Ubuntu [KDE Neon] system display ANSI correctly at the terminal prompt... by just likeããcat ansi.ansãã... once I simply added something quickly in a Ubuntu terminal program and it then had ANSI display correctly, but I can't find it now...ããAlso, I know I can find the cat-ansi package but I was wanting it to display correctly all the time. I believe i changed a font or added some coding to my terminal before; but a google search isn't showing me the info this time round.ãã??? anyone ???ãã |08Paulie|15420ã |15M|08@|15STERM|07i|15NDã|14AmericanPiBBS|04.comãã---ã þ Synchronet þ AmericanPiBBS.comã
  • From ryan@VERT/MONTEREY to Paulie420 on Sun Apr 26 23:04:00 2020
    I want to have my Ubuntu [KDE Neon] system display ANSI correctly at theã Pa> terminal prompt... by just likeã Pa> cat ansi.ansããYou can change your terminal emulation most likely to ansi or something likeãthat, but I think you'll wind up with traditional cli applications maybe notãdisplaying correctly. ããOne piece of advice would be to clone https://github.com/keaston/cp437 -ãbuild it, put it in /usr/local/bin or some place on your path, and thenãprecede every command relating to ansi with cp437:ãcp437 cat ansi.ansããIt'll "just work" and you won't have any terminal compatibility issues withãutf8 or anything :)ãã--- Mystic BBS v1.12 A46 2020/04/13 (Linux/64)ã * Origin: monterey bbsã
  • From MRO@VERT/BBSESINF to Paulie420 on Mon Apr 27 01:20:31 2020
    Re: ANSI in Ubuntu terminal; dumb ? whats the fix...ã By: Paulie420 to All on Sun Apr 26 2020 01:54 pmãã > I want to have my Ubuntu [KDE Neon] system display ANSI correctly at theã > terminal prompt... by just likeãã > cat ansi.ansãã > ... once I simply added something quickly in a Ubuntu terminal program and iã > then had ANSI display correctly, but I can't find it now...ãã > Also, I know I can find the cat-ansi package but I was wanting it to displayããi believe deuce knew how to make it almost work. i cant remember the settings.ãit's probably someplace in irc chatlogs from 18 years ago.ã---ã þ Synchronet þ ::: BBSES.info - free BBS services :::ã
  • From Gamgee@VERT/PALANT to ryan on Mon Apr 27 08:43:00 2020
    ryan wrote to Paulie420 <=-ãã Pa> I want to have my Ubuntu [KDE Neon] system display ANSI correctly at theã Pa> terminal prompt... by just like cat ansi.ansãã ry> You can change your terminal emulation most likely to ansi orã ry> something like that, but I think you'll wind up with traditionalã ry> cli applications maybe not displaying correctly.ãã ry> One piece of advice would be to cloneã ry> https://github.com/keaston/cp437 - build it, put it inã ry> /usr/local/bin or some place on your path, and then precede everyã ry> command relating to ansi with cp437: cp437 cat ansi.ansãã ry> It'll "just work" and you won't have any terminal compatibilityã ry> issues with utf8 or anything :)ããWow, great tip there! I did the above and it works (almost) ãperfectly. Very helpful little utility to have.ããThanks for sharing that.ãããã... Rehab is for quitters.ã--- MultiMail/Linux v0.52ã þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FLã
  • From ryan@VERT/MONTEREY to Gamgee on Mon Apr 27 10:22:00 2020
    Wow, great tip there! I did the above and it works (almost) ã Ga> perfectly. Very helpful little utility to have.ããYeah, it works pretty well :) I use it a lot. I actually also clonedã'duhdraw' (it's also on github if you search for it, would paste link but onãiPad) and now I can 'cp437 duhdraw' and have an in-terminal accurate ANSIãeditor.ãã--- Mystic BBS v1.12 A46 2020/04/13 (Linux/64)ã * Origin: monterey bbsã
  • From Gamgee@VERT/PALANT to ryan on Mon Apr 27 14:26:00 2020
    ryan wrote to Gamgee <=-ãã Ga> Wow, great tip there! I did the above and it works (almost)ã Ga> perfectly. Very helpful little utility to have.ãã ry> Yeah, it works pretty well :) I use it a lot. I actually alsoã ry> cloned 'duhdraw' (it's also on github if you search for it, wouldã ry> paste link but on iPad) and now I can 'cp437 duhdraw' and have anã ry> in-terminal accurate ANSI editor.ããNice. Hadn't heard of that one, either.ããI tried it and it seems to work. A couple of things I notice are ãthat it doesn't go full-screen, so the work area is kind of small. ãAlso did not have any luck using the "line draw" function (like in ãTheDraw where you make lines/corners with F-keys).ããI actually use TheDraw quite a bit in a DosBox environment and it ãworks perfectly.ããThanks again.ãããã... I'll be unstoppable when I get started.ã--- MultiMail/Linux v0.52ã þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FLã
  • From ryan@VERT/MONTEREY to Gamgee on Mon Apr 27 16:45:00 2020
    I tried it and it seems to work. A couple of things I notice are ã Ga> that it doesn't go full-screen, so the work area is kind of small. ã Ga> Also did not have any luck using the "line draw" function (like in ã Ga> TheDraw where you make lines/corners with F-keys).ããAh, yeah, it might be locked to 80x25, not sure...but that would make sense.ãThat said, duhdraw has worked well for me to do BBS stuff in an ssh sessionãthrough putty, which works great for my purposes.ããI hadn't heard about those TheDraw features, but my BBS is probably 98% asciiãart format so not a big deal for me hehe.ãã--- Mystic BBS v1.12 A46 2020/04/13 (Linux/64)ã * Origin: monterey bbsã
  • From Paulie420@VERT/PAULIE42 to ryan on Mon Apr 27 16:28:15 2020
    Re: Re: ANSI in Ubuntu terminal; dumb ? whats the fix...ã By: ryan to Paulie420 on Sun Apr 26 2020 11:04 pmãã Pa>> I want to have my Ubuntu [KDE Neon] system display ANSI correctly atã Pa>> the terminal prompt... by just likeã Pa>> cat ansi.ansãã ry> You can change your terminal emulation most likely to ansi or somethingã ry> like that, but I think you'll wind up with traditional cli applicationsã ry> maybe not displaying correctly. ãã ry> One piece of advice would be to clone https://github.com/keaston/cp437 -ã ry> build it, put it in /usr/local/bin or some place on your path, and thenã ry> precede every command relating to ansi with cp437:ã ry> cp437 cat ansi.ansã ry> It'll "just work" and you won't have any terminal compatibility issuesã ry> with utf8 or anything :)ããThanks ryan - it almost works perfect... ANSI is a little different than CP437, but this does give me something better than not having anything installed. I use Acid Draw to edit, but this cp437 command lets me at least see an .ANS -mostly- corect. ããThanks kindly.ãã |08Paulie|15420ã |15M|08@|15STERM|07i|15NDã|14AmericanPiBBS|04.comãã---ã þ Synchronet þ AmericanPiBBS.comã