docs: record line-number gutter and v0.5 line_numbers pref
Mark the v0.2 gutter built + host-tested (Spike 13 bench check still pending), add the v0.5 .typoena.toml line_numbers toggle, and update CONTEXT.md screen regions for the rebalanced 63-col writing region / 25-col side panel.
This commit is contained in:
@@ -60,13 +60,15 @@ into user-facing language).
|
||||
|
||||
**Writing column**:
|
||||
The left region of the panel showing the text being edited — the _only_ region
|
||||
that repaints per keystroke. ~60 columns, full panel height; straddles the
|
||||
driver's `x = 396` seam invisibly.
|
||||
that repaints per keystroke. A 63-col region split into a **line-number gutter**
|
||||
(absolute numbers, 2–4 cols wide, sized to the buffer's line count) and the text
|
||||
column it steals from (~60 cols for a file ≤ 99 lines). Full panel height;
|
||||
straddles the driver's `x = 396` seam invisibly.
|
||||
_Avoid_: edit area, text area, main pane (superseded — they named the old
|
||||
full-width text region before the side panel carved out its right edge).
|
||||
|
||||
**Side panel**:
|
||||
The right region (~150 px / ~20 cols, full height) holding all metadata:
|
||||
The right region (~160 px / ~25 cols, full height) holding all metadata:
|
||||
filename + dirty dot, word count, elapsed time, clock, Wi-Fi,
|
||||
keyboard-disconnect flag, publish state, and the mode indicator at its
|
||||
bottom-left. Sits entirely in the master half
|
||||
|
||||
Reference in New Issue
Block a user