ChangeSet ID: 102745765884744048987432 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/07/23 15:54:18
Modified files: win32 : console.c editline.c
Log message: Eric Pouech eric.pouech@wanadoo.fr Multi-line edit is now enabled. Fixed a buffer allocation error. Yank buffer is no longer destroyed after the first copy. Implemented the transpose word (alt-t) and redraw (ctrl-l) emacs-commands.
Patch: http://cvs.winehq.com/patch.py?id=102745765884744048987432
Revision Changes Path 1.97 +6 -7 wine/win32/console.c 1.11 +146 -46 wine/win32/editline.c