Skip to content
Snippets Groups Projects
Unverified Commit bb810b18 authored by Leon Dietrich's avatar Leon Dietrich
Browse files

fix: Missing file in last commit

parent eedaa2ad
No related branches found
No related tags found
No related merge requests found
Pipeline #
#include "lib/ncurses/ncurses.hpp"
#include "ui/view.hpp"
namespace rmrf::ui {
display::display() : m{} {
initscr();
}
display::~display() {
endwin();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment