tclient.rb

Path: tclient.rb
Last Update: Sat Mar 18 08:16:52 GMT-5:00 2006
CursesClient
Client
ConsoleClient
Publisher
TopLevel
file:tclient.rb
author:Jon A. Lambert
version:2.8.0
date:01/19/2006

This source code copyright (C) 2005, 2006 by Jon A. Lambert All rights reserved.

Released under the terms of the TeensyMUD Public License See LICENSE file for additional information.

Required files

pp   network/reactor   optparse   ostruct   curses   Win32API  

Methods

get_options   getkey   getkey  

Constants

Version = "0.2.0"
BANNER = <<-EOH This is TeensyClient version #{Version} Copyright (C) 2005, 2006 by Jon A. Lambert Released under the terms of the TeensyMUD Public License EOH
Kbhit = Win32API.new("msvcrt", "_kbhit", [], 'I')
Getch = Win32API.new("msvcrt", "_getch", [], 'I')

Public Instance methods

[Validate]