LBRY-Vault/electrum/gui
Benoît Verret 15de954d6a
Handle KeyboardInterrupt in Python Console (#6643)
Use Ctrl+C to raise a KeyboardInterrupt.
This is especially useful to escape constructs.

Example:
>>> for i in range(0, 3):
...
KeyboardInterrupt
>>>
2020-10-12 17:28:44 +00:00
..
icons BitBox02 Electrum plugin support 2020-04-12 15:34:37 +02:00
kivy transaction: impl tx.to_qr_data(): move logic from GUI to tx class 2020-09-23 14:57:46 +02:00
qt Handle KeyboardInterrupt in Python Console (#6643) 2020-10-12 17:28:44 +00:00
__init__.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
stdio.py gui: update stdio and text after db and storage separation (#6567) 2020-09-09 15:54:42 +00:00
text.py gui: update stdio and text after db and storage separation (#6567) 2020-09-09 15:54:42 +00:00