Sha256: 3b6d9ac140ce5c5268d6c1600fb508686a4ea0f5195deef62f52b5c40f7fca3d
Contents?: true
Size: 538 Bytes
Versions: 8
Compression:
Stored size: 538 Bytes
Contents
Vedeu.configure do colour_mode 256 log '/tmp/vedeu_test_helper.log' debug! drb! drb_host 'localhost' drb_port 21420 drb_width 80 drb_height 25 # cooked! # raw! # run_once! # interactive! # standalone! # System keys can be redefined # exit_key 'q' # focus_next_key :tab # focus_prev_key :shift_tab # mode_switch_key :escape # Not used yet # stdin File.open("/dev/tty", "r") # stdout File.open("/dev/tty", "w") # stderr File.open("/tmp/vedeu_error.log", "w+") end
Version data entries
8 entries across 8 versions & 1 rubygems