Revert "Revert "term: obtain the cursor position via termios.h (#11372)""

This reverts commit 0376cbf6bd.
This commit is contained in:
Delyan Angelov 2021-09-06 19:04:14 +03:00
parent 0376cbf6bd
commit 166dd61e90
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
19 changed files with 190 additions and 123 deletions

View file

@ -10,7 +10,9 @@ module readline
import os
#include <termios.h>
struct Termios {
}
// Only use standard os.get_line
// Need implementation for readline capabilities
//