Added configurable padding value to Powerline-Multiline theme
Required on macOS High Sierra with the default Terminal app, otherwise, the right segment would extend to the next line.
This commit is contained in:
@@ -9,7 +9,7 @@ function __powerline_right_segment {
|
||||
local params=( $1 )
|
||||
IFS="${OLD_IFS}"
|
||||
local separator_char="${POWERLINE_RIGHT_SEPARATOR}"
|
||||
local padding=2
|
||||
local padding="${POWERLINE_PADDING}"
|
||||
local separator_color=""
|
||||
|
||||
if [[ "${SEGMENTS_AT_RIGHT}" -eq 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user