[PR #741] [MERGED] Selectable tables in Markdown renderable #750

Closed
opened 2026-03-02 23:47:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/741
Author: @kommander
Created: 2/25/2026
Status: Merged
Merged: 2/25/2026
Merged by: @kommander

Base: mainHead: mardown-selection


📝 Commits (6)

📊 Changes

7 files changed (+179 additions, -14 deletions)

View changed files

📝 packages/core/src/renderables/Markdown.ts (+1 -1)
📝 packages/core/src/renderables/TextTable.test.ts (+122 -1)
📝 packages/core/src/renderables/TextTable.ts (+0 -1)
📝 packages/core/src/renderables/__tests__/Markdown.test.ts (+46 -1)
📝 packages/core/src/renderables/__tests__/Textarea.selection.test.ts (+1 -1)
📝 packages/core/src/renderer.ts (+8 -6)
📝 packages/core/src/zig/text-buffer-view.zig (+1 -3)

📄 Description

  • fixing first char selection in reverse selection (bottom-right to top-left)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/741 **Author:** [@kommander](https://github.com/kommander) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/25/2026 **Merged by:** [@kommander](https://github.com/kommander) **Base:** `main` ← **Head:** `mardown-selection` --- ### 📝 Commits (6) - [`0a13d15`](https://github.com/anomalyco/opentui/commit/0a13d153951dab7092b1e3b033ac1fcdb44fc247) selectable true - [`da93ebe`](https://github.com/anomalyco/opentui/commit/da93ebef5d2f52fd69a636d6ab7243f1bcb05c7c) rev selection wip - [`8e1b7cd`](https://github.com/anomalyco/opentui/commit/8e1b7cd6321d6a7d867e2bcc9a83675715f884da) change behaviour slightly - [`f74e1a6`](https://github.com/anomalyco/opentui/commit/f74e1a6970411e93995333eaf1bed00bc2929ce5) repro - [`4324ff3`](https://github.com/anomalyco/opentui/commit/4324ff3eda38d44a5cbb709db614cee64ce96662) fix - [`ffd2a74`](https://github.com/anomalyco/opentui/commit/ffd2a744f11a332a1442e3b47bcb64de0e556c96) cleanup ### 📊 Changes **7 files changed** (+179 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/renderables/Markdown.ts` (+1 -1) 📝 `packages/core/src/renderables/TextTable.test.ts` (+122 -1) 📝 `packages/core/src/renderables/TextTable.ts` (+0 -1) 📝 `packages/core/src/renderables/__tests__/Markdown.test.ts` (+46 -1) 📝 `packages/core/src/renderables/__tests__/Textarea.selection.test.ts` (+1 -1) 📝 `packages/core/src/renderer.ts` (+8 -6) 📝 `packages/core/src/zig/text-buffer-view.zig` (+1 -3) </details> ### 📄 Description + fixing first char selection in reverse selection (bottom-right to top-left) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:47:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#750
No description provided.