summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-08 18:21:09 +0100
committerhut <hut@lavabit.com>2010-03-08 19:06:38 +0100
commit014c539270f8e31a1b3ff0aea57c00eadd67a9d3 (patch)
tree7351eaeae8faa2f213a0b7a15a54693c209971af /Makefile
parentb0be0b379601719ad84d88569d58f7d31f5b17fe (diff)
downloadranger-014c539270f8e31a1b3ff0aea57c00eadd67a9d3.tar.gz
disabled title drawing by default (buggy?)
In tty1 or other terminals without title, this would print
the current directory at the pointer position (on the screen)
on every redraw. Let's see if there's a way to fix that
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
a> 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154