===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
konsole-20.08.3/doc/developer/old-documents/VT100/genPl.pl.txt-206-        print("\"$Code[1]\", ") if ($Code[0] ne 'CTL');
konsole-20.08.3/doc/developer/old-documents/VT100/genPl.pl.txt:207:        printf("%d, ",eval($Code[1])) if ($Code[0] eq 'CTL');
konsole-20.08.3/doc/developer/old-documents/VT100/genPl.pl.txt-208-      }
##############################################
konsole-20.08.3/doc/developer/old-documents/More/Eterm.ref-349-	editors, an action string can be be starting with the following:
konsole-20.08.3/doc/developer/old-documents/More/Eterm.ref:350:		`M-...',	eg, `M-$'	== `\E$'
konsole-20.08.3/doc/developer/old-documents/More/Eterm.ref-351-	and for Meta-x commands, a carriage-return will be appended if
##############################################
konsole-20.08.3/doc/developer/old-documents/More/vt100_colorized_termcap.txt-217-  setenv TERM vt220
konsole-20.08.3/doc/developer/old-documents/More/vt100_colorized_termcap.txt:218:  setenv TERMCAP `cat ${TERMINFO}/TERMCAP.vt220`
konsole-20.08.3/doc/developer/old-documents/More/vt100_colorized_termcap.txt-219-  # setenv TERMCAP `~/.terminfo/maketc`
##############################################
konsole-20.08.3/doc/developer/old-documents/More/vt100_colorized_termcap.txt-282-a colour	'setenv TERMINFO ~/.terminfo ; \
konsole-20.08.3/doc/developer/old-documents/More/vt100_colorized_termcap.txt:283:		setenv TERMCAP `cat ${TERMINFO}/TERMCAP` ; seterm vt220'
konsole-20.08.3/doc/developer/old-documents/More/vt100_colorized_termcap.txt-284-a rows		'stty rows \!:1    ; setenv LINES \!:1   ; cols 80'