]> git.wh0rd.org - nano-editor.git/blob - screenshots.php
you must be kidding me... I can't read any more :|
[nano-editor.git] / screenshots.php
1 <?php $title="Screenshots"; include "top.php"; ?>
2
3 <br>
4 <center><b>Screenshots</b></center>
5 <br>
6
7 <blockquote>
8 <UL>
9
10 <LI>5.x era<br>
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>
13 </LI>
14
15 <LI>4.x era<br>
16 Modern version showing line numbers and selected text:<br>
17 <img src="nano-4.2.png" alt="screenshot of 4.2"><br><br>
18 </LI>
19
20 <LI>3.x era<br>
21 Modern version showing its undo support:<br>
22 <img src="nano-3.2.png" alt="screenshot of 3.2"><br><br>
23 </LI>
24
25 <LI>2.x era<br>
26 Modern version with a colorized interface:<br>
27 <img src="nano-2.5.0.png" alt="screenshot of 2.5.0"><br><br>
28 </LI>
29
30 <LI>1.x era<br>
31 Showing support for syntax highlighting:<br>
32 <img src="colorsyntax.png" alt="screenshot"><br><br>
33
34 Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
35 <img src="multibuffer.png" alt="screenshot"><br><br>
36 </LI>
37
38 <LI>before 1.0<br>
39 Default (basic) nano setup:<br>
40 <img src="nanodefault2.png" alt="screenshot"><br><br>
41 </LI>
42
43 </UL>
44 </blockquote>
45
46 <?php include "bottom.php"; ?>