Skip to content

Commit 4bc6c14

Browse files
committed
prepare for 5.8.11
1 parent cd1592a commit 4bc6c14

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pspg.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ Key(s) Command
411411
\fBSpace\fR stop/continue in watch mode
412412
\fBR\fR Repaint screen and refresh input file
413413
\fBIns\fR export row, column or cell to default target
414-
\fBshift\fR+\fBcursor\|\.\|\.\|\.\fR define range
414+
\fBshift\fR+\fBcursor up, down\fR define row range
415+
\fBCtrl\fR+\fBShift\fR+\fBcursor left, right\fR define column range
415416
\fBF3\fR start/finish of selection rows
416417
\fBShift\fR+\fBF3\fR start/finish of selection block
417418
\fBCtrl\fR+\fBdrag mouse\fR defines rows selection, on column header defines column selection

pspg.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: pspg: a unix pager optimized for psql
55
Name: pspg
6-
Version: 5.8.10
6+
Version: 5.8.11
77
Release: 0%{?dist}
88
License: BSD
99
Group: Development/Tools

src/pspg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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

0 commit comments

Comments
 (0)