- The red metacoder side of a mad betacoder scientist - My lab for brainstorming and challenges in Ruby and Metaprogramming
- The red metacoder side of a mad betacoder scientist -
def keypressed system('stty raw -echo') # => Raw mode, no echo char = (STDIN.read_nonblock(1).chr rescue nil) system('stty -raw echo') # => Reset terminal mode char end
No comments:
Post a Comment