1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

term.ui: use os.signal_opt instead of os.signal

This commit is contained in:
Delyan Angelov
2021-05-18 11:59:57 +03:00
parent 21b34b3a0b
commit 453fb1b08b
5 changed files with 53 additions and 43 deletions

View File

@ -1,7 +1,5 @@
module ui
import os
union C.Event {
KeyEvent C.KEY_EVENT_RECORD
MouseEvent C.MOUSE_EVENT_RECORD