Commit Graph

3 Commits

Author SHA1 Message Date
Kartik K. Agaram ddd47fc1e4 ignore all interactive handlers when editor is open 2023-11-24 21:14:41 -08:00
Kartik K. Agaram 31ddbd9c81 tolerate errors within _all_ car.* handlers 2023-11-22 22:07:47 -08:00
Kartik K. Agaram 77eb05b50b pass remaining love handlers through
Now I have touchpressed and touchreleased working!

The stack of these handlers is quite deep at this point:
  car.* -> on.* -> App.* -> love.*

But I feel like I have a good rationale for each of these:
  love.* - OS
  App.* - testable
  on.* - live-editable
  car.* - the shell
2023-11-22 16:11:05 -08:00