Skip to content

Commit

Permalink
Merge pull request #4 from shawnps/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
zoli committed Feb 7, 2016
2 parents 51a18ec + 7e1da3f commit e790c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ func (t *tbfe) loop() {
timechan := make(chan bool, 0)

// Only set up the timers if we should actually blink the cursor
// This should somehow be changable on an OnSettingsChanged callback
// This should somehow be changeable on an OnSettingsChanged callback
if p, _ := t.editor.Settings().Get("caret_blink", true).(bool); p {
duration := time.Second / 2
if p, ok := t.editor.Settings().Get("caret_blink_phase", 1.0).(float64); ok {
Expand Down

0 comments on commit e790c49

Please sign in to comment.