summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authornicm <nicm>2015-10-27 09:28:31 +0000
committernicm <nicm>2015-10-27 09:28:31 +0000
commit9952201ca72b42819d64a9174fa7b5b898215668 (patch)
tree002f1cb7f07623b973c97078559a11bf15f8f755 /screen.c
parent17c2c4219df2a8fec4c2f46f718a3fbbbfebe50a (diff)
Count brackets in #{?...} so that nested conditional formats work, from
Daniel De Graaf.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index f487cc67..5551bb93 100644
--- a/screen.c
+++ b/screen.c
@@ -194,8 +194,6 @@ screen_resize_y(struct screen *s, u_int sy)
* Now just increase the history size, if possible, to take
* over the lines which are left. If history is off, delete
* lines from the top.
- *
- * XXX Should apply history limit?
*/
available = s->cy;
if (gd->flags & GRID_HISTORY)