@@ -253,13 +253,14 @@ The fields names can be different than from related command line options:
253253| 14 | dBase IV retro style (Magenta labels) |
254254| 15 | Red white theme |
255255| 16 | Simple theme |
256- | 17 | Solarized dark theme |
256+ | 17 | Solarized dark theme |
257257| 18 | Solarized light theme |
258258| 19 | Gruvbox light theme |
259259| 20 | Tao Light theme |
260260| 21 | FlatWhite theme |
261261| 22 | Relational pipes theme |
262262| 23 | Paper Color theme |
263+ | 24 | Dracula theme |
263264
264265see http://okbob.blogspot.cz/2017/07/i-hope-so-every-who-uses-psql-uses-less.html
265266
@@ -558,7 +559,7 @@ separator - 0x1D on separated line.
558559<pre >
559560pavel@localhost ~]$ cat < /dev/pts/3 > ~/pipe
560561select 10
561- ^]
562+ ^]
562563select 20
563564^]
564565select *
@@ -674,7 +675,7 @@ nushell configuration:
674675 $env.config.footer_mode = never
675676 $env.config.table.header_on_separator = false
676677 $env.config.ls.clickable_links = false
677- $env.config.table.mode = rounded
678+ $env.config.table.mode = rounded
678679
679680## Note - mouse
680681
@@ -696,7 +697,7 @@ map the true rgb colors to supported 256 colors.
696697
697698Some linker issues can be fixed by:
698699<pre >
699- I changed
700+ I changed
700701gcc -lncursesw pager.c -o pspg -ggdb
701702to
702703gcc pager.c -o pspg -ggdb -lncursesw
@@ -741,7 +742,7 @@ by default readline emulated over libedit, but `pspg` requires full gnu readline
741742### Fedora (28 and later)
742743
743744 # dnf install pspg
744-
745+
745746
746747### RPM (CentOS/openSUSE/…)
747748The pspg is available from community repository https://yum.postgresql.org/packages.php
@@ -817,7 +818,7 @@ implemented function `newterm` (`pdcurses` does this only on Unix platforms). It
817818with WSL2 maybe (I didn't test it). An alternative can be using ` less ` pager, that is ported
818819to some MS Win enviroments. ` less ` depends on ` termcap ` , and it is little bit more portable
819820than ` pspg ` (` termcal ` is low layer of ncurses). ` less ` supports fixed rows and with ` --chop-long-lines `
820- option or just ` -S ` can be used as pager for ` pspg ` .
821+ option or just ` -S ` can be used as pager for ` pspg ` .
821822
822823 export PSQL_PAGER="less --chop-long-lines --header 1"
823824
0 commit comments