Major update
- Add an IO system to hijack a bit of the terminal. - Other minor fixes.
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@
|
||||
int main(int argc, char *argv[]) {
|
||||
std::vector<std::string> args(argv, argv + argc);
|
||||
try {
|
||||
bed::BEd ed(args);
|
||||
bed::internal::io::IO io = bed::internal::io::IO();
|
||||
bed::BEd ed(args, io);
|
||||
ed.run();
|
||||
} catch (bed::fatal_error &e) {
|
||||
if (e.code)
|
||||
|
||||
Reference in New Issue
Block a user