File: README

package info (click to toggle)
vifm 0.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,476 kB
  • ctags: 537
  • sloc: ansic: 8,720; sh: 7,551; makefile: 149
file content (15 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
See the INSTALL file for building instructions and the TODO file for what 
still needs to be implemented.

If you are interested in playing with the source code.

		vifm.c contains main() - which does basic initialization,
		ui.c - setup_ncurses_interface()  
		signals.c - setup_signals()  
		keys.c - main_key_press_cb() - the main loop.