aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_pager.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-05 23:41:59 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-05 23:41:59 +1000
commite12902fe3cff878371719ab7df490a5e98cfabc9 (patch)
tree70b3764110132c4965a9c7ec61f65da5da98a8f7 /fish_pager.c
parent48030576e4d8b8ad0425109dd478544e57357554 (diff)
Translate most shellscript output, translate internal completion descriptions, and several translation bugfixes
darcs-hash:20060105134159-ac50b-0a7805971e079dd1a511c6bca227db4504902ef0.gz
Diffstat (limited to 'fish_pager.c')
-rw-r--r--fish_pager.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/fish_pager.c b/fish_pager.c
index e4674438..9131e791 100644
--- a/fish_pager.c
+++ b/fish_pager.c
@@ -422,9 +422,10 @@ static void printed_length( wchar_t *str,
case L'^':
case L'<':
case L'>':
- case L'@':
case L'(':
case L')':
+ case L'[':
+ case L']':
case L'{':
case L'}':
case L'?':
@@ -432,6 +433,11 @@ static void printed_length( wchar_t *str,
case L'|':
case L';':
case L':':
+ case L'\'':
+ case L'"':
+ case L'%':
+ case L'~':
+
if( has_description )
desc_len++;
else