Skip to content

Commit

Permalink
make screen clearing optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Aug 19, 2012
1 parent 6971ff5 commit f3f6a4e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugins/basics.js
Expand Up @@ -13,12 +13,6 @@ module.exports = function (doc, _, cursor) {
process.exit(0)
}

//clear the screen after exiting
process.on('exit', function () {
cursor.reset()
})


rc.file = file

function toLines(data) {
Expand Down

0 comments on commit f3f6a4e

Please sign in to comment.