Saadmairaj / tkterminal

Terminal widget for Tkinter library.
https://pypi.org/project/tkterminal
Apache License 2.0
58 stars 6 forks source link

issue with control + c. #21

Open 3022-2 opened 4 months ago

3022-2 commented 4 months ago

Traceback (most recent call last): File "C:\Users\lucre\AppData\Local\Programs\Python\Python312\Lib\tkinter__init.py", line 1962, in call__ return self.func(*args) ^^^^^^^^^^^^^^^^ File "C:\Users\lucre\AppData\Local\Programs\Python\Python312\Lib\site-packages\tkterminal\ternimal.py", line 203, in _on_keypress or ((insert_idx.column <= self._limit_backspace or False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: '<=' not supported between instances of 'int' and 'NoneType'

when control + c

ctrl + c doesnt stop subprocess