home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / voxrom / minlinux / minlxfr4.arj / LINUX / USR / LOCAL / ETC / SCREENRC < prev   
Text File  |  1995-03-30  |  4KB  |  109 lines

  1. #3.3
  2. # This is a global screenrc file
  3. # Install this file as /usr/local/etc/screenrc. See config.h
  4. #
  5. # Flaws of termcap and standard settings are done here.
  6. # Note: This file should not be shared between different hosts.
  7. #       The 'termcap' lines are written in termcap syntax.
  8. #       The syntax for a terminfo based host is slightly different.
  9. #
  10. #echo "-----------------------------------------------------------------------"
  11. #echo ""
  12. #echo "     This is iScreen version 3.2.13  -- Enjoy :-)"
  13. #echo ""
  14. #echo "     Coredumps zu mir, Beschwerden nach /dev/null! "
  15. #echo "     Vorbeugend bitte schon mal alle screenrc files"
  16. #echo "     genau einmal mit ~jnweiger/trojan_horse/newsyntax bearbeiten!"
  17. #echo "     -- und in hartnaeckigen Faellen screen.old verwenden"
  18. #echo ""
  19. #echo "            Juergen Weigert (jnweiger@immd4.informatik.uni-erlangen.de)"
  20. #echo "-----------------------------------------------------------------------"
  21. #echo "       >>>>>>>>>>>> Press RETURN to continue <<<<<<<<<<<<"
  22. #sleep 5
  23. startup_message off
  24.  
  25. #defflow on # will force iScreen to process ^S/^Q
  26.  
  27. #deflogin on
  28. autodetach off
  29.  
  30. # 'vbell on' without the prepended 'set' keyword will change the default for 
  31. # subsequently opened windows. With the 'set' keyword we would change
  32. # the setting of the currently active window.
  33. vbell on
  34. vbell_msg "Miauuuuuuu !!"
  35. #vbell_msg "   Wuff  ----  Wuff!!  "
  36.  
  37. # all termcap entries are now duplicated as terminfo entries.
  38. # only difference should be the slightly modified syntax, and check for
  39. # terminfo entries, that are already corected in the database.
  40. # G0     we have a SEMI-GRAPHICS-CHARACTER-MODE
  41. # WS    this sequence resizes our window.
  42. # cs    this sequence changes the scrollregion
  43. # hs@    we have no hardware statusline. iScreen will only believe that
  44. #       there is a hardware status line if hs,ts,fs,ds are all set.
  45. # ts    to statusline
  46. # fs    from statusline
  47. # ds    delete statusline
  48. # al    add one line
  49. # AL    add multiple lines
  50. # dl    delete one line
  51. # DL    delete multiple lines
  52. # ic    insert one char (space)
  53. # IC    insert multiple chars
  54. # xo    terminal uses xon/xoff
  55.  
  56. termcap  facit|vt100|xterm LP:G0
  57. terminfo facit|vt100|xterm LP:G0
  58.  
  59. #the vt100 description does not mention "dl". *sigh*
  60. termcap  vt100 dl=5\E[M
  61. terminfo vt100 dl=5\E[M
  62.  
  63. #facit's "al" / "dl"  are buggy if the current / last line
  64. #contain attributes...
  65. termcap  facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@
  66. terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@
  67.  
  68. #make sun termcap/info better
  69. termcap  sun 'up=^K:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:IC=\E[%d@:WS=1000\E[8;%d;%dt'
  70. terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC:IC=\E[%p1%d@:WS=\E[8;%p1%d;%p2%dt$<1000>'
  71.  
  72. #xterm understands both im/ic and doesn't have a status line.
  73. #Note: Do not specify im and ic in the real termcap/info file as
  74. #some programs (e.g. vi) will not work anymore.
  75. termcap  xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
  76. terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
  77.  
  78. # xs is xterm's two letter name.
  79. # story ... in earlier versions I used xterms here ... buggy sequent termcap
  80. # routines allowes 32 :tc=...: references per lifetime.... gave lots of OOPS
  81. # at the 32. reattach. ... to avoid that, I added the name Xterm as an alias 
  82. # to xterm in our termcap file.
  83. # why I don't take the entry called xterm? well, I own a verion of xterm that
  84. # allows window resizing. My private .iscreenrc adds WS to this entry.
  85.  
  86. termcap  xs 'hs:ts=\E]0;:fs=\007:ds=\E]0;iScreen\007:cs=\E[%i%d;%dr:LP:G0:im=\E[4h:ei=\E[4l'
  87. terminfo xs 'hs:ts=\E]0;:fs=\007:ds=\E]0;iScreen\007:cs=\E[%i%p1%d;%p2%dr:LP:G0:im=\E[4h:ei=\E[4l'
  88.  
  89. #make hp700 termcap/info better
  90. termcap  hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
  91. terminfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
  92.  
  93. #wyse-75-42 must have defflow control (xo = "terminal uses xon/xoff")
  94. #essential to have it here, as this is a slow terminal.
  95. termcap wy75-42 xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
  96. terminfo wy75-42 xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h
  97.  
  98. #remove some stupid / dangerous key bindings
  99. bind '^k'
  100. #bind 'L'
  101. bind '^\'
  102. #make them better
  103. bind '\\' quit
  104. bind 'K' kill
  105. #bind 'I' login on
  106. #bind 'O' login off
  107. bind '}' history
  108.