Xpager: Separate terminal pager for Linux

View source: R/aaa.r

XpagerR Documentation

Separate terminal pager for Linux

Description

Separate terminal pager for Linux X11 (uses some terminal and 'less')

Usage

Xpager(pager="xterm")

Arguments

pager

name of the terminal application to use, or "old" for the default

Details

Linux pager in the new terminal window. 'xterm' is default, there is also setting for 'mate-terminal'; 'konsole' (KDE terminal) and 'gnome-terminal' are easy to add.

Run Xpager("old") to restore default behavior.

BTW, for some reason, 'editor()' does not work this way.

Author(s)

Alexey Shipunov

Examples

## Not run: 
## Linux- (and X11-) specific
Xpager()
?help
Xpager("old")
?help

## End(Not run)

shipunov documentation built on Feb. 16, 2023, 9:05 p.m.

Related to Xpager in shipunov...