fbpad: pass NULL instead of 0 to wait_pid()
[fbpad.git] / README
blobc329b73defbe11cbfd6f89b1fa5848dafac0ba5b
1 FBPAD
2 =====
4 Fbpad is a small and simple linux framebuffer virtual terminal.
5 It manages many terminals through tags; each tag can have at most two
6 terminals.  Tags are represented with a single letter.
8 ==============  =======================================
9 key             command
10 ==============  =======================================
11 m-c             execute a shell
12 m-m             execute mail program
13 m-e             execute editor program
14 m-x             switch to tag 'x'
15 m-j             switch to alt terminal in this tag
16 m-k             like m-j
17 m-p             show tag summary
18 m-o             jump to last tag
19 m-tab           show next terminal
20 c-m-q           quit fbpad
21 ==============  =======================================
23 INSTALLATION
24 ============
26 Change config.h file to customize the settings.  Then run make.