Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563479 views
#############################################################################
##
#W  ncurses.gd            GAP 4 package `Browse'                 Frank Lübeck
##
#Y  Copyright (C) 2006-2007, Lehrstuhl D für Mathematik, RWTH Aachen, Germany
##
##  Note that the kernel has generated the record 'NCurses'.
##  

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