mirror of https://github.com/Hilbis/Hilbish
fix: remove newline from prompt
parent
b7478c3c1a
commit
3babf36c43
|
@ -5,7 +5,7 @@ local ansikit = require 'ansikit'
|
||||||
|
|
||||||
local function doPrompt(fail, mode)
|
local function doPrompt(fail, mode)
|
||||||
hilbish.prompt(lunacolors.format(
|
hilbish.prompt(lunacolors.format(
|
||||||
'{blue}%u {cyan}%d\n' .. (fail and '{red}' or '{green}') .. '∆ '
|
'{blue}%u {cyan}%d ' .. (fail and '{red}' or '{green}') .. '∆ '
|
||||||
))
|
))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue