This commit is contained in:
Liam Galvin 2018-07-05 17:05:28 +01:00
parent 43eaece5ca
commit 9b121c5759
1 changed files with 4 additions and 0 deletions

4
terminal/buffer.go Normal file
View File

@ -0,0 +1,4 @@
package terminal
type Buffer struct {
}