summaryrefslogtreecommitdiffstats
path: root/development/se/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/se/README')
-rw-r--r--development/se/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/se/README b/development/se/README
new file mode 100644
index 0000000000..75588ee435
--- /dev/null
+++ b/development/se/README
@@ -0,0 +1,4 @@
+The Screen Editor (se) is a modified version of ed(1) with a screen.
+The idea is similar to vi(1), but the editor is simpler and closer to
+the original ed. The editor has a long history, it was essentially
+feature complete in 1985, and the code was later modernized in 2013.