mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
termios: new termios module (#17792)
* termio: new termio module move the tcgetattr and tcsetattr functions in a new termio module. The code needed refactoring as different OS have different fields size, position and number for the C.termios structure, which could not be correctly expressed consitently otherwise. It has the positive side effect to reduce the number of unsafe calls. New testing code was also added for the readline module as it is relying of the feature. * apply 2023 copyright to the new files too
This commit is contained in:
2
examples/readline/readline.vsh
Normal file
2
examples/readline/readline.vsh
Normal file
@ -0,0 +1,2 @@
|
||||
chdir('examples/readline')!
|
||||
assert execute('./correct.expect').exit_code == 0
|
Reference in New Issue
Block a user