Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-04 | annual chores. | midipix | 1 | -1/+1 | |
2016-12-26 | ptyc_console_reader(): properly invoke ntapi's pty_write() (uint32_t bytes). | midipix | 1 | -3/+2 | |
2016-08-18 | console: ptyc_console_reader(): send backspace (0x08) as delete (0x7f). | midipix | 1 | -0/+3 | |
2016-08-10 | console: reader: added ptyc_translate_virtual_keycode(). | midipix | 1 | -1/+19 | |
2016-08-10 | console: keyboard reader: ptyc_repeat(): implementation and integration. | midipix | 1 | -1/+46 | |
2016-07-21 | threaded loop, debug threads: fix linkage of entry points (for i686/nt32). | midipix | 1 | -1/+1 | |
2016-07-21 | console: added initial reader (terminal-to-client) logic. | midipix | 1 | -2/+156 | |
2016-07-21 | logic: added console initialization and threaded loop allocation. | midipix | 1 | -0/+19 | |