Discussion:
[9fans] carriage returns in 9term and acme
(too old to reply)
Christopher Hobbs
2012-09-12 03:57:36 UTC
Permalink
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
c***@gmx.de
2012-09-12 04:06:54 UTC
Permalink
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
Bruce Ellis
2012-09-12 04:48:49 UTC
Permalink
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!
Post by c***@gmx.de
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
Matthew Veety
2012-09-12 14:30:42 UTC
Permalink
Post by Bruce Ellis
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
2012-09-12 23:39:23 UTC
Permalink
Brilliant! Write a program because the router is stupid. Anything else
you would like me to write while I'm at it?

brucee
Post by Matthew Veety
Post by Bruce Ellis
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
--
Don't meddle in the mouth -- MVS (0416935147, +1-513-3BRUCEE)
Charles Forsyth
2012-09-13 00:02:16 UTC
Permalink
That's a bit elaborate. vt(1) might be easier.
Post by Matthew Veety
You can make a telnet client that dumbs down the stream to your terminal.
Telnet is trivial to implement.
Bruce Ellis
2012-09-13 00:07:24 UTC
Permalink
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
Post by Charles Forsyth
That's a bit elaborate. vt(1) might be easier.
Post by Matthew Veety
You can make a telnet client that dumbs down the stream to your terminal.
Telnet is trivial to implement.
Skip Tavakkolian
2012-09-13 00:12:50 UTC
Permalink
without a LF how will the sprockets pulling the screen up vt(1) get activated?
Post by Bruce Ellis
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
Post by Charles Forsyth
That's a bit elaborate. vt(1) might be easier.
Post by Matthew Veety
You can make a telnet client that dumbs down the stream to your terminal.
Telnet is trivial to implement.
erik quanstrom
2012-09-13 00:15:02 UTC
Permalink
Post by Skip Tavakkolian
without a LF how will the sprockets pulling the screen up vt(1) get activated?
Post by Bruce Ellis
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
Bruce Ellis
2012-09-13 00:22:13 UTC
Permalink
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
Post by erik quanstrom
Post by Skip Tavakkolian
without a LF how will the sprockets pulling the screen up vt(1) get activated?
Post by Bruce Ellis
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
erik quanstrom
2012-09-13 00:32:34 UTC
Permalink
Post by Bruce Ellis
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
2012-09-13 10:13:50 UTC
Permalink
Post by erik quanstrom
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
2012-09-13 13:49:32 UTC
Permalink
Post by Steve Simon
Post by erik quanstrom
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).
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
erik quanstrom
2012-09-12 04:08:00 UTC
Permalink
Post by Christopher Hobbs
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
michaelian ennis
2012-09-17 12:44:14 UTC
Permalink
Post by Christopher Hobbs
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

Continue reading on narkive:
Search results for '[9fans] carriage returns in 9term and acme' (Questions and Answers)
5
replies
Can any non-muslims stand a chance against Zakir Naik?
started 2006-10-24 02:22:19 UTC
religion & spirituality
Loading...