mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 10:50:23 +00:00
Initialize clipboard
This commit is contained in:
parent
7a41ab2fe1
commit
c9803683af
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue