[
https://issues.apache.org/jira/browse/GSHELL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542606
]
Jason Dillon commented on GSHELL-37:
------------------------------------
You can disable ANSI colors w/:
{noformat}
./bin/gsh -C off
{noformat}
or setting the terminal:
{noformat}
./bin/gsh -T none
{noformat}
But, need to see what the behavior is in Windows... dunno, have to peep at the
src to see what it does with clear. I think its all ANSI so it probs won't
work either way. But not sure atm.
As for the warning. I would just check if ANSI is enabled in the terminal and
if its not then spit out the warning, else do the clear.
> New Command: clear
> ------------------
>
> Key: GSHELL-37
> URL: https://issues.apache.org/jira/browse/GSHELL-37
> Project: GShell
> Issue Type: New Feature
> Security Level: public(Regular issues)
> Components: Commands
> Reporter: Jason Warner
> Assignee: Jason Warner
> Fix For: 1.0-alpha-1
>
> Attachments: GShell-37.patch
>
>
> Implement the ability to use the clear command.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.