]> git.mdlowis.com Git - projs/tide.git/commit
switched to using poll() for event handling. Uniform interface for pty and x11 handli...
authorMichael D. Lowis <mike@mdlowis.com>
Sun, 9 Jul 2017 23:57:35 +0000 (19:57 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Sun, 9 Jul 2017 23:57:35 +0000 (19:57 -0400)
commit0302dc7b630f5a043a8a1f7808f8a72f137e594d
treeb3f990c1818cb632e4f79ee835cdcdef7f4cb608
parent93dc0a186e910056d3fbf250ab0b2f989dc9990e
switched to using poll() for event handling. Uniform interface for pty and x11 handling. Should extend to generic command execution handling as well
Makefile
inc/edit.h
inc/x11.h
lib/event.c [new file with mode: 0644]
lib/win.c
lib/x11.c
tide.c