fbpad: the value of NTAGS can be decreased
[fbpad.git] / README
blobba862bfd5524be853eb258ba18430e5b9be00d63
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 m-s             create a text screenshot (/tmp/scr)
21 c-m-q           quit fbpad
22 ==============  =======================================
24 INSTALLATION
25 ============
27 Change config.h file to customize the settings.  Then run make.