README_SBo.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. These terminals and TERM settings were tested and work fine:
  2. Terminal TERM Notes
  3. ---------------+-------+------------------------------------------------
  4. Linux console | linux | Default TERM setting.
  5. rxvt | rxvt | Default TERM setting.
  6. urxvt | rxvt | But *not* the default of "rxvt-unicode"!
  7. xterm | xterm | Or "xterm-color". Enable "meta sends escape",
  8. | | or use Escape as the meta key.
  9. xcfe4-terminal | xterm | Works, but e.g. Alt-F activates the terminal's
  10. | | own "File" menu, so you have to use Esc-F for
  11. | | bed's "File" menu. Default TERM setting.
  12. konsole | xterm | Default TERM setting.
  13. See also the TERMINALS section of bed's man page.
  14. Two quick things to test, the first time you start up bed:
  15. F7 and F8 should switch between Ascii and Digit-Hex input modes in the
  16. status bar at the bottom of the screen. If they don't, try running bed as
  17. 'TERM=rxvt bed' or 'TERM=xterm-color bed'. If this works, you can define
  18. it as a shell alias in e.g. ~/.bash_profile. If you're launching bed
  19. from the KDE or XFCE start menu, you can likely force TERM from within
  20. bed's config file (~/.bedrc or /usr/lib64/bed-3.0.0/bedrc).
  21. Alt-X should exit the program. If it doesn't (if it does nothing, or does
  22. some other function like moving the cursor), try pressing Escape followed
  23. by X. If this works, you can either use Escape instead of the Alt key for
  24. all "Meta" commands, or else reconfigure your terminal. In xterm, this
  25. can be done with the ctrl-leftclick menu (enable "Meta Sends Escape"),
  26. or set xterm's metaSendsEscape and/or altSendsEscape resources to 'true'
  27. in ~/.Xdefaults.
  28. It should be possible to define a set of keybinds for bed that work with
  29. any terminal and TERM, with "bed -k ~/.bedrc". No, I don't know what a
  30. "stab" key is, either (just pick an otherwise-unused keystroke for it).
  31. I also don't know why it asks you to press the various keys in a seemingly
  32. random order... but it does work.