This website requires JavaScript.
33db847d4c
Add name for "Resize"
main
Bruce Hill
2025-02-27 14:08:58 -0500
ecca731104
Make python import relative
Bruce Hill
2025-02-26 23:59:24 -0500
8ef270934a
Add gitignore
Bruce Hill
2025-02-26 23:56:31 -0500
2edced7ad0
Handle nested buffering better
Bruce Hill
2025-02-24 14:43:59 -0500
c26b6eac57
Add line buffering options
Bruce Hill
2025-02-24 14:41:40 -0500
5f3fdf2600
Added a resize event and a handler for SIGPIPE
Bruce Hill
2022-04-09 15:54:09 -0400
2d1b4f72d6
Added missing values
Bruce Hill
2022-04-07 23:55:59 -0400
44c4bf9e79
More enums, changed btui.open_btui() to btui.open()
Bruce Hill
2022-04-07 23:50:58 -0400
71bb47286a
Simplified things a bit with consts/enums
Bruce Hill
2022-04-07 23:07:09 -0400
58322ee8a4
Added home/end
Bruce Hill
2022-04-07 12:49:22 -0400
4f98100a3f
LTO
Bruce Hill
2021-05-31 21:19:43 -0700
07d03bf012
Loads more compiler checks and fixed some minor issues.
Bruce Hill
2021-05-31 13:32:35 -0700
1e735dc71c
Added manpage
Bruce Hill
2021-05-16 19:20:25 -0700
42e6dc1e7c
Added key name for -1
Bruce Hill
2021-05-16 19:20:13 -0700
60e643e02a
Version bump
Bruce Hill
2021-05-16 18:52:10 -0700
fb7ecf3d1c
Added mode setting (TUI mode vs normal mode)
Bruce Hill
2021-05-16 18:49:54 -0700
c64cba27b8
Added install/uninstall
Bruce Hill
2021-05-16 18:28:44 -0700
585d1e8dce
Added alias for Ctrl-space (Ctrl-@)
Bruce Hill
2021-05-16 14:19:33 -0700
a65549d880
Improved compatibility
Bruce Hill
2021-05-13 04:10:56 -0700
5216835591
Use TTY defaults from the system instead of hard coding.
Bruce Hill
2021-05-13 00:59:53 -0700
1dbd58f7cf
Version bump
Bruce Hill
2021-05-13 00:23:29 -0700
711c33b2de
Added shift+tab support and force closing
Bruce Hill
2021-05-13 00:22:21 -0700
ec00f02011
Rainbow demo now no longer relies on scroll regions
Bruce Hill
2021-04-02 17:40:34 -0700
3e16af6a4a
Added links to language APIs
Bruce Hill
2020-04-27 11:30:27 -0700
39020749d3
Rewording
Bruce Hill
2020-04-27 11:27:44 -0700
dadcc299f7
Added screenshot of bed
Bruce Hill
2020-04-27 11:26:34 -0700
35537fd4d1
Updated documentation to include Python debug API and bed.py
Bruce Hill
2020-04-27 11:20:20 -0700
6008fa2c6a
Spacing
Bruce Hill
2020-04-27 11:20:16 -0700
1e338c6698
Added scroll wheel support
Bruce Hill
2020-04-27 11:13:16 -0700
c6d13637ed
Added mouse support
Bruce Hill
2020-04-27 11:09:41 -0700
51e1e1a4d1
Bugfix for bed
Bruce Hill
2020-04-25 21:53:49 -0700
00af81de1c
Added more comments
Bruce Hill
2020-04-25 21:51:25 -0700
5c82246632
Commenting
Bruce Hill
2020-04-25 21:48:39 -0700
b9bad81b80
Added another example program: bed, the BTUI editor
Bruce Hill
2020-04-25 21:45:57 -0700
de8f64e99f
Added debug mode for python to visualize what's happening by massively slowing down.
Bruce Hill
2020-04-25 21:45:30 -0700
7c5b3ef1b0
Fixed scrolling off-by-one error in python
Bruce Hill
2020-04-25 21:45:18 -0700
54ff6604da
Fixed off-by-one error in scrolling logic
Bruce Hill
2020-04-25 21:44:02 -0700
f7ec9ff7b5
Added support for changing cursor shape.
Bruce Hill
2020-04-25 19:29:23 -0700
81430d869c
Since moving the cursor is visible if the cursor is visible, added btui_flush() calls after moving the cursor.
Bruce Hill
2020-04-25 18:08:30 -0700
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.
Bruce Hill
2020-04-25 18:05:24 -0700
e7f0270c7a
Fixed clean rule
Bruce Hill
2020-04-25 18:01:00 -0700
6cec510d93
Added a lot of comments and hide_cursor()/show_cursor() API methods
Bruce Hill
2020-04-25 17:51:25 -0700
ef918c5aec
Added support/comments for more escape sequences.
Bruce Hill
2020-04-20 23:57:51 -0700
527ea14e53
Further mac fixes
Bruce Hill
2020-04-20 14:10:40 -0700
567b57619a
Cleaned up Lua argument error handling code.
Bruce Hill
2020-04-20 14:04:08 -0700
e5445010aa
Cleaned up demo shadow drawing
Bruce Hill
2020-04-20 13:53:33 -0700
0edd7a3ae8
Fixed issue with spaces
Bruce Hill
2020-04-20 13:51:51 -0700
2803ad9ad7
Added Mac build support C flag
Bruce Hill
2020-04-20 13:49:57 -0700
948a2d8766
Alphabetized python code and updated docs
Bruce Hill
2020-04-19 17:05:43 -0700
5c3b7ec2da
Added scroll to more APIs
Bruce Hill
2020-04-19 16:57:05 -0700
8ac3870d60
Cleaned up and alphabetized
Bruce Hill
2020-04-19 16:51:41 -0700
05788488b7
Code cleanup
Bruce Hill
2020-04-19 16:40:31 -0700
23d7f52402
Updated C API
Bruce Hill
2020-04-19 16:31:35 -0700
8711d28bdc
Cleaned up the 'clear()' API.
Bruce Hill
2020-04-19 16:30:35 -0700
59ef834383
Cleanup
Bruce Hill
2020-04-19 16:07:49 -0700
a08e67d291
Tweaked python doc formatting.
Bruce Hill
2020-04-19 16:02:02 -0700
7fe1ed5fec
Version bump
Bruce Hill
2020-04-19 16:00:36 -0700
470fa9e7c6
Tweaked the interfaces a bit, added Python documentation, and added "Press 'q' to quit" message.
Bruce Hill
2020-04-19 15:59:48 -0700
a41bce136a
Added python bindings.
Bruce Hill
2020-04-19 15:46:41 -0700
01612abb5a
Renamed print->write, added some more fflush()es, converted some macros into proper functions.
Bruce Hill
2020-04-19 15:45:47 -0700
2121e5b037
Updated wording
Bruce Hill
2020-04-19 02:13:14 -0700
621fb3620b
Updated wording
Bruce Hill
2020-04-19 02:11:02 -0700
f0b8b8c0a4
Added more build instructions.
Bruce Hill
2020-04-19 02:08:05 -0700
ecb47f61e1
Added screenshot.
Bruce Hill
2020-04-19 02:05:26 -0700
520a848354
Shrunk image.
Bruce Hill
2020-04-19 02:02:35 -0700
9a020871d6
Added rainbow screenshot.
Bruce Hill
2020-04-19 02:01:24 -0700
abe530e499
Tweaking text.
Bruce Hill
2020-04-19 01:56:17 -0700
7d9bd9a9fd
Added some tips
Bruce Hill
2020-04-19 01:54:33 -0700
4b4608e92b
Added documentation.
Bruce Hill
2020-04-19 01:39:03 -0700
5f3adede3f
Added box drawing.
Bruce Hill
2020-04-19 01:34:22 -0700
f4fa1fd20d
Updated footnote formatting
Bruce Hill
2020-04-19 00:48:03 -0700
8d1719570f
Updated footnote formatting
Bruce Hill
2020-04-19 00:47:22 -0700
63c62878fa
Updated documentation.
Bruce Hill
2020-04-19 00:46:15 -0700
36fc3d377d
Updated API to not include 'rgb' and on the lua side, to use [0.0, 1.0] instead of [0, 255].
Bruce Hill
2020-04-19 00:45:48 -0700
bc1f39d12c
Added rainbow demo.
Bruce Hill
2020-04-19 00:31:57 -0700
2e8fa29b53
Added suspend
Bruce Hill
2020-04-19 00:31:42 -0700
857f4753f4
Fixed makefile to build test
Bruce Hill
2020-04-18 23:54:53 -0700
676df22572
Added version
Bruce Hill
2020-04-18 23:01:25 -0700
bf9cb705f1
Fixed C getkey timeout
Bruce Hill
2020-04-18 22:59:59 -0700
a4a9639f37
Updated doc
Bruce Hill
2020-04-18 22:58:12 -0700
abc28afa17
Renamed arg to attr_t
Bruce Hill
2020-04-18 22:57:56 -0700
9c3d454c19
Added timeout argument for getkey.
Bruce Hill
2020-04-18 22:47:24 -0700
5cc98b8872
Cleaned up clearing logic and added some more API to Lua
Bruce Hill
2020-04-18 22:33:00 -0700
a9dff092db
Added more functionality to Lua.
Bruce Hill
2020-04-18 22:15:30 -0700
f14957613b
Standardized demos a bit.
Bruce Hill
2020-04-18 21:39:33 -0700
ee823ea159
Capitalized Lua dirname
Bruce Hill
2020-04-18 21:19:03 -0700
ea19304c4f
Added Lua bindings, some documentation, and moved things around a bit.
Bruce Hill
2020-04-18 21:18:23 -0700
d86a21678a
Added some functionality, including scrolling.
Bruce Hill
2020-04-18 19:12:26 -0700
3c5fb65994
Added a bunch of stuff.
Bruce Hill
2020-04-18 16:03:53 -0700
426cc716b9
Initial commit
Bruce Hill
2020-04-18 15:09:33 -0700