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