From 46449f6894cddf2bc954ac91c489f72238ce9a84 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 2 Nov 2012 22:05:29 +0000 Subject: fish: Use Unicode LOWER ONE QUARTER BLOCK to represent cursor. 'ls' (with no argument) is not a valid command. This fixes commit bad5c7d5a50e7f340d3a5daff59d7f3c18c0ab8f. --- fish/guestfish.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 94b3df48..fd04be50 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -1114,7 +1114,7 @@ alternate string: $ export GUESTFISH_PS1 $ guestfish [...] - (type a command) ls + (type a command) ▂ You can also use special escape sequences, as described in the table below: -- cgit