feat(editor): rename :sync to :gp

Pairs with :gl as the push half of the git pair. Same behavior
(fmt → save → commit → push); notices, logs, and current READMEs
follow, historical docs keep :sync as a record of their time.
This commit is contained in:
Julien Calixte
2026-07-14 09:42:30 +02:00
parent e161b1eae7
commit cdfeabc152
8 changed files with 63 additions and 63 deletions

View File

@@ -47,7 +47,7 @@ impl Frame {
/// Reset to all-white paper, reusing the existing allocation when the
/// buffer is already full-size. This is what lets firmware repaint without
/// allocating: a background `:sync` push can take the heap to the floor,
/// allocating: a background `:gp` push can take the heap to the floor,
/// and a failed framebuffer alloc aborts the whole app (2026-07-13).
pub fn clear_white(&mut self) {
self.buf.clear();