Marcos Reynoso
Marcos Reynoso
I revert this commit https://github.com/chjj/blessed/commit/b42308c7cc3e544821254a0095082d22b60f5af9 and work for my, but i don't know what i'm doing.
Hi @twinssbc , I try to change the week view in a three days view, starting in the present day. I made the changes in the for sentences, and I...
@twinssbc if I change the step to 3 , the view is repeated twice and continues to skip the other days of the week. It is strange. I made a...
@twinssbc Great, it's working with some changes in _getRange function. ``` ctrl._getRange = function getRange(currentDate) { var year = currentDate.getFullYear(), month = currentDate.getMonth(), date = currentDate.getDate(), startTime = new Date(year,...