Skip to content

Commit

Permalink
prepare for 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Mar 7, 2021
1 parent 0fa927c commit eae3364
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ This pager can be used from the following clients command line clients too:
* `-W`, `--password` force password prompt
* `--pgcli-fix` used for fixing some pgcli related issues
* `--clipboard-app=[1,2,3]` specify clipboard application (1 wl-clipboard, 2 xclip, 3 pbcopy)
* `--no-sleep` disable waits used for reduction of terminal flickering

Options can be passed inside env variable `PSPG` too.

Expand Down Expand Up @@ -236,6 +237,10 @@ regex/\.csv

* restart <code>mc</code>

# Know issues

* When you use `pspg` on Cygwin, then some temporary freezing of scrolling was reported
In this case, please, use an option `--no-sleep`.

# Usage in watch mode

Expand Down
1 change: 1 addition & 0 deletions src/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ readargs(char **argv,
fprintf(stdout, " --no-mouse don't use own mouse handling\n");
fprintf(stdout, " --no-sigint-search-reset\n");
fprintf(stdout, " without reset searching on sigint (CTRL C)\n");
fprintf(stdout, " --no-sleep without waits against flickering\n");
fprintf(stdout, " --no_xterm_mouse_mode don't use optional xterm mouse mode\n");
fprintf(stdout, " --only-for-tables use std pager when content is not table\n");
fprintf(stdout, " --no-sigint-exit without exit on sigint(CTRL C or Escape)\n");
Expand Down
2 changes: 1 addition & 1 deletion src/pspg.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define FILE_TSV 2
#define FILE_MATRIX 3

#define PSPG_VERSION "4.3.0"
#define PSPG_VERSION "4.3.1"

/* GNU Hurd does not define MAXPATHLEN */
#ifndef MAXPATHLEN
Expand Down

0 comments on commit eae3364

Please sign in to comment.