Skip to content

Commit

Permalink
Initial changes
Browse files Browse the repository at this point in the history
Modified README to reflect actual codebase
  • Loading branch information
SantX27 authored Jul 30, 2019
1 parent c204b75 commit fab365e
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,32 @@ st - simple terminal
--------------------
st is a simple virtual terminal emulator for X which sucks less.

Modified to run on RS-97.
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...)
- B: press key
- A: toggles key (useful for shift/ctrl...)
- L: is shift
- R: is backspace
- Y: change keyboard location (top/bottom)
- X: show / hide keyboard
- X: change keyboard location (top/bottom)
- Y: show / hide keyboard
- SELECT: quit


Requirements
------------
In order to build st you need the Xlib header files.
Also, you'll need a working bittboy toolchain, grab one here:
https://github.com/TriForceX/NewBittboyCFW/wiki/Making-Games


Installation
------------
Edit config.mk to match your local setup (st is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install st (if
necessary as root):

make clean install
Compile it using make . or grab a compiled version from the releases tab


Running st
Expand Down

0 comments on commit fab365e

Please sign in to comment.