Open rgzntrade opened 10 hours ago
Should be like std::filesystem::current_path(argv[1]);, but not directly using std::filesystem::current_path(argv[1]);.
By the way one should not create both buffer and terminal at the same time, one can create the terminal in the buffer. This way you don't have to create a window and the viewing area is bigger.
Replication: