From 48e888243e30e58bf42bc4d34af89a4817b33f70 Mon Sep 17 00:00:00 2001 From: haliphax Date: Fri, 6 Mar 2020 01:54:43 -0600 Subject: [PATCH] remove TODO comment re: tty methods --- xthulu/terminal.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/xthulu/terminal.py b/xthulu/terminal.py index eada2fb..bbd0402 100644 --- a/xthulu/terminal.py +++ b/xthulu/terminal.py @@ -11,8 +11,6 @@ from . import config, log from .exceptions import ProcessClosing -# TODO tty methods (at least height, width), get size from asyncssh - debug_term = config.get('debug', {}).get('term', False)