summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2016-08-21 13:00:30 +1000
committerMichael Hoang <enzime@users.noreply.github.com>2016-08-21 13:00:36 +1000
commit5dd709c9dcc6255bede0e419f226cf4bddecc2c9 (patch)
tree2b268b51e46a0883654fad9422bb464625415674 /.travis.yml
parentb093aa028839e26d19bf7ceefaf4666a036ec5da (diff)
downloadranger-5dd709c9dcc6255bede0e419f226cf4bddecc2c9.tar.gz
Fix cursor being lost when changing viewmodes
This results from finalize being called in order for the widgets.
Previously when ranger changed viewmodes, it would delete then readd the widget
object which meant that the finalize for the viewmode was called last instead
of before console, which meant the finalize of the viewmode was setting
and overriding the cursor position.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions
href='#n97'>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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190