Matt Ranney
606e1de924
256 color support
...
Expose termbox OutputMode so users can override the default.
addColorMap to extend textbuilder with custom colors
ColorRGB24 to convert from web to terminal colors
2018-08-16 19:02:36 -07:00
Caleb Bassi
b715a57165
Move config.py into scripts folder
2018-08-16 19:02:36 -07:00
Caleb Bassi
e04e156fac
Update example/ttop
2018-08-16 19:02:36 -07:00
Caleb Bassi
939190b59f
Update linegraph example
2018-08-16 19:02:31 -07:00
Caleb Bassi
e4bc917824
Merge pull request #81 from uber-archive/mjr-multi-series
...
add support for multiple data series in linechart
2018-08-16 17:31:03 -07:00
Caleb Bassi
bf53c5cbea
Update gopkg.lock
2018-08-16 17:16:09 -07:00
Caleb Bassi
9154a84656
Update README
2018-08-01 19:34:08 -07:00
Caleb Bassi
f5585907b2
Migrate from glide to dep
2018-08-01 19:30:44 -07:00
Zack Guo
19bab32e9c
Update README.md
2018-06-14 17:51:57 +08:00
Zack Guo
3d82ffeae4
Merge pull request #178 from airking05/hotfix/updateWithStackRepository
...
[Fix] render stacked error #177
2018-06-14 17:22:44 +08:00
physalis02
d991b10e27
[Fix] render stacked error
2018-03-22 08:44:32 +09:00
Zack Guo
e9a3a6b3d6
Merge pull request #160 from mattn/fix-windows
...
add missing characters for Windows
2018-01-02 17:47:07 +08:00
Zack Guo
0f42a2ee00
Merge branch 'martinlindhe-linechart-auto-height'
2018-01-02 16:40:37 +08:00
Zack Guo
0768d020a1
Less obsecure naming
2018-01-02 16:11:01 +08:00
Zack Guo
6c7fa20384
Merge branch 'master' of git://github.com/hantuo/termui into hantuo-master
2018-01-02 11:08:22 +08:00
Zack Guo
4a1616ff65
Merge branch 'linechart-auto-height' of git://github.com/martinlindhe/termui into martinlindhe-linechart-auto-height
2018-01-02 11:05:20 +08:00
Yasuhiro Matsumoto
6d9a109edf
add missing characters
2017-07-17 19:24:37 +09:00
Zack Guo
72304ddb9b
Merge branch 'master' of https://github.com/gizak/termui
2017-05-02 22:12:00 +08:00
Zack Guo
1fd509e58d
Fix https://github.com/gizak/termui/issues/97
2017-05-02 22:11:46 +08:00
Zack Guo
78e78f78b9
Merge pull request #139 from bentx/master
...
Expose ResetHandlers()
2017-04-08 21:45:21 +08:00
bentx
3b3aa549db
expose ResetHandlers
2017-04-08 20:09:47 +07:00
Zack Guo
86c275c69b
Fix https://github.com/gizak/termui/issues/99 https://github.com/gizak/termui/issues/112
...
Now keyboard events will be handled in order, but the consequence is computation-intense may need to be moved to a seperate goroutine otherwise it may delay the next event call.
2017-04-06 17:20:54 +08:00
Zack Guo
383c12d69e
Merge pull request #138 from ryanguest/master
...
Fix a couple small typos
2017-04-05 10:35:04 +08:00
Ryan Guest
ba69a564f2
Fix a couple small typos
2017-04-03 22:47:18 -07:00
Zack Guo
798ffb9cbb
Merge pull request #127 from jsoref/spelling
...
Spelling fixes
2017-03-06 19:53:53 +08:00
Zack Guo
991cd3d380
Merge pull request #119 from vitan/master
...
Typo: renamed DefualtHandler to DefaultHandler
2017-01-17 17:23:42 -05:00
Weitao Zhou
75e0f771c4
Typo: renamed DefualtHandler to DefaultHandler
2017-01-17 16:12:49 +08:00
Zack Guo
24acd523c7
Update table example
2017-01-15 23:17:50 -05:00
Zack Guo
d921faeffe
Update copyright
2017-01-14 01:07:43 -05:00
Zack Guo
e03bfffa49
Correct table example
2017-01-14 01:04:00 -05:00
Zack Guo
40027c172a
Merge branch 'bsdavidson-tableFix'
2017-01-14 00:58:01 -05:00
韩拓
322b4a1dd4
Update linechart.go
2017-01-06 01:13:08 +08:00
韩拓
f0de1c5506
Update linechart.go
2017-01-06 00:27:43 +08:00
韩拓
ee9a031595
Update linechart.go
2017-01-05 23:47:12 +08:00
韩拓
e9579197a7
Update linechart.go
2017-01-05 23:45:31 +08:00
Brian Davidson
93f8e2797b
Adds color support
...
Cleans up code a bit, removes spelling errors. Also updates variable names to better conform to Go standards.
2016-12-21 18:15:51 -08:00
Zack Guo
f63e0cdd3f
Merge pull request #111 from wanzysky/master
...
table widget
2016-11-29 10:18:07 -05:00
wanzysky
c0ca424444
change TextAlign type to Align\n fix backgound full fill
2016-11-29 12:21:02 +08:00
wanzysky
0d2f54137b
uft8 characters support
2016-11-25 16:35:00 +08:00
wanzysky
7ce2564652
optional seperators and specific color for row
2016-11-23 15:56:24 +08:00
Zack Guo
cfe1ea3b97
Update copyright info
2016-11-10 23:25:53 -05:00
wanzysky
c178559c26
merge master
2016-11-10 19:00:10 +08:00
wanzysky
f5d3d35ce0
fix importation
2016-11-10 18:59:13 +08:00
万昭祎
25c85a59b0
feature: support table ( #1 )
2016-11-10 18:55:42 +08:00
wanzysky
a6fbfcb5c7
feature: support table
2016-11-10 18:46:23 +08:00
Zack Guo
bfde399a8c
Lock deps
2016-11-03 17:41:48 -04:00
Zack Guo
7cbb70e87e
Bring tabpane back
...
Fix https://github.com/gizak/termui/issues/101
Fix https://github.com/gizak/termui/issues/94
Fix https://github.com/gizak/termui/issue
Fix Buffer.Sync() can not actually take affect
Fix Buffer.Bounds() cutting corner
2016-11-03 14:23:37 -04:00
Zack Guo
c8b6d85d42
Merge branch 'master' into tabpane
2016-11-03 13:26:54 -04:00
Zack Guo
806f4377c8
Make rendering panic-friendly
...
Raise a panic from un-recovered .Buffer() call will leave your terminal messed up. Add recover to internal rendering chan to close termui before program exit.
2016-11-03 13:10:55 -04:00
Zack Guo
8e01231aa1
Bridge Tabpane
2016-11-03 01:41:47 -04:00