Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix StackOverflowError in detached Docker container
When running inside a detached Docker container, calling LineReaderImpl.redisplay resulted in a StackOverflowError. The reason for this is that redisplay eventually calls doList, which again calls redisplay because the size.getRows() is 0.
- Loading branch information