diff --git a/lovebird.lua b/lovebird.lua
index 65f048e..6ed2d0a 100644
--- a/lovebird.lua
+++ b/lovebird.lua
@@ -84,6 +84,10 @@ end
font-size: 13px;
color: #606060;
}
+ .inputline:before {
+ content: '\00B7\00B7\00B7';
+ padding-right: 5px;
+ }
#header {
background: #101010;
height: 25px;
@@ -505,8 +509,7 @@ function lovebird.recalcbuffer()
str = lovebird.htmlescape(line.str):gsub("\n", "
")
end
if line.type == "input" then
- str = '∙∙∙ ' ..
- str .. ''
+ str = '' .. str .. ''
else
if line.count > 1 then
str = '' .. line.count .. ' ' .. str