v2.2.1 — Block selection, Select All, bold hue fix
Added
- Rectangular (block) selection in the editor — hold Alt/Option with the arrow keys, or Alt-drag with the mouse, to select a column block. Columnar copy/cut and single-step block-delete undo. Stream selection (Shift+arrows / plain drag) is unchanged.
CM_SELECT_ALLis now a working command —EditorWindowandMemohandle it (focus-gated) alongside Ctrl+A, so an Edit-menu item or command dispatch selects all content of the focused window.
Changed
- Bold no longer brightens explicitly-chosen colors — the classic bold-is-bright convention still applies to the basic 16-color palette, but a 256-color (
38;5;n) or truecolor (38;2;r;g;b) foreground keeps its exact hue when bold (only theBOLDflag is set). Lets syntax highlighters bold keywords without shifting their color.
See the CHANGELOG for details.