Replace rope with lineArray

This commit is contained in:
Zachary Yedidia
2016-06-07 11:43:28 -04:00
parent d6307b2718
commit 72f5808025
12 changed files with 453 additions and 275 deletions

View File

@@ -210,7 +210,7 @@ func main() {
// Load the help files
LoadHelp()
buf := NewBuffer(string(input), filename)
buf := NewBuffer(input, filename)
InitScreen()