File: text-editor.html

package info (click to toggle)
ivtools-doc 0.7.10-1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 13,436 kB
  • ctags: 15,900
  • sloc: ansic: 687; sh: 139; makefile: 41; cpp: 24
file content (24 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

<title>ivtools text-editor example program</title>

<h1>
text-editor
</h1>

The text-editor example program is a simple Emacs-like text editor,
with glyph-based scroll bars and pop-up File/Edit/View menus.  Based
on code from Jan Andersson of Torpa Konsult AB.

<p>

<img src="./text-editor.gif">

<p>

<hr>

next example program <a href=./timestamp.html>timestamp</a>
<p>

up to <a href=../ivtools/index.html>ivtools</a> home page.