From b8dfb44ce64b247ec1249677849f7522737c19dc Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Fri, 6 Dec 2013 19:13:42 +0330 Subject: [PATCH] README: mention courr.tf on litcave for testing --- README | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README b/README index 63d8633..77b1d1e 100644 --- a/README +++ b/README @@ -3,8 +3,8 @@ FBPAD Fbpad is a small linux framebuffer virtual terminal. It manages many terminals through single-letter tags; each tag can hold two terminals. -The following table indicates fbpad's key-bindings (m-k means pressing k, -while holding the alt key). +The following table indicates fbpad's key-bindings (m-k means pressing +k, while holding the alt key). ============== ======================================= key command @@ -13,13 +13,13 @@ m-c execute a shell (SHELL) m-m execute mail program (MAIL) m-e execute editor program (EDITOR) m-x switch to tag 'x' (TAGS) -m-j switch to alt terminal in this tag +m-j switch to current tag's alternative terminal m-k like m-j m-p show tag summary -m-o jump to last tag -m-tab show next terminal +m-o jump to the previous tag +m-tab show the next terminal m-s create a text screenshot (SCRSHOT) -m-y redraw terminal +m-y redraw the terminal c-m-l lock the screen; use PASS to unlock c-m-q quit fbpad m-, scroll up @@ -36,11 +36,12 @@ SETTING UP ========== To configure fbpad, you should edit config.h. To get fbpad running -you need to make sure F0 points to a valid tinyfont file and SHELL to -the shell you want fbpad to execute. Also the type of fbval_t should -match the framebuffer depth: unsigned char for 8-bit, short for 16-bit -and int for 24/32-bit framebuffers. Once these are set, you should be -able to start fbpad without problems. +you need to make sure FR points to a valid tinyfont file (for testing +you can try http://litcave.rudi.ir/courr.tf) and SHELL to the shell +you want fbpad to execute. Also the type of fbval_t should match the +framebuffer depth: unsigned char for 8-bit, short for 16-bit and int +for 24/32-bit framebuffers. Once these are set, you should be able to +start fbpad without problems. Fbpad uses tinyfont files, which can be created using ft2tf program (http://litcave.rudi.ir/). The FR, FI and FB macros specify the path @@ -86,7 +87,5 @@ Note that in order to use this feature and italic fonts in Vim, adding fbpad-256 terminfo is not necessary. Including the following lines in your vimrc should enable them: - set t_ve=[?25h - set t_vi= set t_ZH= set t_Co=256 -- 2.11.4.GIT