|
statusbar->set_text(String::format("Line: %d, Column: %d", editor.cursor().line(), editor.cursor().column()));
|
|
statusbar->set_text(String::format("Line: %d, Column: %d", editor.cursor().line(), editor.cursor().column()));
|
|
int fd = open(path.characters(), O_RDONLY);
|
|
int fd = open(path.characters(), O_RDONLY);
|