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 and GitHub
78e78f78b9
Merge pull request #139 from bentx/master
...
Expose ResetHandlers()
2017-04-08 21:45:21 +08: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 and GitHub
383c12d69e
Merge pull request #138 from ryanguest/master
...
Fix a couple small typos
2017-04-05 10:35:04 +08:00
Zack Guo and GitHub
798ffb9cbb
Merge pull request #127 from jsoref/spelling
...
Spelling fixes
2017-03-06 19:53:53 +08:00
Zack Guo and GitHub
991cd3d380
Merge pull request #119 from vitan/master
...
Typo: renamed DefualtHandler to DefaultHandler
2017-01-17 17:23:42 -05: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
Zack Guo and GitHub
f63e0cdd3f
Merge pull request #111 from wanzysky/master
...
table widget
2016-11-29 10:18:07 -05:00
Zack Guo
cfe1ea3b97
Update copyright info
2016-11-10 23:25:53 -05: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
Zack Guo and GitHub
d29684eba4
Merge pull request #88 from heavenlyhash/patch-1
...
Clear screen during re-layouts in example
2016-10-25 17:22:53 -04:00
Zack Guo and GitHub
c1c69b79dd
Merge pull request #103 from martinlindhe/linechart-fix-x-label-dynamic-data
...
linechart: remember if data labels were automatically calculated
2016-10-25 12:17:03 -04:00
Zack Guo and GitHub
a7e3aeef4c
Merge pull request #98 from MrWaggel/patch-1
...
Added a EvtStream member function ResetHandlers()
2016-10-23 22:17:13 -04:00
Zack Guo and GitHub
f309f2b73c
Merge pull request #107 from jcbwlkr/doc
...
Fix example program in doc.go
2016-10-17 13:12:21 -04:00
Zack Guo and GitHub
797aea3560
Merge pull request #106 from dareg/master
...
Border.Label -> BorderLabel
2016-10-14 10:04:22 -04:00
Zack Guo and GitHub
202925a536
Merge pull request #96 from leighmcculloch/typo-fix
...
Correct typo in internal variables.
2016-07-11 10:51:34 -04:00