forked from benob/rs97_st-sdl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
42 lines (33 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
st - simple terminal
--------------------
st is a simple virtual terminal emulator for X which sucks less.
Modified to run on Miyoo/Bittboy devices.
=> line doubling to deal with the 320x480 resolution
=> TTF fonts replaced by embedded pixel font (from TIC-80)
=> onscreen keyboard (see keyboard.c for button bindings)
Keys:
- pad: select key
- A: press key
- B: toggles key (useful for shift/ctrl...)
- L: is shift
- R: is backspace
- X: change keyboard location (top/bottom)
- Y: show / hide keyboard
- START: is enter
- SELECT: is tab
- RESET: exits the terminal
Requirements
------------
In order to build st you need the Xlib header files & libsdl1.2dev.
Also, you'll need a working bittboy toolchain, grab one here:
https://github.com/TriForceX/NewBittboyCFW/wiki/Making-Games
Installation
------------
Compile it using make . or grab a compiled version from the releases tab
Running st
----------
Just launch it from your device's applications section
Credits
-------
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
Based on code made by Benob