ffi-ncurses 0.3.3 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. data/COPYING +22 -0
  2. data/Gemfile +5 -0
  3. data/Gemfile.lock +13 -0
  4. data/History.txt +32 -3
  5. data/README.rdoc +118 -58
  6. data/Rakefile +30 -0
  7. data/examples/acs_chars.rb +53 -0
  8. data/examples/acs_chars.rbc +1502 -0
  9. data/examples/{example-attributes.rb → attributes.rb} +0 -0
  10. data/examples/color.rb +63 -0
  11. data/examples/cursor.rb +27 -0
  12. data/examples/example.rb +17 -17
  13. data/examples/getkey.rb +212 -0
  14. data/examples/{example-getsetsyx.rb → getsetsyx.rb} +2 -2
  15. data/examples/globals.rb +38 -0
  16. data/examples/hello.rb +34 -0
  17. data/examples/hello.rbc +638 -0
  18. data/examples/hellowide.rb +59 -0
  19. data/examples/keys.rb +27 -0
  20. data/examples/{example-mouse.rb → mouse.rb} +2 -2
  21. data/examples/multiterm.rb +120 -0
  22. data/examples/ncurses/LICENSES_for_examples +26 -0
  23. data/examples/{ncurses-example.rb → ncurses/example.rb} +13 -80
  24. data/examples/ncurses/hello_ncurses.rb +57 -0
  25. data/examples/ncurses/rain.rb +220 -0
  26. data/examples/ncurses/read_line.rb +67 -0
  27. data/examples/ncurses/subwin.rb +71 -0
  28. data/examples/ncurses/tclock.rb +227 -0
  29. data/examples/newterm.rb +65 -0
  30. data/examples/panel_simple.rb +82 -0
  31. data/examples/{example-printw-variadic.rb → printw-variadic.rb} +1 -1
  32. data/examples/ripoffline.rb +86 -0
  33. data/examples/run-all.sh +14 -0
  34. data/examples/{example-softkeys.rb → softkeys.rb} +0 -0
  35. data/examples/{example-stdscr.rb → stdscr.rb} +2 -1
  36. data/examples/temp_leave.rb +99 -0
  37. data/examples/viewer.rb +350 -0
  38. data/examples/wacs_chars.rb +64 -0
  39. data/examples/windows.rb +73 -0
  40. data/ffi-ncurses.gemspec +39 -52
  41. data/lib/ffi-ncurses.rb +214 -474
  42. data/lib/ffi-ncurses/acs.rb +150 -0
  43. data/lib/ffi-ncurses/bool_wrappers.rb +66 -0
  44. data/lib/ffi-ncurses/functions.rb +450 -0
  45. data/lib/ffi-ncurses/keydefs.rb +136 -99
  46. data/lib/ffi-ncurses/mouse.rb +106 -106
  47. data/lib/ffi-ncurses/ncurses.rb +176 -0
  48. data/lib/ffi-ncurses/{ord-shim.rb → ord_shim.rb} +0 -0
  49. data/lib/ffi-ncurses/panel.rb +21 -0
  50. data/lib/ffi-ncurses/typedefs.rb +35 -0
  51. data/lib/ffi-ncurses/version.rb +7 -0
  52. data/lib/ffi-ncurses/widechars.rb +137 -0
  53. data/lib/ffi-ncurses/winstruct.rb +55 -33
  54. data/spec/attached_functions_spec.rb +42 -0
  55. metadata +95 -85
  56. data/examples/example-colour.rb +0 -63
  57. data/examples/example-cursor.rb +0 -22
  58. data/examples/example-hello.rb +0 -24
  59. data/examples/example-jruby.rb +0 -14
  60. data/examples/example-keys.rb +0 -25
  61. data/examples/example-windows.rb +0 -24
@@ -0,0 +1,1502 @@
1
+ !RBIX
2
+ 9338562450968150714
3
+ x
4
+ M
5
+ 1
6
+ n
7
+ n
8
+ x
9
+ 10
10
+ __script__
11
+ i
12
+ 40
13
+ 5
14
+ 7
15
+ 0
16
+ 64
17
+ 47
18
+ 49
19
+ 1
20
+ 1
21
+ 15
22
+ 5
23
+ 45
24
+ 2
25
+ 3
26
+ 43
27
+ 4
28
+ 47
29
+ 49
30
+ 5
31
+ 1
32
+ 15
33
+ 99
34
+ 7
35
+ 6
36
+ 7
37
+ 7
38
+ 65
39
+ 67
40
+ 49
41
+ 8
42
+ 0
43
+ 49
44
+ 9
45
+ 4
46
+ 15
47
+ 5
48
+ 48
49
+ 6
50
+ 15
51
+ 2
52
+ 11
53
+ I
54
+ 5
55
+ I
56
+ 0
57
+ I
58
+ 0
59
+ I
60
+ 0
61
+ n
62
+ p
63
+ 10
64
+ s
65
+ 11
66
+ ffi-ncurses
67
+ x
68
+ 7
69
+ require
70
+ x
71
+ 3
72
+ FFI
73
+ n
74
+ x
75
+ 7
76
+ NCurses
77
+ x
78
+ 7
79
+ include
80
+ x
81
+ 4
82
+ main
83
+ M
84
+ 1
85
+ n
86
+ n
87
+ x
88
+ 4
89
+ main
90
+ i
91
+ 924
92
+ 29
93
+ 912
94
+ 1
95
+ 26
96
+ 93
97
+ 0
98
+ 15
99
+ 26
100
+ 93
101
+ 1
102
+ 15
103
+ 29
104
+ 865
105
+ 0
106
+ 5
107
+ 48
108
+ 0
109
+ 15
110
+ 5
111
+ 7
112
+ 1
113
+ 64
114
+ 47
115
+ 49
116
+ 2
117
+ 1
118
+ 15
119
+ 5
120
+ 45
121
+ 3
122
+ 4
123
+ 47
124
+ 49
125
+ 5
126
+ 1
127
+ 15
128
+ 5
129
+ 7
130
+ 6
131
+ 64
132
+ 47
133
+ 49
134
+ 2
135
+ 1
136
+ 15
137
+ 5
138
+ 7
139
+ 7
140
+ 64
141
+ 47
142
+ 49
143
+ 2
144
+ 1
145
+ 15
146
+ 5
147
+ 45
148
+ 8
149
+ 9
150
+ 47
151
+ 49
152
+ 5
153
+ 1
154
+ 15
155
+ 5
156
+ 7
157
+ 6
158
+ 64
159
+ 47
160
+ 49
161
+ 2
162
+ 1
163
+ 15
164
+ 5
165
+ 7
166
+ 10
167
+ 64
168
+ 47
169
+ 49
170
+ 2
171
+ 1
172
+ 15
173
+ 5
174
+ 45
175
+ 11
176
+ 12
177
+ 47
178
+ 49
179
+ 5
180
+ 1
181
+ 15
182
+ 5
183
+ 7
184
+ 6
185
+ 64
186
+ 47
187
+ 49
188
+ 2
189
+ 1
190
+ 15
191
+ 5
192
+ 7
193
+ 13
194
+ 64
195
+ 47
196
+ 49
197
+ 2
198
+ 1
199
+ 15
200
+ 5
201
+ 45
202
+ 14
203
+ 15
204
+ 47
205
+ 49
206
+ 5
207
+ 1
208
+ 15
209
+ 5
210
+ 7
211
+ 6
212
+ 64
213
+ 47
214
+ 49
215
+ 2
216
+ 1
217
+ 15
218
+ 5
219
+ 7
220
+ 16
221
+ 64
222
+ 47
223
+ 49
224
+ 2
225
+ 1
226
+ 15
227
+ 5
228
+ 45
229
+ 17
230
+ 18
231
+ 47
232
+ 49
233
+ 5
234
+ 1
235
+ 15
236
+ 5
237
+ 7
238
+ 6
239
+ 64
240
+ 47
241
+ 49
242
+ 2
243
+ 1
244
+ 15
245
+ 5
246
+ 7
247
+ 19
248
+ 64
249
+ 47
250
+ 49
251
+ 2
252
+ 1
253
+ 15
254
+ 5
255
+ 45
256
+ 20
257
+ 21
258
+ 47
259
+ 49
260
+ 5
261
+ 1
262
+ 15
263
+ 5
264
+ 7
265
+ 6
266
+ 64
267
+ 47
268
+ 49
269
+ 2
270
+ 1
271
+ 15
272
+ 5
273
+ 7
274
+ 22
275
+ 64
276
+ 47
277
+ 49
278
+ 2
279
+ 1
280
+ 15
281
+ 5
282
+ 45
283
+ 23
284
+ 24
285
+ 47
286
+ 49
287
+ 5
288
+ 1
289
+ 15
290
+ 5
291
+ 7
292
+ 6
293
+ 64
294
+ 47
295
+ 49
296
+ 2
297
+ 1
298
+ 15
299
+ 5
300
+ 7
301
+ 25
302
+ 64
303
+ 47
304
+ 49
305
+ 2
306
+ 1
307
+ 15
308
+ 5
309
+ 45
310
+ 26
311
+ 27
312
+ 47
313
+ 49
314
+ 5
315
+ 1
316
+ 15
317
+ 5
318
+ 7
319
+ 6
320
+ 64
321
+ 47
322
+ 49
323
+ 2
324
+ 1
325
+ 15
326
+ 5
327
+ 7
328
+ 28
329
+ 64
330
+ 47
331
+ 49
332
+ 2
333
+ 1
334
+ 15
335
+ 5
336
+ 45
337
+ 29
338
+ 30
339
+ 47
340
+ 49
341
+ 5
342
+ 1
343
+ 15
344
+ 5
345
+ 7
346
+ 6
347
+ 64
348
+ 47
349
+ 49
350
+ 2
351
+ 1
352
+ 15
353
+ 5
354
+ 7
355
+ 31
356
+ 64
357
+ 47
358
+ 49
359
+ 2
360
+ 1
361
+ 15
362
+ 5
363
+ 45
364
+ 32
365
+ 33
366
+ 47
367
+ 49
368
+ 5
369
+ 1
370
+ 15
371
+ 5
372
+ 7
373
+ 6
374
+ 64
375
+ 47
376
+ 49
377
+ 2
378
+ 1
379
+ 15
380
+ 5
381
+ 7
382
+ 34
383
+ 64
384
+ 47
385
+ 49
386
+ 2
387
+ 1
388
+ 15
389
+ 5
390
+ 45
391
+ 35
392
+ 36
393
+ 47
394
+ 49
395
+ 5
396
+ 1
397
+ 15
398
+ 5
399
+ 7
400
+ 6
401
+ 64
402
+ 47
403
+ 49
404
+ 2
405
+ 1
406
+ 15
407
+ 5
408
+ 7
409
+ 37
410
+ 64
411
+ 47
412
+ 49
413
+ 2
414
+ 1
415
+ 15
416
+ 5
417
+ 45
418
+ 38
419
+ 39
420
+ 47
421
+ 49
422
+ 5
423
+ 1
424
+ 15
425
+ 5
426
+ 7
427
+ 6
428
+ 64
429
+ 47
430
+ 49
431
+ 2
432
+ 1
433
+ 15
434
+ 5
435
+ 7
436
+ 40
437
+ 64
438
+ 47
439
+ 49
440
+ 2
441
+ 1
442
+ 15
443
+ 5
444
+ 45
445
+ 41
446
+ 42
447
+ 47
448
+ 49
449
+ 5
450
+ 1
451
+ 15
452
+ 5
453
+ 7
454
+ 6
455
+ 64
456
+ 47
457
+ 49
458
+ 2
459
+ 1
460
+ 15
461
+ 5
462
+ 7
463
+ 43
464
+ 64
465
+ 47
466
+ 49
467
+ 2
468
+ 1
469
+ 15
470
+ 5
471
+ 45
472
+ 44
473
+ 45
474
+ 47
475
+ 49
476
+ 5
477
+ 1
478
+ 15
479
+ 5
480
+ 7
481
+ 6
482
+ 64
483
+ 47
484
+ 49
485
+ 2
486
+ 1
487
+ 15
488
+ 5
489
+ 7
490
+ 46
491
+ 64
492
+ 47
493
+ 49
494
+ 2
495
+ 1
496
+ 15
497
+ 5
498
+ 45
499
+ 47
500
+ 48
501
+ 47
502
+ 49
503
+ 5
504
+ 1
505
+ 15
506
+ 5
507
+ 7
508
+ 6
509
+ 64
510
+ 47
511
+ 49
512
+ 2
513
+ 1
514
+ 15
515
+ 5
516
+ 7
517
+ 49
518
+ 64
519
+ 47
520
+ 49
521
+ 2
522
+ 1
523
+ 15
524
+ 5
525
+ 45
526
+ 50
527
+ 51
528
+ 47
529
+ 49
530
+ 5
531
+ 1
532
+ 15
533
+ 5
534
+ 7
535
+ 6
536
+ 64
537
+ 47
538
+ 49
539
+ 2
540
+ 1
541
+ 15
542
+ 5
543
+ 7
544
+ 52
545
+ 64
546
+ 47
547
+ 49
548
+ 2
549
+ 1
550
+ 15
551
+ 5
552
+ 45
553
+ 53
554
+ 54
555
+ 47
556
+ 49
557
+ 5
558
+ 1
559
+ 15
560
+ 5
561
+ 7
562
+ 6
563
+ 64
564
+ 47
565
+ 49
566
+ 2
567
+ 1
568
+ 15
569
+ 5
570
+ 7
571
+ 55
572
+ 64
573
+ 47
574
+ 49
575
+ 2
576
+ 1
577
+ 15
578
+ 5
579
+ 45
580
+ 56
581
+ 57
582
+ 47
583
+ 49
584
+ 5
585
+ 1
586
+ 15
587
+ 5
588
+ 7
589
+ 6
590
+ 64
591
+ 47
592
+ 49
593
+ 2
594
+ 1
595
+ 15
596
+ 5
597
+ 7
598
+ 58
599
+ 64
600
+ 47
601
+ 49
602
+ 2
603
+ 1
604
+ 15
605
+ 5
606
+ 45
607
+ 59
608
+ 60
609
+ 47
610
+ 49
611
+ 5
612
+ 1
613
+ 15
614
+ 5
615
+ 7
616
+ 6
617
+ 64
618
+ 47
619
+ 49
620
+ 2
621
+ 1
622
+ 15
623
+ 5
624
+ 7
625
+ 61
626
+ 64
627
+ 47
628
+ 49
629
+ 2
630
+ 1
631
+ 15
632
+ 5
633
+ 45
634
+ 62
635
+ 63
636
+ 47
637
+ 49
638
+ 5
639
+ 1
640
+ 15
641
+ 5
642
+ 7
643
+ 6
644
+ 64
645
+ 47
646
+ 49
647
+ 2
648
+ 1
649
+ 15
650
+ 5
651
+ 7
652
+ 64
653
+ 64
654
+ 47
655
+ 49
656
+ 2
657
+ 1
658
+ 15
659
+ 5
660
+ 45
661
+ 65
662
+ 66
663
+ 47
664
+ 49
665
+ 5
666
+ 1
667
+ 15
668
+ 5
669
+ 7
670
+ 6
671
+ 64
672
+ 47
673
+ 49
674
+ 2
675
+ 1
676
+ 15
677
+ 5
678
+ 7
679
+ 67
680
+ 64
681
+ 47
682
+ 49
683
+ 2
684
+ 1
685
+ 15
686
+ 5
687
+ 45
688
+ 68
689
+ 69
690
+ 47
691
+ 49
692
+ 5
693
+ 1
694
+ 15
695
+ 5
696
+ 7
697
+ 6
698
+ 64
699
+ 47
700
+ 49
701
+ 2
702
+ 1
703
+ 15
704
+ 5
705
+ 7
706
+ 70
707
+ 64
708
+ 47
709
+ 49
710
+ 2
711
+ 1
712
+ 15
713
+ 5
714
+ 45
715
+ 71
716
+ 72
717
+ 47
718
+ 49
719
+ 5
720
+ 1
721
+ 15
722
+ 5
723
+ 7
724
+ 6
725
+ 64
726
+ 47
727
+ 49
728
+ 2
729
+ 1
730
+ 15
731
+ 5
732
+ 7
733
+ 73
734
+ 64
735
+ 47
736
+ 49
737
+ 2
738
+ 1
739
+ 15
740
+ 5
741
+ 45
742
+ 74
743
+ 75
744
+ 47
745
+ 49
746
+ 5
747
+ 1
748
+ 15
749
+ 5
750
+ 7
751
+ 6
752
+ 64
753
+ 47
754
+ 49
755
+ 2
756
+ 1
757
+ 15
758
+ 5
759
+ 7
760
+ 76
761
+ 64
762
+ 47
763
+ 49
764
+ 2
765
+ 1
766
+ 15
767
+ 5
768
+ 45
769
+ 77
770
+ 78
771
+ 47
772
+ 49
773
+ 5
774
+ 1
775
+ 15
776
+ 5
777
+ 7
778
+ 6
779
+ 64
780
+ 47
781
+ 49
782
+ 2
783
+ 1
784
+ 15
785
+ 5
786
+ 7
787
+ 79
788
+ 64
789
+ 47
790
+ 49
791
+ 2
792
+ 1
793
+ 15
794
+ 5
795
+ 45
796
+ 80
797
+ 81
798
+ 47
799
+ 49
800
+ 5
801
+ 1
802
+ 15
803
+ 5
804
+ 7
805
+ 6
806
+ 64
807
+ 47
808
+ 49
809
+ 2
810
+ 1
811
+ 15
812
+ 5
813
+ 7
814
+ 82
815
+ 64
816
+ 47
817
+ 49
818
+ 2
819
+ 1
820
+ 15
821
+ 5
822
+ 45
823
+ 83
824
+ 84
825
+ 47
826
+ 49
827
+ 5
828
+ 1
829
+ 15
830
+ 5
831
+ 7
832
+ 6
833
+ 64
834
+ 47
835
+ 49
836
+ 2
837
+ 1
838
+ 15
839
+ 5
840
+ 7
841
+ 85
842
+ 64
843
+ 47
844
+ 49
845
+ 2
846
+ 1
847
+ 15
848
+ 5
849
+ 45
850
+ 86
851
+ 87
852
+ 47
853
+ 49
854
+ 5
855
+ 1
856
+ 15
857
+ 5
858
+ 7
859
+ 6
860
+ 64
861
+ 47
862
+ 49
863
+ 2
864
+ 1
865
+ 15
866
+ 5
867
+ 7
868
+ 88
869
+ 64
870
+ 47
871
+ 49
872
+ 2
873
+ 1
874
+ 15
875
+ 5
876
+ 45
877
+ 89
878
+ 90
879
+ 47
880
+ 49
881
+ 5
882
+ 1
883
+ 15
884
+ 5
885
+ 7
886
+ 6
887
+ 64
888
+ 47
889
+ 49
890
+ 2
891
+ 1
892
+ 15
893
+ 5
894
+ 7
895
+ 91
896
+ 64
897
+ 47
898
+ 49
899
+ 2
900
+ 1
901
+ 15
902
+ 5
903
+ 45
904
+ 92
905
+ 93
906
+ 47
907
+ 49
908
+ 5
909
+ 1
910
+ 15
911
+ 5
912
+ 7
913
+ 6
914
+ 64
915
+ 47
916
+ 49
917
+ 2
918
+ 1
919
+ 15
920
+ 5
921
+ 7
922
+ 94
923
+ 64
924
+ 47
925
+ 49
926
+ 2
927
+ 1
928
+ 15
929
+ 5
930
+ 45
931
+ 95
932
+ 96
933
+ 47
934
+ 49
935
+ 5
936
+ 1
937
+ 15
938
+ 5
939
+ 7
940
+ 6
941
+ 64
942
+ 47
943
+ 49
944
+ 2
945
+ 1
946
+ 15
947
+ 5
948
+ 48
949
+ 97
950
+ 15
951
+ 5
952
+ 48
953
+ 98
954
+ 30
955
+ 8
956
+ 906
957
+ 26
958
+ 93
959
+ 2
960
+ 15
961
+ 24
962
+ 13
963
+ 45
964
+ 99
965
+ 100
966
+ 12
967
+ 49
968
+ 101
969
+ 1
970
+ 10
971
+ 882
972
+ 8
973
+ 901
974
+ 15
975
+ 24
976
+ 19
977
+ 0
978
+ 15
979
+ 5
980
+ 48
981
+ 102
982
+ 15
983
+ 5
984
+ 20
985
+ 0
986
+ 47
987
+ 49
988
+ 103
989
+ 1
990
+ 25
991
+ 8
992
+ 906
993
+ 15
994
+ 92
995
+ 2
996
+ 27
997
+ 34
998
+ 92
999
+ 1
1000
+ 27
1001
+ 30
1002
+ 8
1003
+ 919
1004
+ 26
1005
+ 5
1006
+ 48
1007
+ 102
1008
+ 15
1009
+ 27
1010
+ 34
1011
+ 5
1012
+ 48
1013
+ 102
1014
+ 15
1015
+ 11
1016
+ I
1017
+ 7
1018
+ I
1019
+ 1
1020
+ I
1021
+ 0
1022
+ I
1023
+ 0
1024
+ n
1025
+ p
1026
+ 104
1027
+ x
1028
+ 7
1029
+ initscr
1030
+ s
1031
+ 28
1032
+ Upper left corner
1033
+ x
1034
+ 6
1035
+ addstr
1036
+ x
1037
+ 12
1038
+ ACS_ULCORNER
1039
+ n
1040
+ x
1041
+ 5
1042
+ addch
1043
+ s
1044
+ 1
1045
+
1046
+
1047
+ s
1048
+ 28
1049
+ Lower left corner
1050
+ x
1051
+ 12
1052
+ ACS_LLCORNER
1053
+ n
1054
+ s
1055
+ 28
1056
+ Lower right corner
1057
+ x
1058
+ 12
1059
+ ACS_LRCORNER
1060
+ n
1061
+ s
1062
+ 28
1063
+ Tee pointing right
1064
+ x
1065
+ 8
1066
+ ACS_LTEE
1067
+ n
1068
+ s
1069
+ 28
1070
+ Tee pointing left
1071
+ x
1072
+ 8
1073
+ ACS_RTEE
1074
+ n
1075
+ s
1076
+ 28
1077
+ Tee pointing up
1078
+ x
1079
+ 8
1080
+ ACS_BTEE
1081
+ n
1082
+ s
1083
+ 28
1084
+ Tee pointing down
1085
+ x
1086
+ 8
1087
+ ACS_TTEE
1088
+ n
1089
+ s
1090
+ 28
1091
+ Horizontal line
1092
+ x
1093
+ 9
1094
+ ACS_HLINE
1095
+ n
1096
+ s
1097
+ 28
1098
+ Vertical line
1099
+ x
1100
+ 9
1101
+ ACS_VLINE
1102
+ n
1103
+ s
1104
+ 28
1105
+ Large Plus or cross over
1106
+ x
1107
+ 8
1108
+ ACS_PLUS
1109
+ n
1110
+ s
1111
+ 28
1112
+ Scan Line 1
1113
+ x
1114
+ 6
1115
+ ACS_S1
1116
+ n
1117
+ s
1118
+ 28
1119
+ Scan Line 3
1120
+ x
1121
+ 6
1122
+ ACS_S3
1123
+ n
1124
+ s
1125
+ 28
1126
+ Scan Line 7
1127
+ x
1128
+ 6
1129
+ ACS_S7
1130
+ n
1131
+ s
1132
+ 28
1133
+ Scan Line 9
1134
+ x
1135
+ 6
1136
+ ACS_S9
1137
+ n
1138
+ s
1139
+ 28
1140
+ Diamond
1141
+ x
1142
+ 11
1143
+ ACS_DIAMOND
1144
+ n
1145
+ s
1146
+ 28
1147
+ Checker board (stipple)
1148
+ x
1149
+ 11
1150
+ ACS_CKBOARD
1151
+ n
1152
+ s
1153
+ 28
1154
+ Degree Symbol
1155
+ x
1156
+ 10
1157
+ ACS_DEGREE
1158
+ n
1159
+ s
1160
+ 28
1161
+ Plus/Minus Symbol
1162
+ x
1163
+ 11
1164
+ ACS_PLMINUS
1165
+ n
1166
+ s
1167
+ 28
1168
+ Bullet
1169
+ x
1170
+ 10
1171
+ ACS_BULLET
1172
+ n
1173
+ s
1174
+ 28
1175
+ Arrow Pointing Left
1176
+ x
1177
+ 10
1178
+ ACS_LARROW
1179
+ n
1180
+ s
1181
+ 28
1182
+ Arrow Pointing Right
1183
+ x
1184
+ 10
1185
+ ACS_RARROW
1186
+ n
1187
+ s
1188
+ 28
1189
+ Arrow Pointing Down
1190
+ x
1191
+ 10
1192
+ ACS_DARROW
1193
+ n
1194
+ s
1195
+ 28
1196
+ Arrow Pointing Up
1197
+ x
1198
+ 10
1199
+ ACS_UARROW
1200
+ n
1201
+ s
1202
+ 28
1203
+ Board of squares
1204
+ x
1205
+ 9
1206
+ ACS_BOARD
1207
+ n
1208
+ s
1209
+ 28
1210
+ Lantern Symbol
1211
+ x
1212
+ 11
1213
+ ACS_LANTERN
1214
+ n
1215
+ s
1216
+ 28
1217
+ Solid Square Block
1218
+ x
1219
+ 9
1220
+ ACS_BLOCK
1221
+ n
1222
+ s
1223
+ 28
1224
+ Less/Equal sign
1225
+ x
1226
+ 10
1227
+ ACS_LEQUAL
1228
+ n
1229
+ s
1230
+ 28
1231
+ Greater/Equal sign
1232
+ x
1233
+ 10
1234
+ ACS_GEQUAL
1235
+ n
1236
+ s
1237
+ 28
1238
+ Pi
1239
+ x
1240
+ 6
1241
+ ACS_PI
1242
+ n
1243
+ s
1244
+ 28
1245
+ Not equal
1246
+ x
1247
+ 10
1248
+ ACS_NEQUAL
1249
+ n
1250
+ s
1251
+ 28
1252
+ UK pound sign
1253
+ x
1254
+ 12
1255
+ ACS_STERLING
1256
+ n
1257
+ x
1258
+ 7
1259
+ refresh
1260
+ x
1261
+ 5
1262
+ getch
1263
+ x
1264
+ 13
1265
+ StandardError
1266
+ n
1267
+ x
1268
+ 3
1269
+ ===
1270
+ x
1271
+ 6
1272
+ endwin
1273
+ x
1274
+ 1
1275
+ p
1276
+ p
1277
+ 93
1278
+ I
1279
+ -1
1280
+ I
1281
+ 5
1282
+ I
1283
+ 0
1284
+ I
1285
+ 7
1286
+ I
1287
+ 7
1288
+ I
1289
+ 30
1290
+ I
1291
+ e
1292
+ I
1293
+ 7
1294
+ I
1295
+ 12
1296
+ I
1297
+ 9
1298
+ I
1299
+ 2d
1300
+ I
1301
+ a
1302
+ I
1303
+ 48
1304
+ I
1305
+ b
1306
+ I
1307
+ 63
1308
+ I
1309
+ c
1310
+ I
1311
+ 7e
1312
+ I
1313
+ d
1314
+ I
1315
+ 99
1316
+ I
1317
+ e
1318
+ I
1319
+ b4
1320
+ I
1321
+ f
1322
+ I
1323
+ cf
1324
+ I
1325
+ 10
1326
+ I
1327
+ ea
1328
+ I
1329
+ 11
1330
+ I
1331
+ 105
1332
+ I
1333
+ 12
1334
+ I
1335
+ 120
1336
+ I
1337
+ 13
1338
+ I
1339
+ 13b
1340
+ I
1341
+ 14
1342
+ I
1343
+ 156
1344
+ I
1345
+ 15
1346
+ I
1347
+ 171
1348
+ I
1349
+ 16
1350
+ I
1351
+ 18c
1352
+ I
1353
+ 17
1354
+ I
1355
+ 1a7
1356
+ I
1357
+ 18
1358
+ I
1359
+ 1c2
1360
+ I
1361
+ 19
1362
+ I
1363
+ 1dd
1364
+ I
1365
+ 1a
1366
+ I
1367
+ 1f8
1368
+ I
1369
+ 1b
1370
+ I
1371
+ 213
1372
+ I
1373
+ 1c
1374
+ I
1375
+ 22e
1376
+ I
1377
+ 1d
1378
+ I
1379
+ 249
1380
+ I
1381
+ 1e
1382
+ I
1383
+ 264
1384
+ I
1385
+ 1f
1386
+ I
1387
+ 27f
1388
+ I
1389
+ 20
1390
+ I
1391
+ 29a
1392
+ I
1393
+ 21
1394
+ I
1395
+ 2b5
1396
+ I
1397
+ 22
1398
+ I
1399
+ 2d0
1400
+ I
1401
+ 23
1402
+ I
1403
+ 2eb
1404
+ I
1405
+ 24
1406
+ I
1407
+ 306
1408
+ I
1409
+ 25
1410
+ I
1411
+ 321
1412
+ I
1413
+ 26
1414
+ I
1415
+ 33c
1416
+ I
1417
+ 27
1418
+ I
1419
+ 357
1420
+ I
1421
+ 29
1422
+ I
1423
+ 35b
1424
+ I
1425
+ 2a
1426
+ I
1427
+ 361
1428
+ I
1429
+ 0
1430
+ I
1431
+ 366
1432
+ I
1433
+ 2b
1434
+ I
1435
+ 373
1436
+ I
1437
+ 2e
1438
+ I
1439
+ 374
1440
+ I
1441
+ 2b
1442
+ I
1443
+ 377
1444
+ I
1445
+ 2c
1446
+ I
1447
+ 37b
1448
+ I
1449
+ 2d
1450
+ I
1451
+ 38a
1452
+ I
1453
+ 0
1454
+ I
1455
+ 391
1456
+ I
1457
+ 2f
1458
+ I
1459
+ 397
1460
+ I
1461
+ 2f
1462
+ I
1463
+ 39c
1464
+ x
1465
+ 58
1466
+ /home/seano/Dropbox/work/ffi-ncurses/examples/acs_chars.rb
1467
+ p
1468
+ 1
1469
+ x
1470
+ 1
1471
+ e
1472
+ x
1473
+ 17
1474
+ method_visibility
1475
+ x
1476
+ 15
1477
+ add_defn_method
1478
+ p
1479
+ 9
1480
+ I
1481
+ 0
1482
+ I
1483
+ 1
1484
+ I
1485
+ 9
1486
+ I
1487
+ 3
1488
+ I
1489
+ 14
1490
+ I
1491
+ 5
1492
+ I
1493
+ 22
1494
+ I
1495
+ 33
1496
+ I
1497
+ 28
1498
+ x
1499
+ 58
1500
+ /home/seano/Dropbox/work/ffi-ncurses/examples/acs_chars.rb
1501
+ p
1502
+ 0