openbsd-ports/x11/ion/patches/patch-scripts_ion-edit
naddy bd57de5022 Initial import of ion-20001229; from Brian Kifiak <bk@rt.fm>.
Ion is a new kind of window manager that brings a text-editorish, keyboard
friendly user interface to window management.
2001-01-02 14:50:35 +00:00

8 lines
305 B
Plaintext

$OpenBSD: patch-scripts_ion-edit,v 1.1.1.1 2001/01/02 14:50:35 naddy Exp $
--- scripts/ion-edit.orig Tue Aug 29 00:03:43 2000
+++ scripts/ion-edit Sat Dec 30 20:18:19 2000
@@ -1,2 +1,2 @@
#!/bin/sh
-exec run-mailcap --action=edit "$1" > /dev/null
+exec ion-runinxterm -T "$1" ${EDITOR-${VISUAL-vi}} "$1"