/**/# -> XCOMM

This commit is contained in:
espie 2003-12-31 03:39:36 +00:00
parent c907cf467c
commit 331bb9bd5f
3 changed files with 28 additions and 13 deletions

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-Imakefile,v 1.1 2003/12/31 03:39:36 espie Exp $
--- Imakefile.orig 2003-12-31 04:34:34.000000000 +0100
+++ Imakefile 2003-12-31 04:34:44.000000000 +0100
@@ -1,8 +1,8 @@
#include <XView.tmpl>
-/**/##########################################################################
-/**/# @(#)Imakefile 1.6 90/07/17 SMI
-/**/# Imakefile for textedit
+XCOMM #########################################################################
+XCOMM @(#)Imakefile 1.6 90/07/17 SMI
+XCOMM Imakefile for textedit
DEFINES = -DSTANDALONE
INCLUDES = -I/usr/openwin/include -I$(HEADER_DEST) -I$(TOP)

View File

@ -1,6 +1,6 @@
--- textedit.c.orig Tue Sep 15 15:37:56 1998
+++ textedit.c Tue Sep 15 15:55:11 1998
@@ -17,7 +17,7 @@
--- textedit.c.orig 1995-04-19 00:53:43.000000000 +0200
+++ textedit.c 2003-12-30 17:19:49.000000000 +0100
@@ -17,7 +17,7 @@ static char sccsid[] = "@(#)textedit.c 1
#include <fcntl.h>
#include <stdio.h>
@ -9,7 +9,7 @@
#include <X11/X.h>
#include <xview/defaults.h>
#include <xview/font.h>
@@ -31,19 +31,11 @@
@@ -31,19 +31,11 @@ static char sccsid[] = "@(#)textedit.c 1
#include <xview/sel_svc.h>
#include <xview/sel_attrs.h>
@ -31,7 +31,7 @@
void frame_cmdline_help();
static int off();
static Notify_value mysigproc();
@@ -312,7 +304,8 @@
@@ -312,7 +304,8 @@ Update_icon_text:
if (pass_on)
(void)textsw_default_notify(textsw_local, attributes);
if (repaint) {
@ -41,7 +41,7 @@
(caps_lock_on) ? "[CAPS] " : "",
current_filename,
(was_read_only) ? " (read only)"
@@ -521,7 +514,7 @@
@@ -521,7 +514,7 @@ textedit_main(argc, argv)
FRAME_LABEL, "Text Editor",
FRAME_SHOW_LABEL, TRUE,
FRAME_CMDLINE_HELP_PROC, my_frame_help,
@ -50,7 +50,7 @@
HELP_DATA, "sunview:textedit",
#endif
0);
@@ -998,7 +991,7 @@
@@ -998,7 +991,7 @@ Die:
/*
* Misc. utilities
*/

View File

@ -1,6 +1,6 @@
--- textedit.man.orig Tue Sep 15 15:57:01 1998
+++ textedit.man Tue Sep 15 15:59:39 1998
@@ -7,7 +7,7 @@
--- textedit.man.orig 1995-04-19 00:53:43.000000000 +0200
+++ textedit.man 2003-12-30 17:19:49.000000000 +0100
@@ -7,7 +7,7 @@ textedit
.SH SYNOPSIS
.B textedit
[
@ -9,7 +9,7 @@
]
[
.B "\-Ea on\|" |\| off
@@ -95,10 +95,8 @@
@@ -95,10 +95,8 @@ textedit
]
.I filename
.SH AVAILABILITY
@ -22,7 +22,7 @@
.SH DESCRIPTION
.IX tools textedit "" "\fLtextedit\fR"
.LP
@@ -640,6 +638,13 @@
@@ -640,6 +638,13 @@ abnormal termination during initializati
usually due to a missing file or running out of swap space
.PD
.RE
@ -36,7 +36,7 @@
.SH BUGS
Multi-click to change the current selection does not work for
.BR "Adjust Selection" .
@@ -647,4 +652,3 @@
@@ -647,4 +652,3 @@ Multi-click to change the current select
Handling of long lines is incorrect in certain scrolling situations.
.LP
There is no way to replay any editing sequence except the most recent.