Working on tab support and cursor

This commit is contained in:
bloeys
2022-02-26 12:17:33 +04:00
parent d99b122ee5
commit a98edabc90
2 changed files with 46 additions and 15 deletions

View File

@ -5,4 +5,5 @@ import "github.com/inkyblackness/imgui-go/v4"
var (
TextSelectionColor imgui.Vec4 = imgui.Vec4{X: 84 / 255.0, Y: 153 / 255.0, Z: 199 / 255.0, W: 0.4}
EditorBgColor imgui.Vec4 = imgui.Vec4{X: 0.1, Y: 0.1, Z: 0.1, W: 1}
TabSize int = 4
)