mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:57:45 +00:00
Implement basic support for POSIX-style select().
Now we can block on both the PTY *and* the GUI event stream in Terminal.
This commit is contained in:
parent
46181cf023
commit
10387beda7
8 changed files with 164 additions and 30 deletions
|
@ -41,6 +41,7 @@ LIBC_OBJS = \
|
|||
math.o \
|
||||
utime.o \
|
||||
gui.o \
|
||||
sys/select.o \
|
||||
entry.o
|
||||
|
||||
OBJS = $(AK_OBJS) $(WIDGETS_OBJS) $(LIBC_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue