mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
* Add another year est regex
* Add queue file support
This commit is contained in:
parent
1ef546d569
commit
712cf512f0
4 changed files with 33 additions and 19 deletions
|
@ -102,7 +102,7 @@ function TextView(options) {
|
|||
|
||||
renderLength = renderStringLength(textToDraw);
|
||||
|
||||
if(renderLength > this.dimens.width) {
|
||||
if(renderLength >= this.dimens.width) {
|
||||
if(this.hasFocus) {
|
||||
if(this.horizScroll) {
|
||||
textToDraw = renderSubstr(textToDraw, renderLength - this.dimens.width, renderLength);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue