blob: 70e80d6426b4e1fdeacd0324af1b7cd4d522098b [file] [log] [blame]
/*
* Copyright (c) 2014 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
NaClTerm.nmf = 'emacs.nmf';
NaClTerm.cwd = '/home/user';
NaClTerm.argv = ['-nw'];
NaClTerm.env = [
'DISPLAY=:42',
];