DragonFly commits List (threaded) for 2009-04
DragonFly BSD
DragonFly commits List (threaded) for 2009-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.0.696.g3f2d0 master bin/sh histedit.c options.c options.h sh.1


From: YONETANI Tomokazu <y0netan1@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Apr 2009 16:27:48 -0700 (PDT)

commit 3f2d021a05994ae79be0e85e1895723e818c37e9
Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org>
Date:   Sat Feb 14 22:37:20 2009 +0900

    Add `set -o tabcomplete' to /bin/sh
    
    When set, it binds <tab> to the libedit filename completion function.
    Taken-From: NetBSD
    In our version, it's turned on by default in an interactive shell.
    If you don't like it, put the following line
    
      set +o tabcomplete >/dev/null 2>&1 || true
    
    in your ~/.shinit (or whatever path $ENV is set to) .

Summary of changes:
 bin/sh/histedit.c |    6 ++++++
 bin/sh/options.c  |    2 ++
 bin/sh/options.h  |    4 +++-
 bin/sh/sh.1       |   11 +++++++++++
 4 files changed, 22 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3f2d021a05994ae79be0e85e1895723e818c37e9


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]