spiffy terminals

Robert Elz kre at cs.mu.oz.au
Sun Jan 15 22:41:20 AEST 1989


This discussion has gotten way out of hand.  There's no question that
bit mapped terminals (630's, X terminals, Suns, etc) are "better" than
24x80's (that is, they enable the user to be more productive).

There's also no question than that they cost more.  The result of this
is a standard price/performance trade-off, and there is NO "right"
answer that will suit everyone.

However, this all started, as has been pointed out before, with questions
about curses, and some comment that curses is obsolete, because the fancy
new terminals are all that matters now.

That's simply trash .. even given that everyone has a fancy new terminal,
they're not all the same.  A program written for a 630 isn't going to
run on a X terminal, nor on a Sun running NeWS or SunView, nor on a ...

However, a program written for curses will run on all of those.

Until there's a real standard window system actually out there, and in use
in a large enough number of places that you don't care that your application
will only run on that subset, sane designers or portable applications will
continue to use curses wherever possible, despite all its drawbacks.

With that in mind, improvments to curses are still useful, and will
continue to be into the forseeable future.

kre



More information about the Comp.lang.c mailing list