Commit message (Expand) | Author | Age | Files | Lines | ||||
---|---|---|---|---|---|---|---|---|
* | Fixed bug #65 by adding flag "--fail-if-run" | hut | 2010-04-26 | 1 | -1/+5 | |||
* | updated pydoc | hut | 2010-04-20 | 5 | -248/+10 | |||
* | updated pydoc | hut | 2010-04-19 | 41 | -2286/+247 | |||
* | ranger.1: added S key to man page | hut | 2010-04-16 | 1 | -0/+3 | |||
* | Fixed suggested cd-after-exit-script for zsh | hut | 2010-04-13 | 1 | -1/+1 | |||
* | added doc/print_keys.py | hut | 2010-04-08 | 1 | -0/+14 | |||
* | corrected documentation | hut | 2010-04-06 | 1 | -1/+1 | |||
* | Improved tabs | hut | 2010-04-06 | 1 | -0/+3 | |||
* | updated keybindings and documentation | hut | 2010-04-06 | 1 | -1/+21 | |||
* | ranger.1: update | hut | 2010-04-01 | 1 | -4/+7 | |||
* | ranger.1: updated | hut | /* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#cccccc";
static const char normbgcolor[] = "#cccccc";
static const char normfgcolor[] = "#000000";
static const char selbordercolor[] = "#0066ff";
static const char selbgcolor[] = "#0066ff";
static const char selfgcolor[] = "#ffffff";
static uint borderpx = 1; /* border pixel of windows */
static uint snap = 32; /* snap pixel */
static Bool showbar = True; /* False means no bar */
static Bool topbar = True; /* False means bottom bar */
#ifdef XINERAMA
static uint xidx = 0; | new minor version v1.0.1 | hut | 2010-01-02 | 2 | -4/+4 |
* | updated pydoc documentation | hut | 2010-01-02 | 48 | -788/+3167 | |||
* | notify: merged into statusbar, allow to view the log in the pager | hut | 2010-01-01 | 3 | -35/+2 | |||
* | cleanups | hut | 2009-12-31 | 1 | -1/+5 | |||
* | rename filelist(container) to browsercolumn/browserview | hut | 2009-12-31 | 3 | -38/+76 | |||
* | updated uml project | hut | 2009-12-30 | 5 | -73/+215 | |||
* | shorten comment in ranger.py | hut | 2009-12-26 | 1 | -0/+4 | |||
* | moved /uml to /doc/uml | hut | 2009-12-25 | 14 | -0/+2180 | |||
* | Explained cd-after-exit feature | hut | 2009-12-25 | 1 | -0/+132 | |||
* | moved pydoc pages to doc/pydoc | hut | 2009-12-25 | 65 | -0/+0 | |||
* | updated pydoc pages | hut | 2009-12-25 | 65 | -0/+10505 |