logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dvtm-pager — select appropriate pager for dvtm

Author

       dvtm is written by Marc André Tanner <matatbrain-dump.org>

dvtm 0.15+40.g311a8c0-2                         January 03, 2017                                   DVTM-PAGER(1)

Description

dvtm-pager is an utility used by the dvtm(1) terminal multiplexer to display its scrollback history using
       a suitable pager.

       The  invoked  pager  is  expected  to display the data sent to its standard input.  The data stream might
       contain ANSI color escape sequence.  All command line arguments are  forwarded  verbatim.   dvtm(1)  uses
       this to adjust the initial view port by passing +n, meaning the start of line n should be displayed.

Environment Variables

dvtm-pager will try to find the preferred pager by checking these variables in order:

       DVTM_PAGER
               Permitting to invoke a pager specific to dvtm, or set particular flags such as -R for less(1).

       PAGER   Falling back to the default pager.

       If none of these variables are set, less(1) is used.

Name

       dvtm-pager — select appropriate pager for dvtm

See Also

less(1), dvtm(1), dvtm-editor(1)

Synopsis

dvtm-pager ARGS...

See Also