This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
tview
Watch
1
Star
0
Fork
0
You've already forked tview
mirror of
https://github.com/rivo/tview.git
synced
2025-04-26 13:49:06 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
26
Commits
3
Branches
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Oliver
53527f5f80
Added a presentation demonstrating tview's capabilities.
2017-12-30 22:10:13 +01:00
demos
Added a presentation demonstrating tview's capabilities.
2017-12-30 22:10:13 +01:00
application.go
No need to explicitly hide the cursor in no-cursor primitives.
2017-12-28 22:19:36 +01:00
box.go
Added Table primitive. Still ironing out some minor issues.
2017-12-26 01:07:30 +01:00
button.go
No need to explicitly hide the cursor in no-cursor primitives.
2017-12-28 22:19:36 +01:00
checkbox.go
No need to explicitly hide the cursor in no-cursor primitives.
2017-12-28 22:19:36 +01:00
doc.go
No need to explicitly hide the cursor in no-cursor primitives.
2017-12-28 22:19:36 +01:00
dropdown.go
No need to explicitly hide the cursor in no-cursor primitives.
2017-12-28 22:19:36 +01:00
flex.go
Fixed focus delegation.
2017-12-27 22:55:50 +01:00
focusable.go
Added list, improved existing primitives, and fixed a bunch of bugs.
2017-12-16 22:48:26 +01:00
form.go
Fixed focus delegation.
2017-12-27 22:55:50 +01:00
frame.go
Fixed focus delegation.
2017-12-27 22:55:50 +01:00
inputfield.go
Fixed a number of bugs and added missing useful functions.
2017-12-27 16:04:21 +01:00
LICENSE.txt
First commit. Some basic functionality. Publishing to GitHub now.
2017-12-15 15:29:21 +01:00
list.go
Improved table navigation.
2017-12-29 22:27:10 +01:00
modal.go
Embedding frame in modal instead of deriving from it, thus hiding frame's functions.
2017-12-30 22:08:43 +01:00
pages.go
Bugfix in pages focus.
2017-12-30 22:09:10 +01:00
primitive.go
Added Checkbox, Modal, and Pages.
2017-12-20 20:54:49 +01:00
README.md
First commit. Some basic functionality. Publishing to GitHub now.
2017-12-15 15:29:21 +01:00
table.go
Improved table navigation.
2017-12-29 22:27:10 +01:00
textview.go
Non-scrollable text views must track end.
2017-12-30 22:09:36 +01:00
util.go
Clamping column offset in text view.
2017-12-29 18:45:52 +01:00
README.md
Widgets for Terminal GUIs
Based on
github.com/gdamore/tcell
.
Work in progress.
Description
No description provided
golang
terminal-based
user-interface
Readme
7.5
MiB
Languages
Go
100%