mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
term: obtain the cursor position via termios.h (#11372)
This commit is contained in:
parent
78c26e69cf
commit
af28d09630
19 changed files with 190 additions and 123 deletions
|
@ -10,7 +10,9 @@ module readline
|
|||
|
||||
import os
|
||||
|
||||
#include <termios.h>
|
||||
struct Termios {
|
||||
}
|
||||
|
||||
// Only use standard os.get_line
|
||||
// Need implementation for readline capabilities
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue