]> git.wh0rd.org - nano-editor.git/blob - screenshots.php
note the release of 5.6.1
[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>4.x era<br>
21 Modern version showing line numbers and selected text:<br>
22 <img src="nano-4.2.png" alt="screenshot of 4.2"><br><br>
23 </LI>
24
25 <LI>3.x era<br>
26 Modern version showing its undo support:<br>
27 <img src="nano-3.2.png" alt="screenshot of 3.2"><br><br>
28 </LI>
29
30 <LI>2.x era<br>
31 Modern version with a colorized interface:<br>
32 <img src="nano-2.5.0.png" alt="screenshot of 2.5.0"><br><br>
33 </LI>
34
35 <LI>1.x era<br>
36 Showing support for syntax highlighting:<br>
37 <img src="colorsyntax.png" alt="screenshot"><br><br>
38
39 Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
40 <img src="multibuffer.png" alt="screenshot"><br><br>
41 </LI>
42
43 <LI>before 1.0<br>
44 Default (basic) nano setup:<br>
45 <img src="nanodefault2.png" alt="screenshot"><br><br>
46 </LI>
47
48 </UL>
49 </blockquote>
50
51 </td>
52 </tr>
53 </table>
54
55 <?php include "bottom.php"; ?>