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

test: use 'stty size' for vtest --- line instead of 'tput cols'

This commit is contained in:
Delyan Angelov
2019-12-23 12:23:53 +02:00
committed by Alexander Medvednikov
parent 6c4ef368d7
commit cf37028a52
4 changed files with 16 additions and 10 deletions

View File

@@ -95,4 +95,3 @@ pub fn show_cursor() {
pub fn hide_cursor() {
print('\x1b[?25l')
}