Skip to content

Commit

Permalink
iii: rework rlwrap invokation
Browse files Browse the repository at this point in the history
  • Loading branch information
c00kiemon5ter committed Jan 12, 2013
1 parent 796b64f commit 7bc2cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iii.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
: "${w:=120}" # max characters per mesg - fold after limit
: "${h:=20}" # lines from history

[ "$1" != '-r' ] && exec rlwrap -a -s 0 -r -b "(){}[],+=^#;|&%" -S "${c:-$s}> " -pgreen "$0" -r
[ "$1" != '-r' ] && exec rlwrap -a -r -S "${c:-$s}> " -pGREEN "$0" -r

infile="$i/$s/$c/in"
outfile="$i/$s/$c/out"
Expand Down

0 comments on commit 7bc2cfe

Please sign in to comment.