Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[9fans] carriage returns in 9term and acme

90 views
Skip to first unread message

Christopher Hobbs

unread,
Sep 11, 2012, 11:57:36 PM9/11/12
to
Do I need a specific font to render carriage returns properly? This
is from acme on p9p: http://cl.ly/image/0H0n2F1s1e0e

The same behavior is visible in 9term as well. I have the issue both
on p9p and vanilla plan9.

Thanks.

--
Christopher M. Hobbs
http://altbit.org

cinap_...@gmx.de

unread,
Sep 12, 2012, 12:06:54 AM9/12/12
to
no. changing the font also wont get rid of the ansi escape
codes. plan9 text console is not a tty. read the recent
(ssh) posts on this mailinglist as it touches the topic
of chaning the terminal output to something acme/plan9
can handle.

--
cinap

erik quanstrom

unread,
Sep 12, 2012, 12:08:00 AM9/12/12
to
On Tue Sep 11 23:59:33 EDT 2012, ch...@altbit.org wrote:
> Do I need a specific font to render carriage returns properly? This
> is from acme on p9p: http://cl.ly/image/0H0n2F1s1e0e
>
> The same behavior is visible in 9term as well. I have the issue both
> on p9p and vanilla plan9.

could you define "properly". that looks right to me.

unix/plan 9 don't use nl+cr. the carrage return harkens
back to the days when the console had an actual typewriter
carrage which needed to be sent back to the left. in the
very old days, even before consoles with printer heads,
there was a manual return lever and a linefeed key. since
the early 1960s (half a century!) return, has, uh, been return.


- erik

Bruce Ellis

unread,
Sep 12, 2012, 12:48:49 AM9/12/12
to
my adsl router has a telnet interface that won't dumb down (i.e. be
sensible). it is more than tedious watching it try to backspace over
stuff and move the cursor about. hey guys, don't do that crap!

Matthew Veety

unread,
Sep 12, 2012, 10:30:42 AM9/12/12
to


On Sep 12, 2012 12:48 AM, "Bruce Ellis" <bruce...@gmail.com> wrote:
>
> my adsl router has a telnet interface that won't dumb down (i.e. be
> sensible). it is more than tedious watching it try to backspace over
> stuff and move the cursor about. hey guys, don't do that crap!

You can make a telnet client that dumbs down the stream to your terminal. Telnet is trivial to implement.

--
Veety

Bruce Ellis

unread,
Sep 12, 2012, 7:39:23 PM9/12/12
to
Brilliant! Write a program because the router is stupid. Anything else
you would like me to write while I'm at it?

brucee
--
Don't meddle in the mouth -- MVS (0416935147, +1-513-3BRUCEE)

Charles Forsyth

unread,
Sep 12, 2012, 8:02:16 PM9/12/12
to
That's a bit elaborate. vt(1) might be easier.

Bruce Ellis

unread,
Sep 12, 2012, 8:07:24 PM9/12/12
to
Indeed. Though I'm waiting for the trivial implementation that does
something imaginative with the batshit practice of overwriting lines
using CR without LF.

brucee

erik quanstrom

unread,
Sep 12, 2012, 8:15:02 PM9/12/12
to
On Wed Sep 12 20:13:38 EDT 2012, skip.tav...@gmail.com wrote:
> without a LF how will the sprockets pulling the screen up vt(1) get activated?
>
> On Wed, Sep 12, 2012 at 5:07 PM, Bruce Ellis <bruce...@gmail.com> wrote:
> > Indeed. Though I'm waiting for the trivial implementation that does
> > something imaginative with the batshit practice of overwriting lines
> > using CR without LF.

now that you mention it, vt is missing the flyback transformer whine. you
should be able to *hear* what's displayed.

- erik

Skip Tavakkolian

unread,
Sep 12, 2012, 8:12:50 PM9/12/12
to
without a LF how will the sprockets pulling the screen up vt(1) get activated?

On Wed, Sep 12, 2012 at 5:07 PM, Bruce Ellis <bruce...@gmail.com> wrote:

Bruce Ellis

unread,
Sep 12, 2012, 8:22:13 PM9/12/12
to
Perhaps decwriter(1) should be on someone's list. Then we can all
not-sleep at night. And if things are running too fast the 110 baud
switch could be used.

brucee

erik quanstrom

unread,
Sep 12, 2012, 8:32:34 PM9/12/12
to
On Wed Sep 12 20:23:02 EDT 2012, bruce...@gmail.com wrote:
> Perhaps decwriter(1) should be on someone's list. Then we can all
> not-sleep at night. And if things are running too fast the 110 baud
> switch could be used.

make sure to include the ever-popular LOC switch. just
to see if the n00bs are paying attention.

- erik

Steve Simon

unread,
Sep 13, 2012, 6:13:50 AM9/13/12
to
> now that you mention it, vt is missing the flyback transformer whine. you
> should be able to *hear* what's displayed.

perhaps it is there an you are no-longer able to hear it? :-)

I can no longer hear line rate in the UK (15.625kHz).

-Steve

erik quanstrom

unread,
Sep 13, 2012, 9:49:32 AM9/13/12
to
i can hear the power supply in my test machine. i don't know
it starts up like a hurd of mice and then pavarotti the mouse
solos. that mouse has some pipes.

- erik

michaelian ennis

unread,
Sep 17, 2012, 8:44:14 AM9/17/12
to
On Tue, Sep 11, 2012 at 11:57 PM, Christopher Hobbs <ch...@altbit.org> wrote:
> Do I need a specific font to render carriage returns properly? This
> is from acme on p9p: http://cl.ly/image/0H0n2F1s1e0e

If that is a "win" it looks to me like you should be able to fix that
with unalias -a. Otherwise you should be able to tell whatever
program that is to not use ansi escape chars. I'd look for colorize
or something like that in the documentation or look at the TERM=
environment variable.

Cheers,
Ian

0 new messages