mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
term: get_terminal_size()
This commit is contained in:

committed by
Alexander Medvednikov

parent
08d3401092
commit
78c96fe989
@ -95,7 +95,7 @@ pub fn (ts mut TestSession) test() {
|
||||
}
|
||||
ts.waitgroup.wait()
|
||||
ts.benchmark.stop()
|
||||
eprintln(term.h_divider())
|
||||
eprintln(term.h_divider('-'))
|
||||
}
|
||||
|
||||
|
||||
@ -258,7 +258,7 @@ pub fn building_any_v_binaries_failed() bool {
|
||||
eprintln(bmark.step_message_ok('command: ${cmd}'))
|
||||
}
|
||||
bmark.stop()
|
||||
eprintln(term.h_divider())
|
||||
eprintln(term.h_divider('-'))
|
||||
eprintln(bmark.total_message('building v binaries'))
|
||||
return failed
|
||||
}
|
||||
|
Reference in New Issue
Block a user