Knowledge Base

00393: Program demonstrating the use of fonts for GUI controls

Title: Program demonstrating the use of fonts for GUI controls Description: REM Setup sysgui device window         open(100) “X0”         dim e$:tmpl(100)         dim s$:tmpl(100,IND=0)         s$=fin(100)         print(100)’window'((s.screen_width-470)/2,50,470,180,”Font Example”,$02$,$03000000$)REM […]

00393: Program demonstrating the use of fonts for GUI controls Read More »

00549: Linux console termcap entry

Title: Linux console termcap entry Description: # # Linux console # linux-m|console-m|Linux console (monochrome):         :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:co#80:         :dc=\E[P:dl=\E[M:bt=\E[Z:ei=:ho=\E[H:ic=\E[@:im=:li#25:         :ms:pt:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:         :kh=\E[1~:kb=^h:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:         :up=\E[A:do=\E[B:nd=\E[C:bc=\E[D:         :sf=\E[S:sr=\E[T:RT=^J:         :GS=\E(0:GE=\E(B:G1=\153:G2=\154:G3=\155:G4=\152:         :GH=\161:GV=\170:GR=\164:GL=\165:kb=\177:         :GD=\167:GU=\166:GC=\156:

00549: Linux console termcap entry Read More »