@@ -458,13 +458,14 @@ export function buildHelpText(binaryName = "termdraw"): string {
458458 return truncateToCells (
459459 `${ binaryName } [--load file.td.json|-] [--output file] [--fenced|--plain]\n\n` +
460460 `Controls:\n` +
461- ` right palette click Select / Box / Line / Brush / Text, box styles, and colors\n` +
462- ` Ctrl+T / Tab cycle select / box / line / brush / text\n` +
463- ` B / A / U / P / T switch to Brush / Select / Box / Line / Text outside text entry\n` +
461+ ` right palette click Select / Box / Line / Elbow / Brush / Text, box styles, and colors\n` +
462+ ` Ctrl+T / Tab cycle select / box / line / elbow / brush / text\n` +
463+ ` B / A / U / P / E / T switch to Brush / Select / Box / Line / Elbow / Text outside text entry\n` +
464464 ` select tool click to select, drag empty space to marquee-select multiple objects\n` +
465465 ` click objects select and move them\n` +
466466 ` drag handles resize boxes / adjust line endpoints\n` +
467467 ` line tool choose Smooth (Braille-aware), Single, or Double line stencils\n` +
468+ ` elbow tool create right-angle connectors with arrowheads using line stencils\n` +
468469 ` text tool choose No border, Single, Double, or Dashed textbox borders\n` +
469470 ` Shift + drag constrain line creation/editing to horizontal or vertical\n` +
470471 ` selected text shows a virtual selection box\n` +
@@ -473,8 +474,8 @@ export function buildHelpText(binaryName = "termdraw"): string {
473474 ` Ctrl+Q quit\n` +
474475 ` Ctrl+Z / Ctrl+Y undo / redo\n` +
475476 ` Ctrl+X clear canvas\n` +
476- ` [ / ] cycle box style in Box mode, line style in Line mode, text border in Text mode, or brush in Brush mode\n` +
477- ` mouse wheel cycle box style in Box mode, line style in Line mode, or brush in Brush mode\n` +
477+ ` [ / ] cycle box style in Box mode, line style in Line/Elbow mode, text border in Text mode, or brush in Brush mode\n` +
478+ ` mouse wheel cycle box style in Box mode, line style in Line/Elbow mode, or brush in Brush mode\n` +
478479 ` brush tool choose from preset brush stencils in the palette\n` +
479480 ` Space stamp a line point or current brush / insert space in Text mode\n` +
480481 ` Enter / Ctrl+S export art\n` +
0 commit comments