File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ def process_event(self, e):
252252 elif e in key_dispatch [self .config .yank_from_buffer_key ]: #TODO
253253 raise NotImplementedError ()
254254
255- elif e in key_dispatch [self .config .clear_screen_key ]: #TODO
255+ elif e in key_dispatch [self .config .clear_screen_key ]:
256256 self .request_paint_to_clear_screen = True
257257 elif e in key_dispatch [self .config .last_output_key ]: #TODO
258258 raise NotImplementedError ()
@@ -613,7 +613,6 @@ def paint(self, about_to_exit=False):
613613
614614 ## Debugging shims
615615 def dumb_print_output (self ):
616- #TODO this currently doesn't work due to thread control passing issues
617616 arr , cpos = self .paint ()
618617 arr [cpos [0 ], cpos [1 ]] = '~'
619618 def my_print (msg ):
You can’t perform that action at this time.
0 commit comments