-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
DarkCipherNinja/AhMyth-Android-RAT
#136Description
https://nodejs.org/api/tty.html#tty_ws_columns
https://github.com/jonschlinkert/window-size/blob/master/index.js#L24-L25
} else if (process.stdout.columns && process.stdout.rows) {
height = process.stdout.columns;
width = process.stdout.rows;
}
width
should be assigned from columns
, height
should be assigned from rows
.
Metadata
Metadata
Assignees
Labels
No labels