summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-01-28 01:49:16 +0100
committerhut <hut@lavabit.com>2013-01-28 01:52:03 +0100
commit0aaa87c4843e964b3229814db9280769bc43aff9 (patch)
treee52660ae9117108f5bd86e1055ef5d3ffd84ec28 /Makefile
parent03910971926047e757c813ca8118b9d06ac85332 (diff)
downloadranger-0aaa87c4843e964b3229814db9280769bc43aff9.tar.gz
core.tab: fix incorrect pointer on tab change
To reproduce the bug that this patch fixes, do:
1. start in a place where the second item is a directory that contains
   at least two files  (the usual $HOME with sort_directories_first=True
   will likely do)
2. open (and enter) a new tab with ^N
3. move down and right, entering the directory. The cursor is now on
   file 1
4. switch to tab 1, then back to tab 2
5. now the cursor is on file 2 instead of file 1.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
ref='#n112'>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