apps-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANN: Terminal 0.9.4


From: Stefan Urbanek
Subject: Re: ANN: Terminal 0.9.4
Date: Sat, 18 Jan 2003 13:23:09 +0100

On 2003-01-18 12:21:33 +0100 Alexander Malmberg <address@hidden> wrote:

address@hidden wrote:

On 18 Jan, Alexander Malmberg wrote:
  I've released Terminal 0.9.4:

Looks good.


Agreed :)

One of the best features of Nextstep's Terminal.app, was the ability to
search for selected text in the scrollback history.  Is that feature
planned?

Sounds useful. It's planned now. :)


That is great. Neither konsole or gnome-terminal has search capability. :)

Also, how do you change the foreground/background and the text colour?

Using all the standard escape sequences. :)

To set the 'default' color, use:

setterm -foreground red -background green -store

To always use them, put something like:

if [ x$TERM_PROGRAM = xGNUstep_Terminal ]; then
     setterm -foreground green -background red -store -clear
fi

in ~/.bashrc (or equivalent).


Is the color palette configurable somehow (a Terminal.clr color list or 
something)?

Moreover, I think that some preferences should be placed in an 'Inspector 
panel' for terminal window. (common for all GS apps) Preferences panel should 
be for global preferences and new windows and the inspector panel for active 
window.

Anyway, I like it,

Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]