Commit fed41f0
committed
fix: eliminate ghost text across all TUI views with padAllLines
Root cause fix: instead of padding individual lines (easy to miss),
add padAllLines() that pads every line in the final View() output to
the terminal width. Applied to all 6 View returns across selector,
snapshot editor, and macOS selector — prevents ghost text from
previously rendered longer lines bleeding through on tab switches,
search, and empty states.1 parent 6026196 commit fed41f0
3 files changed
+22
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
591 | 605 | | |
592 | 606 | | |
593 | 607 | | |
| |||
667 | 681 | | |
668 | 682 | | |
669 | 683 | | |
670 | | - | |
| 684 | + | |
671 | 685 | | |
672 | 686 | | |
673 | 687 | | |
| |||
788 | 802 | | |
789 | 803 | | |
790 | 804 | | |
791 | | - | |
| 805 | + | |
792 | 806 | | |
793 | 807 | | |
794 | 808 | | |
| |||
944 | 958 | | |
945 | 959 | | |
946 | 960 | | |
947 | | - | |
| 961 | + | |
948 | 962 | | |
949 | 963 | | |
950 | 964 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
0 commit comments