Opened 10 years ago
Closed 9 years ago
#4661 closed defect (fixed)
output of the program is not fully displayed
Reported by: | deshrajdry | Owned by: | |
---|---|---|---|
Priority: | Urgent | Milestone: | Unspecified |
Component: | Pippy | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | deshrajdry@… | Distribution/OS: | Ubuntu |
Bug Status: | New |
Description
In the sugar software>>PIPPY>>python >>Recurssion path in the sugar software, the example given for the Recurrsion has a bug that the output of that program is not fully displayed.
If i choose a number that is greater than 48 , then the output is not correct .
This is a bug and needs to be corrected.
Change History (2)
comment:1 Changed 9 years ago by native
comment:2 Changed 9 years ago by walter
- Resolution set to fixed
- Status changed from new to closed
Merged in v59
Note: See
TracTickets for help on using
tickets.
The error was due to default number of scrollback lines set in the Terminal.
Here's the merge request for it- https://git.sugarlabs.org/pippy/mainline/merge_requests/10
@walter - please review.