mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readline: fix macos
This commit is contained in:
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
module readline
|
module readline
|
||||||
|
|
||||||
|
#include <termios.h>
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
// Only use standard os.get_line
|
// Only use standard os.get_line
|
||||||
|
Reference in New Issue
Block a user