Commit Graph

37 Commits

Author SHA1 Message Date
33db847d4c Add name for "Resize" 2025-02-27 14:08:58 -05:00
5f3fdf2600 Added a resize event and a handler for SIGPIPE 2022-04-09 15:54:09 -04:00
44c4bf9e79 More enums, changed btui.open_btui() to btui.open() 2022-04-07 23:50:58 -04:00
71bb47286a Simplified things a bit with consts/enums 2022-04-07 23:07:09 -04:00
07d03bf012 Loads more compiler checks and fixed some minor issues. 2021-05-31 13:32:35 -07:00
42e6dc1e7c Added key name for -1 2021-05-16 19:20:13 -07:00
60e643e02a Version bump 2021-05-16 18:52:10 -07:00
fb7ecf3d1c Added mode setting (TUI mode vs normal mode) 2021-05-16 18:49:54 -07:00
585d1e8dce Added alias for Ctrl-space (Ctrl-@) 2021-05-16 14:19:33 -07:00
a65549d880 Improved compatibility 2021-05-13 04:10:56 -07:00
5216835591 Use TTY defaults from the system instead of hard coding. 2021-05-13 00:59:53 -07:00
1dbd58f7cf Version bump 2021-05-13 00:23:29 -07:00
711c33b2de Added shift+tab support and force closing 2021-05-13 00:22:21 -07:00
6008fa2c6a Spacing 2020-04-27 11:20:16 -07:00
54ff6604da Fixed off-by-one error in scrolling logic 2020-04-25 21:44:02 -07:00
f7ec9ff7b5 Added support for changing cursor shape. 2020-04-25 19:29:23 -07:00
96336c2b86 Adjusted when flushing occurs. Now, the BTUI C header file only flushes
the output in a few select cases (mostly entering/leaving TUI mode) and
it's up to the high-level language bindings to decide when to flush
output. Typically, they now only flush output after making visible
changes to the screen.
2020-04-25 18:05:24 -07:00
6cec510d93 Added a lot of comments and hide_cursor()/show_cursor() API methods 2020-04-25 17:51:25 -07:00
ef918c5aec Added support/comments for more escape sequences. 2020-04-20 23:57:51 -07:00
8ac3870d60 Cleaned up and alphabetized 2020-04-19 16:51:41 -07:00
05788488b7 Code cleanup 2020-04-19 16:40:31 -07:00
8711d28bdc Cleaned up the 'clear()' API. 2020-04-19 16:30:35 -07:00
7fe1ed5fec Version bump 2020-04-19 16:00:36 -07:00
01612abb5a Renamed print->write, added some more fflush()es, converted some macros
into proper functions.
2020-04-19 15:45:47 -07:00
5f3adede3f Added box drawing. 2020-04-19 01:34:22 -07:00
36fc3d377d Updated API to not include 'rgb' and on the lua side, to use [0.0, 1.0]
instead of [0, 255].
2020-04-19 00:45:48 -07:00
2e8fa29b53 Added suspend 2020-04-19 00:31:42 -07:00
676df22572 Added version 2020-04-18 23:01:25 -07:00
abc28afa17 Renamed arg to attr_t 2020-04-18 22:57:56 -07:00
9c3d454c19 Added timeout argument for getkey. 2020-04-18 22:47:24 -07:00
5cc98b8872 Cleaned up clearing logic and added some more API to Lua 2020-04-18 22:33:00 -07:00
a9dff092db Added more functionality to Lua. 2020-04-18 22:15:30 -07:00
f14957613b Standardized demos a bit. 2020-04-18 21:39:33 -07:00
ea19304c4f Added Lua bindings, some documentation, and moved things around a bit. 2020-04-18 21:18:23 -07:00
d86a21678a Added some functionality, including scrolling. 2020-04-18 19:12:26 -07:00
3c5fb65994 Added a bunch of stuff. 2020-04-18 16:03:53 -07:00
426cc716b9 Initial commit 2020-04-18 15:09:33 -07:00