From 52dfc6d4da040a3dd2718826c35dce0373d0c8e6 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 24 Jun 2019 18:41:11 -0400 Subject: Consolidate catsh history documentation --- bin/catsh/catsh.1 | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'bin/catsh/catsh.1') diff --git a/bin/catsh/catsh.1 b/bin/catsh/catsh.1 index ab5c608e..e013a452 100644 --- a/bin/catsh/catsh.1 +++ b/bin/catsh/catsh.1 @@ -32,7 +32,7 @@ .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" $FreeBSD: releng/12.0/bin/sh/sh.1 336483 2018-07-19 13:09:29Z 0mp $ . -.Dd January 10, 2019 +.Dd June 24, 2019 .Dt CATSH 1 .Os . @@ -3205,10 +3205,34 @@ license after the Bourne shell from .Pp The .Nm -utility is based on -.Xr sh 1 -from -.Fx 12.0 . +sources were imported from +.Fx 12.0 +.Xr sh 1 . +Bundled +.Xr editline 3 +sources were imported from +.Nx 8.0 . +. +.Ss Differences from sh +.Bl -bullet -compact +.It +.Va ENV +has a default value. +.It +Further prompt customization with +.Va PS0 , +.Va RPS1 , +.Va RPS2 , +.Va PSlit . +.It +.Va HOME +is shortened to +.Sq ~ +in prompt expansion. +.It +.Ic fc Fl s Ar = Ns Ar new +prefixes commands. +.El . .Sh AUTHORS .An -nosplit -- cgit 1.4.1 '>refs log tree commit diff
path: root/edit.c (unfollow)
Commit message (Expand)Author
2020-02-12Add C-t transposeJune McEnroe
2020-02-12Add C-v and M-vJune McEnroe
2020-02-12Allow for arguments to open/copy utilitiesJune McEnroe
2020-02-12Handle RPL_AWAYJune McEnroe
2020-02-11Support monochromatic terminalsJune McEnroe
2020-02-11Add .gz to chroot-man scriptJune McEnroe
2020-02-11Add -R restricted flagJune McEnroe
2020-02-11Add chroot targetJune McEnroe
2020-02-11Exit focus and paste modes on err exitJune McEnroe
2020-02-11Add startup GPLv3 note and URLJune McEnroe
2020-02-11Make sure -D_GNU_SOURCE ends up in CFLAGS on LinuxJune McEnroe
2020-02-11Add note about setting PKG_CONFIG_PATHJune McEnroe
2020-02-11Rename query ID on nick changeJune McEnroe
2020-02-11Call completeClear when closing a windowJune McEnroe
2020-02-11Don't insert color codes for non-mentionsJune McEnroe
2020-02-11Take first two words in colorMentionsJune McEnroe
2020-02-11Use time_t for save signatureJune McEnroe
2020-02-11Set self.nick to * initiallyJune McEnroe
2020-02-11Define ColorCap instead of hardcoding 100June McEnroe
2020-02-11Move hash to top of chat.hJune McEnroe
2020-02-11Move base64 out of chat.hJune McEnroe
2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe
2020-02-11Fix whois idle unit calculationJune McEnroe
2020-02-11Cast towupper to wchar_tJune McEnroe
2020-02-11Cast set but unused variables to voidJune McEnroe
2020-02-11Declare strlcatJune McEnroe
2020-02-11Check if VDSUSP existsJune McEnroe
2020-02-11Fix completeReplace iterationJune McEnroe
2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe
2020-02-11Remove legacy codeJune McEnroe
2020-02-11Add INSTALLING section to READMEJune McEnroe