File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,8 @@ Key(s) Command
411411\fB Space \fR stop/continue in watch mode
412412\fB R \fR Repaint screen and refresh input file
413413\fB Ins \fR export row, column or cell to default target
414- \fB shift \fR +\fB cursor \| \. \| \. \| \. \fR define range
414+ \fB shift \fR +\fB cursor up, down \fR define row range
415+ \fB Ctrl \fR +\fB Shift \fR +\fB cursor left, right \fR define column range
415416\fB F3 \fR start/finish of selection rows
416417\fB Shift \fR +\fB F3 \fR start/finish of selection block
417418\fB Ctrl \fR +\fB drag mouse \fR defines rows selection, on column header defines column selection
Original file line number Diff line number Diff line change 33
44Summary: pspg: a unix pager optimized for psql
55Name: pspg
6- Version: 5.8.10
6+ Version: 5.8.11
77Release: 0%{?dist }
88License: BSD
99Group: Development/Tools
Original file line number Diff line number Diff line change 3535#define FILE_TSV 2
3636#define FILE_MATRIX 3
3737
38- #define PSPG_VERSION "5.8.10 "
38+ #define PSPG_VERSION "5.8.11 "
3939
4040/* GNU Hurd does not define MAXPATHLEN */
4141#ifndef MAXPATHLEN
You can’t perform that action at this time.
0 commit comments