File tree 3 files changed +4
-3
lines changed 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,8 @@ Key(s) Command
411
411
\fB Space \fR stop/continue in watch mode
412
412
\fB R \fR Repaint screen and refresh input file
413
413
\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
415
416
\fB F3 \fR start/finish of selection rows
416
417
\fB Shift \fR +\fB F3 \fR start/finish of selection block
417
418
\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 3
3
4
4
Summary: pspg: a unix pager optimized for psql
5
5
Name: pspg
6
- Version: 5.8.10
6
+ Version: 5.8.11
7
7
Release: 0%{?dist }
8
8
License: BSD
9
9
Group: Development/Tools
Original file line number Diff line number Diff line change 35
35
#define FILE_TSV 2
36
36
#define FILE_MATRIX 3
37
37
38
- #define PSPG_VERSION "5.8.10 "
38
+ #define PSPG_VERSION "5.8.11 "
39
39
40
40
/* GNU Hurd does not define MAXPATHLEN */
41
41
#ifndef MAXPATHLEN
You can’t perform that action at this time.
0 commit comments