mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 15:12:47 +09:00
Add statusline and accept pipes from stdin
This commit is contained in:
@@ -14,6 +14,7 @@ class Buffer {
|
||||
|
||||
this(string txt, string path) {
|
||||
text = new Rope(txt);
|
||||
savedText = txt;
|
||||
this.path = path;
|
||||
update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user