aboutsummaryrefslogtreecommitdiff
path: root/text.go
diff options
context:
space:
mode:
Diffstat (limited to 'text.go')
-rw-r--r--text.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/text.go b/text.go
index fb4090a..8771f12 100644
--- a/text.go
+++ b/text.go
@@ -9,11 +9,7 @@ import (
"github.com/prodhe/poe/gapbuffer"
)
-const (
- DirForward uint8 = iota
- DirBackward
- DirAbsolute
-)
+type Buffer struct{}
// Text is a buffer for editing. It uses an underlying gap buffer for storage and manages all things text related, like insert, delete, selection, searching and undo/redo.
//