7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
|
fn status_bar() {
|
||
|
let sb = `${file_name}:${y}:${x} | ${file_type} | ${line_count}`;
|
||
|
|
||
|
return sb;
|
||
|
}
|
||
|
|