[
https://issues.apache.org/jira/browse/PIG-2706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13285450#comment-13285450
]
Prashant Kommireddi commented on PIG-2706:
------------------------------------------
A minor one again, indentation is off a bit with the method declaration (needs
to shift left).
{code}
@Override
+ protected void printClear() {
+ System.out.print(((char) 27)+"[2J");
+ System.out.print(((char) 27)+"[;H");
+ }
{code}
> Add clear to list of grunt commands
> -----------------------------------
>
> Key: PIG-2706
> URL: https://issues.apache.org/jira/browse/PIG-2706
> Project: Pig
> Issue Type: Improvement
> Components: grunt
> Affects Versions: 0.11, 0.10.1
> Reporter: Prashant Kommireddi
> Assignee: Allan AvendaƱo
> Attachments: PIG-2706, PIG-2706-2, PIG-2706-3
>
>
> grunt should be able to clear screen (similar to unix shell) on a command, we
> can call it "clear". After typing in several lines in the interactive mode,
> it would be useful to be able to clear screen.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira