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