Added screenshot of bed
This commit is contained in:
parent
35537fd4d1
commit
dadcc299f7
BIN
Python/bed.png
Normal file
BIN
Python/bed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
12
README.md
12
README.md
@ -210,10 +210,14 @@ class BTUI:
|
||||
```
|
||||
|
||||
See [Python/test.py](Python/test.py) for example code, which can be run with
|
||||
`make testpython`. Also, see [Python/bed.py](Python/bed.py), which is a BTUI
|
||||
editor in around 200 lines of code. It's fairly performant and it showcases a
|
||||
nontrivial example program using BTUI. Usage: `./bed.py <file>` (must be run
|
||||
locally).
|
||||
`make testpython`.
|
||||
|
||||

|
||||
|
||||
BTUI also comes with a demo text editor program, bed (BTUI Editor), at
|
||||
[Python/bed.py](Python/bed.py) in around 200 lines of code. It's fairly
|
||||
performant and it showcases a nontrivial example program using BTUI. Usage:
|
||||
`./bed.py <file>` (must be run locally).
|
||||
|
||||
The Python API also allows you to run BTUI in "debug" mode
|
||||
`btui.open_btui(debug=True)`, which simply adds a timer delay (default: 50ms)
|
||||
|
Loading…
Reference in New Issue
Block a user