[PR #302] [CLOSED] removed uniseg fork for causing crash #906

Closed
opened 2026-03-04 01:08:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/302
Author: @diamondburned
Created: 6/10/2019
Status: Closed

Base: masterHead: noseg


📝 Commits (10+)

📊 Changes

25 files changed (+351 additions, -181 deletions)

View changed files

📝 application.go (+100 -30)
📝 box.go (+1 -1)
📝 button.go (+1 -1)
📝 checkbox.go (+1 -1)
📝 demos/textview/main.go (+10 -50)
📝 doc.go (+1 -1)
📝 dropdown.go (+5 -2)
📝 flex.go (+1 -1)
📝 form.go (+1 -1)
📝 frame.go (+1 -1)
📝 go.mod (+3 -3)
📝 go.sum (+7 -6)
📝 grid.go (+1 -1)
input.go (+9 -0)
📝 inputfield.go (+7 -1)
📝 list.go (+93 -63)
📝 modal.go (+1 -1)
📝 pages.go (+1 -1)
📝 primitive.go (+1 -1)
📝 semigraphics.go (+1 -1)

...and 5 more files

📄 Description

bruh moment


🔄 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/rivo/tview/pull/302 **Author:** [@diamondburned](https://github.com/diamondburned) **Created:** 6/10/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `noseg` --- ### 📝 Commits (10+) - [`2b799ba`](https://github.com/rivo/tview/commit/2b799ba83f977977679735fabaaf55a36b0aa064) added italics and strikethrough - [`0657ad9`](https://github.com/rivo/tview/commit/0657ad9abd3e42add41b478ad5412e906361ed62) fixed regex - [`84ae2ea`](https://github.com/rivo/tview/commit/84ae2ea044c90f5491f7c640fd1ef20acf22c960) Added getPlaceholder - [`4f73c7b`](https://github.com/rivo/tview/commit/4f73c7b199ede7652d72a9ecead61cbb7d746ff9) exported screen - [`9a52e2a`](https://github.com/rivo/tview/commit/9a52e2a7131962109a6e337b44c251ac5cc95337) Merge branch 'master' of https://github.com/diamondburned/tview - [`752a7e9`](https://github.com/rivo/tview/commit/752a7e9e81a0ec531401428c3ea78d4a16366f80) exported Screen - [`6a5f4a8`](https://github.com/rivo/tview/commit/6a5f4a84ea3bdd1086d291b30622e3dee22f25ec) treenode selected color - [`d83afad`](https://github.com/rivo/tview/commit/d83afad2cb7b426120f33257123e92e92f5f344f) fixed - [`a8f6aa0`](https://github.com/rivo/tview/commit/a8f6aa0e2a16d2ddf50a3c08b46a257dde104c6e) mouse support for treeview - [`c4a2742`](https://github.com/rivo/tview/commit/c4a2742b73f44ba880704ce88920840a1c4e8d56) fixed go sumg ### 📊 Changes **25 files changed** (+351 additions, -181 deletions) <details> <summary>View changed files</summary> 📝 `application.go` (+100 -30) 📝 `box.go` (+1 -1) 📝 `button.go` (+1 -1) 📝 `checkbox.go` (+1 -1) 📝 `demos/textview/main.go` (+10 -50) 📝 `doc.go` (+1 -1) 📝 `dropdown.go` (+5 -2) 📝 `flex.go` (+1 -1) 📝 `form.go` (+1 -1) 📝 `frame.go` (+1 -1) 📝 `go.mod` (+3 -3) 📝 `go.sum` (+7 -6) 📝 `grid.go` (+1 -1) ➕ `input.go` (+9 -0) 📝 `inputfield.go` (+7 -1) 📝 `list.go` (+93 -63) 📝 `modal.go` (+1 -1) 📝 `pages.go` (+1 -1) 📝 `primitive.go` (+1 -1) 📝 `semigraphics.go` (+1 -1) _...and 5 more files_ </details> ### 📄 Description bruh moment --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:08:30 +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/tview#906
No description provided.