Skip to content

ScripTTY is a library for JRuby that lets you write scripts to control full-screen terminal-based applications.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

infonium/scriptty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26e56ef · Dec 7, 2010
Mar 20, 2010
May 12, 2010
Dec 7, 2010
Dec 7, 2010
Mar 8, 2010
Mar 23, 2010
Mar 3, 2010
Mar 3, 2010
Mar 30, 2010
Mar 23, 2010
Dec 7, 2010
Dec 7, 2010
Mar 5, 2010

Repository files navigation

Introduction

ScripTTY is a library for JRuby that lets you write scripts to control full-screen terminal-based applications.

Terminals supported

Limited DG410 and XTerm support.

Requirements

  • JRuby

  • Treetop

  • Multibyte

Known issues

Glassfish SocketChannel.keyFor bug

There is a known bug in the JDK that causes SocketChannel.keyFor to behave erroneously under some versions of Glassfish. (Glassfish versions 2.1.1 and 3.0 or later are not affected.) A possible workaround for v2.0 is to add the following to the appropriate section of your Glassfish config/domain.xml file:

<jvm-options>-Dcom.sun.enterprise.server.ss.ASQuickStartup=false</jvm-options>

See the following pages for more information:

License

Copyright © 2010 Infonium Inc.

ScripTTY is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ScripTTY is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with ScripTTY. If not, see <www.gnu.org/licenses/>.

About

ScripTTY is a library for JRuby that lets you write scripts to control full-screen terminal-based applications.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages