Fix some errors in README.

This commit is contained in:
Sönke Ludwig 2017-01-22 21:01:13 +01:00
parent 25ab88a404
commit 3c7e1a783d

View file

@ -15,7 +15,7 @@ SelectEventDriver | yes | yes | yes¹ | yes¹ | — | &mdas
EpollEventDriver | yes | — | — | — | — | —
WinAPIEventDriver | — | yes | — | — | — | —
KqueueEventDriver | — | — | yes¹ | yes¹ | — | —
LibasyncEevnetDriver | —¹| —¹| —¹| —¹| — | —
LibasyncEventDriver | —¹| —¹| —¹| —¹| — | —
¹ planned, but not currenly implemented
@ -33,7 +33,7 @@ Timers | yes | yes | yes | ye
Events | yes | yes | yes | yes
Unix Signals | yes² | yes² | — | —
Files | yes | yes | yes | yes
UI Integration | yes¹ | yes¹ | yes | —
UI Integration | yes¹ | yes¹ | yes | yes¹
File watcher | yes² | yes² | yes | —
Feature | LibasyncEventDriver
@ -50,6 +50,7 @@ UI Integration | —
File watcher | —
¹ Manually, by adopting the X11 display connection socket
² Currently only supported on Linux