File: tmkrc

package info (click to toggle)
ocaml-curses 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 328 kB
  • ctags: 869
  • sloc: ml: 2,832; ansic: 673; makefile: 140; sh: 10
file content (13 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
style[all]="FwBl"
style[focus]="<GBr"
("*.liste") {
  scroll_step=1
  style[all]="BwFb"
  style[focus]="<Br"
  style[selected]="<By"
}

("*.entry") {
  style[all]="ByFb"
  style[focus]="<Bc"
}