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