packages feed

matsuri-0.0.2: Help.hs

module Help (
    help_all
) where

help_all :: String
help_all = "\
\Commands:\n\
\\n\
\/help -- this help message\n\
\/c    -- connect account\n\
\/d    -- disconnect account\n\
\/q    -- exit\n\
\\n\
\Hotkeys:\n\
\\n\
\C-n C-p                 -- moves in roster\n\
\C-a C-f C-b C-e M-f M-b -- moves in edit box\n\
\C-v                     -- show/hide roster\n\
\RET                     -- collapse/expand group\n\
\C-q                     -- exit"