Nicer debug output of timers

This commit is contained in:
Kovid Goyal
2023-07-24 12:19:27 +05:30
parent ce35532aa5
commit f4b0183341
3 changed files with 24 additions and 6 deletions

View File

@@ -44,10 +44,6 @@ type timer struct {
callback TimerCallback
}
func (self *timer) update_deadline(now time.Time) {
self.deadline = now.Add(self.interval)
}
type Loop struct {
controlling_term *tty.Term
terminal_options TerminalStateOptions