mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-23 12:19:24 +00:00
* Fixed a segmentation fault that occured in multibyte locales when operation
was continued after vi had been stopped by ^Z, with the cursor positioned in a line longer than the terminal width as the last line of the current screen.
This commit is contained in:
@@ -70,12 +70,12 @@
|
||||
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* Sccsid @(#)ex_version.c 1.118 (gritter) 1/20/05
|
||||
* Sccsid @(#)ex_version.c 1.119 (gritter) 1/22/05
|
||||
*/
|
||||
|
||||
#include "ex.h"
|
||||
|
||||
static char *versionstring = "@(#)Version 4.0 (gritter) 1/20/05";
|
||||
static char *versionstring = "@(#)Version 4.0 (gritter) 1/22/05";
|
||||
|
||||
void
|
||||
printver(void)
|
||||
|
||||
Reference in New Issue
Block a user