Show (not enough space to display) for single comments that are too large.

This commit is contained in:
Michael Lazar
2016-04-20 00:21:17 -07:00
parent 51a0dd33e4
commit 9e89dab0b3
2 changed files with 9 additions and 4 deletions

View File

@@ -314,9 +314,6 @@ class Page(object):
Loop through submissions and fill up the content page.
"""
# TODO: If only one comment, add (Not enough space to display)
# TODO: Jumps up one space sometimes
n_rows, n_cols = self.term.stdscr.getmaxyx()
window = self.term.stdscr.derwin(
n_rows - self._row, n_cols, self._row, 0)