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