mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-24 18:00:45 +00:00
use csr on fm test.
This commit is contained in:
parent
b6bee303a9
commit
65829a2234
@ -1,7 +1,8 @@
|
||||
var blessed = require('../');
|
||||
|
||||
var screen = blessed.screen({
|
||||
tput: true
|
||||
tput: true,
|
||||
smartCSR: true
|
||||
});
|
||||
|
||||
var fm = blessed.filemanager({
|
||||
|
Loading…
x
Reference in New Issue
Block a user