Advertisement
ChefIron

Untitled

Feb 26th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. # Configuration for FbTerm
  2.  
  3. # Lines starting with '#' are ignored.
  4. # Note that end-of-line comments are NOT supported, comments must be on a line of their own.
  5.  
  6.  
  7. # font family names/pixelsize used by fbterm, multiple font family names must be seperated by ','
  8. # and using a fixed width font as the first is strongly recommended (Nexus, Neep, Modd, Terminus, Inconsolata)
  9. font-names=Inconsolata
  10. font-size=12
  11.  
  12. # force font width (and/or height), usually for non-fixed width fonts
  13. # legal value format: n (fw_new = n), +n (fw_new = fw_old + n), -n (fw_new = fw_old - n)
  14. #font-width=
  15. #font-height=
  16.  
  17. # default color of foreground/background text
  18. # available colors: 0 = black, 1 = red, 2 = green, 3 = brown, 4 = blue, 5 = magenta, 6 = cyan, 7 = white
  19. color-foreground=7
  20. color-background=0
  21.  
  22. # max scroll-back history lines of every window, value must be [0 - 65535], 0 means disable it
  23. history-lines=1000
  24.  
  25. # up to 5 additional text encodings, multiple encodings must be seperated by ','
  26. # run 'iconv --list' to get available encodings.
  27. text-encodings=
  28.  
  29. # cursor shape: 0 = underline, 1 = block
  30. # cursor flash interval in milliseconds, 0 means disable flashing
  31. cursor-shape=0
  32. cursor-interval=500
  33.  
  34. # additional ascii chars considered as part of a word while auto-selecting text, except ' ', 0-9, a-z, A-Z
  35. word-chars=._-
  36.  
  37. # change the clockwise orientation angle of screen display
  38. # available values: 0 = 0 degree, 1 = 90 degrees, 2 = 180 degrees, 3 = 270 degrees
  39. screen-rotate=0
  40.  
  41. # specify the favorite input method program to run
  42. input-method=
  43.  
  44. # treat ambiguous width characters as wide
  45. #ambiguous-wide=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement