mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Initial syntax highlighting
This commit is contained in:
@@ -24,7 +24,7 @@ func (sl *Statusline) Display() {
|
||||
}
|
||||
file += " (" + strconv.Itoa(sl.v.cursor.y+1) + "," + strconv.Itoa(sl.v.cursor.GetVisualX()+1) + ")"
|
||||
|
||||
statusLineStyle := tcell.StyleDefault.Background(tcell.ColorNavy).Foreground(tcell.ColorBlack)
|
||||
statusLineStyle := tcell.StyleDefault.Reverse(true)
|
||||
|
||||
for x := 0; x < sl.v.width; x++ {
|
||||
if x < Count(file) {
|
||||
|
||||
Reference in New Issue
Block a user