]> Sergey Matveev's repositories - nnn.git/commit
stop readline from overwriting LINES
author0xACE <0xaced@gmail.com>
Tue, 16 Jul 2019 02:25:01 +0000 (04:25 +0200)
committer0xACE <0xaced@gmail.com>
Tue, 16 Jul 2019 02:37:38 +0000 (04:37 +0200)
commit3f33f0afb9f61365268462e99466ded1180d9bd9
tree9c3c4f50d8f4bbb3bda72d64b505afc9f30fa731
parentfee2c339cc635b826cc83e79a4ecd7aec24e4244
stop readline from overwriting LINES

The problem was that readline would completely block LINES from updating
after prompting the user. I'm not entirely sure why this happened, but
at least this patch fixes the problem.
src/nnn.c