diff options
Diffstat (limited to 'sysconfig/init')
-rw-r--r-- | sysconfig/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/init b/sysconfig/init index 8a2d68f5..ef12b932 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -6,7 +6,7 @@ BOOTUP=color RES_COL=60 # terminal sequence to move to that column. You could change this # to something like "tput hpa ${RES_COL}" if your terminal supports it -MOVE_TO_COL="echo -en \\033[300C\\033[$[${COLUMNS}-${RES_COL}]D" +MOVE_TO_COL="echo -en \\033[${RES_COL}G" # terminal sequence to set color to a 'success' color (currently: green) SETCOLOR_SUCCESS="echo -en \\033[1;32m" # terminal sequence to set color to a 'failure' color (currently: red) |