Commit Graph

5 Commits

Author SHA1 Message Date
Kartik K. Agaram 04f1ce5b9f Merge driver.love 2023-10-15 16:09:38 -07:00
Kartik K. Agaram 59f16848b2 bugfix: consistently map definitions to names
I created this bug when I implemented GET*, but it was already latent
before that, when I lazily used get_cmd_from_buffer to get the
definition name from buffer instead of creating two different names with
identical definitions.
2023-10-15 16:03:43 -07:00
Kartik K. Agaram a9751ef1e4 get rid of manifests 2023-06-18 19:08:29 -07:00
Kartik K. Agaram 3917fa9d94 get rid of animation and editor movement
Editors also have some padding within their borders.
2023-06-18 13:04:18 -07:00
Kartik K. Agaram 2d5abe140b make order of files consistent with upstream
Luckily I only had a chance to mess this up in one fork.

And I don't need to actually make any changes because my definitions are
order-independent.
2023-04-22 18:50:18 -07:00
Renamed from 0069-on.text_input (Browse further)