Improve formatting - anmhi - nmh(7) interface that (ab)uses less, lesskey, tmux and entr
 (HTM) hg clone https://bitbucket.org/iamleot/anmhi
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset aebaf28bfe6de2171f8340bd713fca864df9eeb0
 (DIR) parent 9b72a5f1a7e378d9c2539330c05f623a8f390f22
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Wed, 19 Sep 2018 17:33:53 
       
       Improve formatting
       
       Diffstat:
        README |  24 ++++++++++++------------
        1 files changed, 12 insertions(+), 12 deletions(-)
       ---
       diff -r 9b72a5f1a7e3 -r aebaf28bfe6d README
       --- a/README    Sat Aug 18 11:02:09 2018 +0200
       +++ b/README    Wed Sep 19 17:33:53 2018 +0200
       @@ -3,7 +3,7 @@
        
        From a tmux session it can be simply invoked via tanmhi:
        
       - % tanmhi
       +    % tanmhi
        
        tanmhi will split the current window in two panes:
         - top pane: anmhi-scan
       @@ -20,20 +20,20 @@
        configuration:
        
         - ANMHI_LESSKEY: location of lesskey used by anmhi (by default
       -   `$(mhpath +)/.lesskey')
       - - ANMHI_MARK_SEQUENCE: sequence used when marking a message via `M'
       -   action (by default `marked')
       - - ANMHI_MENU_TOOL: tool used for menus, should support an `-l' option to
       -   specify the number of lines (by default `fzy')
       +   `$(mhpath +)/.lesskey`)
       + - ANMHI_MARK_SEQUENCE: sequence used when marking a message via `M`
       +   action (by default `marked`)
       + - ANMHI_MENU_TOOL: tool used for menus, should support an `-l` option to
       +   specify the number of lines (by default `fzy`)
         - ANMHI_SCAN_LINES: number of line used reserved for anmhi-scan pane when
       -   anmhi is invoked via tanmhi (by default `10').
       - - ANMHI_SCAN_MESSAGES: number of messages used for the `L' action to
       -   show last `2n + 1' messages (by default `100')
       +   anmhi is invoked via tanmhi (by default `10`).
       + - ANMHI_SCAN_MESSAGES: number of messages used for the `L` action to
       +   show last `2n + 1` messages (by default `100`)
         - ANMHI_SEQUENCES: file name used to temporary store current user defined
       -   sequences for the `T' action, stored in ${MHTMPDIR}
       -   (by default `.mhcurseqs')
       +   sequences for the `T` action, stored in ${MHTMPDIR}
       +   (by default `.mhcurseqs`)
         - ANMHI_UNSEEN_SEQUENCE: name of the sequence unseed for unseen message (by
       -   default `$(mhparam unseen-sequence)')
       +   default `$(mhparam unseen-sequence)`)
        
        anmhi was inspired by ml written by paul fox. It is intended to be
        simpler and avoid to define any custom sequence.