diff --git a/src/main.d b/src/main.d index 822ecec8..95c7a201 100644 --- a/src/main.d +++ b/src/main.d @@ -2,6 +2,7 @@ import termbox; import buffer; import cursor; import view; +import clipboard; import std.stdio; import std.file; @@ -29,6 +30,7 @@ void main(string[] args) { } } } + Clipboard.init(); Buffer buf = new Buffer(fileTxt, filename); init();