Elektrine lite

← Feed

@colin_mcmillen@piaille.fr

Post #2900478

2025-09-13 09:52 UTC

Now that we have a `quotable` field in our status struct, we can update the menu to show the possibility of quoting: https://github.com/colinleroy/a2tools/commit/2410791c1d1ae82b521763400d430040cb198cee As 'Q' was used to Quit, we also rename 'Quit(Q)' to 'Exit(X)' so that the Quote action has a good shortcut. #RetroComputing #AppleII #Mastodon

Replies (1)

  • @colin_mcmillen@piaille.fr 2025-09-13 09:58

    When the user presses Q, we'll launch the composer with command-line parameters 'q' and the status ID if the toot is quotable. The composer doesn't know what to do of that parameter combination yet, we'll get to it. https://github.com/colinleroy/a2tools/commit/c15d80810c3959af8e9c31a1e484a699a99d7ee9 Total cost for the main binary: +168 bytes Total cost for the composer, which I didn't directly touch yet but it already has the updated status struct and parser: +68 bytes. #RetroComputing #AppleII #Mastodon

    Open ##2900479