2d1b4f72d6
Added missing values
2022-04-07 23:55:59 -04:00
fb7ecf3d1c
Added mode setting (TUI mode vs normal mode)
2021-05-16 18:49:54 -07:00
f7ec9ff7b5
Added support for changing cursor shape.
2020-04-25 19:29:23 -07:00
81430d869c
Since moving the cursor is visible if the cursor is visible, added btui_flush() calls after moving the cursor.
2020-04-25 18:08:30 -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
567b57619a
Cleaned up Lua argument error handling code.
2020-04-20 14:04:08 -07:00
5c3b7ec2da
Added scroll to more APIs
2020-04-19 16:57:05 -07:00
8711d28bdc
Cleaned up the 'clear()' API.
2020-04-19 16:30:35 -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
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
ee823ea159
Capitalized Lua dirname
2020-04-18 21:19:03 -07:00