[issue605] zshrc::status(): `print '\f'' instead of `print ""'.

Frank Terbeck bts at bts.grml.org
Fri Jan 30 19:50:15 CET 2009


Frank Terbeck <ft at grml.org> added the comment:

Alexander Steinböck <bts at bts.grml.org>:
> From 88f2db917e8703703576445e90658d274a815924 Mon Sep 17 00:00:00 2001
> From: =?utf-8?q?Alexander=20Steinb=C3=B6ck?= <z3ttacht at grml.org>
> Date: Fri, 30 Jan 2009 02:23:57 +0100
> Subject: [PATCH 2/2] zshrc::status(): `print '\f'' instead of `print ""'.
> 
> Just a cosmetical thing, I know.

That's not a proper commit message.

> ---

It would belong here. AFTER the three dashes.

>  etc/skel/.zshrc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc
> index 35c24f1..2709435 100644
> --- a/etc/skel/.zshrc
> +++ b/etc/skel/.zshrc
> @@ -714,14 +714,14 @@ slow_print() {
>  
>  #f5# Show some status info
>  status() {
> -    print ""
> +    print '\f'

Why exactly is this better?

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925

----------
files: 0001-zshrc-status-Print-BAUD-only-when-set.patch, 0002-zshrc-status-print-f-instead-of-print.patch
messages: 1771, 1772, 1773, 1776
nosy: ft, mika, z3ttacht
priority: feature
status: chatting
title: zshrc::status(): `print '\f'' instead of `print ""'.
topic: grml-etc-core, zsh

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue605>
_____________________________________


More information about the Bugs-changes mailing list