On Fri, Feb 18, 2011 at 04:27:03PM +0800, Yue Wu wrote:
> Hi, list,
>
> As the title, I feel too tight for eye when the left side of the pager
> is at the most left of the fringe of a xterm window, is it possible to
> add a margin between the left side of xterm window and pager?
>
> Regards,
> Yue Wu

Hi,

You could use $display_filter to add it. Something like this:

    set display_filter="fold -w 70 | sed 's/^/    /g'"

The only problem is it will destroy coloring :-/ Not sure if this
can be avoided.

If you use screen you could also add a minimal vertical split to
the left so you get a gap. Something like (^A = Ctrl-A)

    ^A |             (vertical split)
    ^A -             (choose the empty window)
    ^A :resize 5     (make it five characters wide)
    ^A <tab>         (go to main region)

Regards,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachment: pgpzKwibk0mHL.pgp
Description: PGP signature

Reply via email to