mirror of git://git.sv.gnu.org/nano.git
- cut.c:do_cut_text() - Fix incorrect cursor location when cutting long lines (David Benbennick)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1389 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
beca0eb699
commit
149781d827
|
@ -5,6 +5,10 @@ CVS Code -
|
|||
two strings that had no actual words in them that
|
||||
should be translated. Suggested originally by
|
||||
Christian Rose.
|
||||
- cut.c:
|
||||
do_cut_text()
|
||||
- Fix incorrect cursor location when cutting long lines
|
||||
(David Benbennick).
|
||||
- nano.c:
|
||||
main()
|
||||
- Call load_file with arg 0 for insert, as we aren't really
|
||||
|
|
Loading…
Reference in New Issue