Re: ANN: Terminal 0.9.4

Stefan Urbanek <[email protected]> Sat, 18 Jan 2003 13:23:09 +0100
Newsgroups gmane.comp.lib.gnustep.general,gmane.comp.lib.gnustep.applications
Message-ID <e659fbe6fb80cd6cb8c156dc086dae8a@stivi>
On 2003-01-18 12:21:33 +0100 Alexander Malmberg <[email protected]> wrote:

> [email protected] 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