|
From: | Sumedh Pendurkar |
Subject: | Re: [Nano-devel] adding a word-completion feature to nano |
Date: | Sun, 6 Nov 2016 18:31:17 +0530 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
Hi,
Just another approach to solve this issue.instead of using do_backspace() or charmove we can use do_undo() and suppress the message on statusline.then discard_until(openfile->current_undo, openfile); This was just to replace those backspace/charmove function.
solved that issue..suppressed that message in do_undo function.temporarily disabled wrapping words before do_output and then do the wrap. so that only one item gets added in undo stack.
Please find the attachment. Thanks & Regards, Sumedh Pendurkar
0005-replaced-charmove-by-do_undo-also-fixed-issue-when-w.patch
Description: Text Data
[Prev in Thread] | Current Thread | [Next in Thread] |