File: ncurses.gd

package info (click to toggle)
gap-browse 1.8.21%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,296 kB
  • sloc: xml: 1,961; ansic: 1,342; makefile: 163; javascript: 155; sh: 20
file content (9 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#############################################################################
##
#W  ncurses.gd            GAP 4 package `Browse'                 Frank Lübeck
##
##  Note that the kernel has generated the record 'NCurses'.
##  

NCurses.CTRL := function(c) return CharInt(IntChar(c) mod 32); end;