aboutsummaryrefslogtreecommitdiff
path: root/screen.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-10-27 10:01:13 +0000
committerThomas Adam <thomas@xteddy.org>2015-10-27 10:01:13 +0000
commit147b5ae5145dc29e9bf4d0ebbc635939b6fdc60b (patch)
tree099e5b6dfcbcf9dcd4849da370549c39f0aa8602 /screen.c
parent9c69a79f9ae14e3530ec50fcff32d57f0dd63aaf (diff)
parent9952201ca72b42819d64a9174fa7b5b898215668 (diff)
downloadrtmux-147b5ae5145dc29e9bf4d0ebbc635939b6fdc60b.tar.gz
rtmux-147b5ae5145dc29e9bf4d0ebbc635939b6fdc60b.tar.bz2
rtmux-147b5ae5145dc29e9bf4d0ebbc635939b6fdc60b.zip
Merge branch 'obsd-master'
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)