Looking for a good terminal program

Looking for a good terminal program

Post by James Kufrovi » Tue, 04 Sep 2001 04:32:49



Hi.

        I just installed Linux Mandrake 8.0, am using the KDE that came
with it, and XFree86-4.0.3-7, and I'm looking for a terminal program (such
as nxterm, xterm, Konsole, rxvt, etc.) that has as many of these features
as possible:

        -- Pg up and pg down keys actually scroll up and down within that
terminal window, as opposed to acting like the arrow keys and bringing up
that session's history.

        -- CTRL-D once too many times does *not* close the terminal, like
Konsole does.

        -- Supports the -bg and -fg options, or the background and
foreground can be configured from a menu, and the settings would be
retained.

        -- I like to have the current user's login name in the titlebar,
so support for -title would be helpful.

        -- Support for ANSI color codes in some way, as I have them in
root's PS1 so the prompt stands out more.

        -- The ability to select and paste with the mouse (left button and
middle button, respectively.)  Rxvt and Konsole won't let me paste for
some reason.

        And that's about it, I think.  nxterm was just fine back when I
was using RH 6.0, but I can't seem to find it now on this machine
(I do see it as part of the XFree86-Tools-4.0.3-5 RPM on rpmfind.net, but
that package also has files that already exist on my sytem, and I don't
wanna muck things up like that.)  If anybody has any idea of what programs
I should try, or where I can get the latest nxterm by itself, I'm open for
suggestions. Hmm, someone also told me once that alot of those features
listed above can be set in an .X* file?  Which one, and which parameters.

        I'd appreciate any tips.  Thanks.

Jamie Kufrovich
eggie (at) sunlink (dot) net

 
 
 

Looking for a good terminal program

Post by James Kufrovi » Tue, 04 Sep 2001 04:59:00



>    And that's about it, I think.  nxterm was just fine back when I
>was using RH 6.0, but I can't seem to find it now on this machine
>(I do see it as part of the XFree86-Tools-4.0.3-5 RPM on rpmfind.net, but
>that package also has files that already exist on my sytem, and I don't
>wanna muck things up like that.)  If anybody has any idea of what programs
>I should try, or where I can get the latest nxterm by itself, I'm open for
>suggestions. Hmm, someone also told me once that alot of those features
>listed above can be set in an .X* file?  Which one, and which parameters.

Hi.

        Original poster here again. I just noticed that on my Older
RedHat distro, the nxterm*font: and other similar lines are in the
.Xdefaults line in my home directory.  There *is* no such file in this
newer Mandrake install.  Can I just create one, or copy over my old one,
Is this one of the changes with XFree86-4?

Jamie

 
 
 

Looking for a good terminal program

Post by Jesper Peterse » Tue, 04 Sep 2001 05:07:49


 James> .Xdefaults line in my home directory.  There *is* no such file in this
 James> newer Mandrake install.  Can I just create one, or copy over my old one,
 James> Is this one of the changes with XFree86-4?

Just create one, or copy your old one. If that doesn't work, rename it
to .Xresourses.

Jesper

--
Remove **Delete** from my email-address when replying by mail.

 
 
 

Looking for a good terminal program

Post by Sven Maschec » Tue, 04 Sep 2001 07:57:49



> I'm looking for a terminal program (such as nxterm, xterm, Konsole,
> rxvt, etc.) that has as many of these features as possible:

At least both xterm(1) and rxvt(1) provide what you ask for.
It's a matter of proper configuration, though.

Quote:> CTRL-D once too many times does *not* close the terminal,
> like Konsole does.

If you exit your shell and nothing is left, it should close.
(You can configure bash(1) to prevent you from doing it by
 accident, "IGNOREEOF=2".)

Quote:> [ -bg and -fg options ]

You really should've looked into their manuals before posting
this requirement.

Quote:> [ ANSI color codes in some way]

Existent.  And escape sequences let you switch colours on the fly.

Quote:> [ text in title bar ]

google this group, consult the documentation or FAQs for the according
escape sequences, which you could add to your prompt, f.i.

Quote:> The ability to select and paste with the mouse (left button and
> middle button, respectively.)  Rxvt and Konsole won't let me paste
> for some reason.

Then something's really broken with yours.  Every reasonable
X11 terminal emulator knows copy&paste.  (Although some
rather * ones aren't very robust about this).

As a last resort see some examples/explanations emphasizing
xterm(1) at <http://www.veryComputer.com/~s_smasch/X11/xresources.html>
(there, mainly the application defaults file and an extract from
the libXt documentation about loading resources)

 
 
 

Looking for a good terminal program

Post by Juliusz Chrobocze » Fri, 07 Sep 2001 05:12:29


JK> And that's about it, I think.  nxterm was just fine back when I
JK> was using RH 6.0, but I can't seem to find it now on this machine

The XTerm that comes with newer XFree86 releases (since the 3.3
series) is not the stock XTerm.  It contains all the features of
nxterm, but not the bugs.

                                        Juliusz