52 Commits

Author SHA1 Message Date
Andrew Kay
809f70b324 pycoax 0.7.0 2021-03-10 19:24:40 -06:00
Andrew Kay
7187abf32a Add COAX_FAST_START option for new interface 2021-03-07 19:27:43 -06:00
Andrew Kay
aa61ca7c66 Use selectors instead of select 2021-02-28 11:01:53 -06:00
Andrew Kay
d7e4da852e Temporary workaround for GE order 2021-02-26 22:40:00 -06:00
Andrew Kay
49ac1a9100 Refactor run loop to improve perceived terminal responsiveness 2021-02-18 09:09:02 -06:00
Andrew Kay
2a0ad37a83 Initial support for extended data stream, enough to log into TK4 2020-07-27 19:01:18 -05:00
Andrew Kay
78e05cc6ce Get features when terminal is attached 2020-07-19 14:02:44 -05:00
Andrew Kay
49a1a0283a Refactor interface creation 2020-07-17 08:28:42 -05:00
Andrew Kay
275f2d53fb Do not support VT100 emulation on Windows 2020-07-13 18:54:03 -05:00
Andrew Kay
de7b9cb610 Correct key mapping 2020-06-09 09:00:52 -05:00
Andrew Kay
30e18200f8 Simplify the TN3270 attribute mapping 2020-06-08 18:25:18 -05:00
Andrew Kay
c1b8dc11c4 Detect unsupported DFT terminals 2020-05-12 20:24:08 -05:00
Andrew Kay
52a05ad1df Disconnect session on ConnectionResetError 2020-03-26 07:17:43 -05:00
Andrew Kay
7e8d4b53e6 pycoax 0.3.1 2020-03-25 20:01:28 -05:00
Andrew Kay
39689e04da Do not use offload_load_address_counter 2020-03-21 16:09:13 -05:00
Andrew Kay
ada7c16af0 Implement fast cursor left and right 2020-01-05 14:59:12 -06:00
Andrew Kay
274b1a18a2 Implement dup and field mark 2020-01-05 14:37:45 -06:00
Andrew Kay
c373457dff Implement cursor blink and reverse toggle 2019-12-27 20:14:39 -06:00
Andrew Kay
86fbbdfd29 Implement keyboard clicker toggle 2019-12-27 19:15:44 -06:00
Andrew Kay
d02f9844a4 Add support for TN3270 alarm and VT100 bell 2019-12-27 14:18:51 -06:00
Andrew Kay
7197a6ffc4 Controller loop unit tests 2019-12-10 21:52:52 -06:00
Andrew Kay
73b5955d60 Add SIGINT and SIGTERM signal handler 2019-12-01 15:59:49 -06:00
Andrew Kay
c4f45b6ea9 Move get_keymap 2019-12-01 15:27:24 -06:00
Andrew Kay
d5dadbc38c Add insert support to TN3270 2019-09-15 12:50:30 -05:00
Andrew Kay
d830fd2b47 Add waiting on host status line indicator 2019-09-13 23:28:12 -05:00
Andrew Kay
f9685bcfe6 Refactor VT100 _apply for consistency 2019-09-13 21:45:40 -05:00
Andrew Kay
d583273571 Only update TN3270 dirty cells 2019-09-13 21:36:46 -05:00
Andrew Kay
e9821ed39e Initial TN3270 support 2019-09-09 21:01:58 -05:00
Andrew Kay
ea9a40d42e Refactor POLL delay 2019-07-31 19:10:52 -05:00
Andrew Kay
62fcccf951 Add MODIFIER_KEYS 2019-07-03 20:35:04 -05:00
Andrew Kay
1843ca5f87 Remove TODO that is no longer applicable 2019-07-03 20:17:40 -05:00
Andrew Kay
0429f86fc1 Further simplification and refactoring of display 2019-07-03 20:17:00 -05:00
Andrew Kay
ac3c0f7508 Refactor display and improve unit test coverage 2019-07-02 22:16:21 -05:00
Andrew Kay
f2794ef5d6 Add mappings for caret and tilde characters 2019-07-01 22:23:28 -05:00
Andrew Kay
f9ea0353fe Cleanup controller 2019-06-29 17:05:19 -05:00
Andrew Kay
baf22c7008 Fix pyte screen write_process_input - missed variable name change in previous refactoring 2019-06-29 17:04:36 -05:00
Andrew Kay
2b5c8ce9ea Extract POLL and POLL_ACK from main controller loop 2019-06-28 07:02:14 -05:00
Andrew Kay
9a7e26ea68 Improve POLL delay 2019-06-27 21:44:52 -05:00
Andrew Kay
49071f4742 Improve tracking of dirty ranges 2019-06-26 23:44:11 -05:00
Andrew Kay
674942aaeb Add write_keyboard_modifiers to StatusLine 2019-06-26 20:05:50 -05:00
Andrew Kay
f6e7f2ff09 Fix issue where entire screen was cleared by VT100 session erasing status line set by controller 2019-06-26 19:34:57 -05:00
Andrew Kay
8e78bbdea8 Fix issue where buffer was not updated after clearing screen 2019-06-26 19:28:35 -05:00
Andrew Kay
ef40e50b58 Extract create session from controller 2019-06-26 19:18:57 -05:00
Andrew Kay
9cd1603570 Improve readability of VT100 host output handler 2019-06-21 08:06:26 -05:00
Andrew Kay
e5a163bf84 Move read_terminal_ids to terminal - clean up controller 2019-06-21 08:01:36 -05:00
Andrew Kay
f233cc41ba Separate responsibilities of controller and session 2019-06-20 21:13:02 -05:00
Andrew Kay
5cff18e924 Separate the responsibilities of terminal, display and emulator 2019-06-20 21:12:57 -05:00
Andrew Kay
078127ff48 Update Key and KeyboardModifiers enums to use Enum and Flag instead of IntEnum and IntFlag 2019-06-20 21:12:57 -05:00
Andrew Kay
a6a79ea0f2 Retry READ_EXTENDED_ID command as it appears to fail frequently on the first request 2019-06-20 21:12:57 -05:00
Andrew Kay
3455c396b8 Explicitly ignore any modifier keys when mapping keys with the ALT modifier 2019-06-20 21:12:57 -05:00