mirror of https://github.com/lcpz/lain.git
#49 fix
This commit is contained in:
parent
ac6e3cf942
commit
7acc7293fb
|
@ -45,7 +45,7 @@ function calendar:show(t_out, inc_offset)
|
||||||
then -- current month showing, today highlighted
|
then -- current month showing, today highlighted
|
||||||
if today >= 10
|
if today >= 10
|
||||||
then
|
then
|
||||||
init_t = calendar.cal .. ' | sed -r -e "s/(^| )('
|
init_t = calendar.cal .. ' | sed -r -e "s/_\\x08//g" | sed -r -e "s/(^| )('
|
||||||
end
|
end
|
||||||
|
|
||||||
calendar.offset = 0
|
calendar.offset = 0
|
||||||
|
|
Loading…
Reference in New Issue