Commit Graph

13 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
a0c6074bbb Add a tea.Sequentially command
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-17 13:14:40 -05:00
Christian Rocha
d1c791be98 Fix another typo in a comment 2020-10-12 10:59:36 -04:00
Christian Rocha
7efa31996d Fix a typo in a comment 2020-10-12 10:57:06 -04:00
kiyon
780db1e32f fix typo 2020-10-12 02:34:16 +02:00
Christian Rocha
6fcdf9908f Improve examples in docs 2020-07-30 11:30:33 -04:00
Christian Rocha
6bd34bdd14 Remove commands for manually getting terminal size; no longer needed
Tea core now sends the terminal dimensions on start and when the window
is resized (except on Windows where SIGWINCH, the resize signal, is not
supported).
2020-06-18 22:47:17 -04:00
Christian Rocha
5ccb786eec Um, the package is called Bubble Tea, thank-you-very-much 2020-06-11 19:34:08 -04:00
Christian Rocha
55a8d1853e Comments 2020-06-08 12:48:57 -04:00
Christian Rocha
3b8b011b5a Rename to Bubble Tea (with the import name tea) 2020-05-25 19:48:36 -04:00
Christian Muehlhaeuser
cd4e02b1a8 Simplify code a bit 2020-05-25 14:12:30 +02:00
Christian Rocha
61285e4e90 Disable OnResize command on Windows 2020-05-18 11:44:58 -04:00
Christian Rocha
d2ae1b0fb7 Add command for listening for window resizes 2020-05-17 19:28:12 -04:00
Christian Rocha
db4600aeb2 Add a command and message for getting terminal size
There may be too much rigamarole around this (it's simpler to get the size
imperatively and synchronously) but adding it for now.
2020-05-14 10:49:08 -04:00