From 76aaca61ffd603e232985bc46e46e9d3caad55bf Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 13 Jan 2019 19:04:56 -0500 Subject: Document PS0 --- bin/cash/cash.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/cash/cash.1 b/bin/cash/cash.1 index 52a71a7a..d64876be 100644 --- a/bin/cash/cash.1 +++ b/bin/cash/cash.1 @@ -1539,6 +1539,13 @@ A later change of parent process ID is not reflected. A subshell retains the same value of .Va PPID . . +.It Va PS0 +The pre-prompt string, +which is printed before each new prompt. +.Va PS0 +may include any of the formatting sequences from +.Va PS1 . +. .It Va PS1 The primary prompt string, which defaults to .Dq Li "$ " , -- cgit 1.4.1 0f01f910705c031977'>this commit dontfiles
summary refs log tree commit diff
path: root/port/ddate/ddate.c (unfollow)
Commit message (Collapse)Author
2021-02-07Set urgency on bell in xtermJune McEnroe
2021-02-07Add bindings for brightness controlJune McEnroe
Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that.
2021-02-07Set X key repeat rateJune McEnroe
2021-02-07Bump font size to 12June McEnroe
11 is what I use on macOS, but I feel like my eyes are working harder here.
2021-02-07Fully configure and rebind cwmJune McEnroe
This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-.
2021-02-07Add BintiJune McEnroe
2021-02-07Finish configuring xtermJune McEnroe
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such.
2021-02-06Add xterm output to schemeJune McEnroe