diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-09-03 21:51:32 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-09-03 21:51:32 +0200 |
commit | 676298b16ba58991d1a859e0f519a967d619ccef (patch) | |
tree | ed1624c1d498ea77c869af3f2d855babba9ed090 /sys/man/1/vt | |
parent | 80cd634c4d446418899018b6dcff2559c4572537 (diff) |
vt: get rid of "clear" menu entry, fix 24x80 resize, reset selection on setdim(), document snarf/plumb
Diffstat (limited to 'sys/man/1/vt')
-rw-r--r-- | sys/man/1/vt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sys/man/1/vt b/sys/man/1/vt index 6f3c35ea5..69635b315 100644 --- a/sys/man/1/vt +++ b/sys/man/1/vt @@ -106,10 +106,6 @@ Display the last screenful; the same as going .B forward to the end. .TP -.B clear -Clear the screen. Previous contents can be recovered using -.BR backup . -.TP .B paste Pastes the contents of the .B rio @@ -119,6 +115,14 @@ in the .B rio menu. .TP +.B snarf +Copy selection to the +.B rio +snarf buffer. +.TP +.B plumb +Send selection to the plumber. +.TP .B scroll Make new lines visible as they appear at the bottom. .TP |