]> git.wh0rd.org - nano-editor.git/blame - screenshots.php
lowercase a bunch of attribute names plus some tags, for esthetics
[nano-editor.git] / screenshots.php
CommitLineData
5704db4e 1<?php $title="Screenshots"; include "top.php"; ?>
f3338261 2
f3338261 3<br>
1b1bdcd3 4<center><b>Screenshots</b></center>
4b9752f2 5<br>
1b1bdcd3
MF
6
7<blockquote>
f48717bc 8<ul>
2b541daf 9
f48717bc 10<li>5.x era<br>
b1d6db09
BS
11 With <tt>--indicator</tt> and <tt>--nohelp</tt> and a highlighted search match:<br>
12 <img src="nano-5.7.png" alt="screenshot of 5.7"><br><br>
f48717bc 13</li>
b1d6db09 14
f48717bc 15<li>4.x era<br>
8c311a18 16 Modern version showing line numbers and selected text:<br>
4392bdff 17 <img src="nano-4.2.png" alt="screenshot of 4.2"><br><br>
f48717bc 18</li>
8c311a18 19
f48717bc 20<li>3.x era<br>
42235942 21 Modern version showing its undo support:<br>
4392bdff 22 <img src="nano-3.2.png" alt="screenshot of 3.2"><br><br>
f48717bc 23</li>
42235942 24
f48717bc 25<li>2.x era<br>
42235942 26 Modern version with a colorized interface:<br>
4392bdff 27 <img src="nano-2.5.0.png" alt="screenshot of 2.5.0"><br><br>
f48717bc 28</li>
2b541daf 29
f48717bc 30<li>1.x era<br>
42235942 31 Showing support for syntax highlighting:<br>
4392bdff
BS
32 <img src="colorsyntax.png" alt="screenshot"><br><br>
33
42235942 34 Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
4392bdff 35 <img src="multibuffer.png" alt="screenshot"><br><br>
f48717bc 36</li>
2b541daf 37
f48717bc 38<li>before 1.0<br>
42235942 39 Default (basic) nano setup:<br>
4392bdff 40 <img src="nanodefault2.png" alt="screenshot"><br><br>
f48717bc 41</li>
2b541daf 42
f48717bc 43</ul>
1b1bdcd3 44</blockquote>
2b541daf 45
1b1bdcd3 46<?php include "bottom.php"; ?>