mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 13:36:12 +00:00
Move CursorPos field to buffer struct
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
func drawLineIndex(window *Window) {
|
||||
screen := window.screen
|
||||
buffer := window.textArea.CurrentBuffer
|
||||
buffer := window.CurrentBuffer
|
||||
|
||||
lineIndexStyle := tcell.StyleDefault.Foreground(tcell.ColorDimGray).Background(tcell.Color237)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user