mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Improve the WINDOW help
Properly describe the window command. Make help sort order deterministic.
This commit is contained in:
parent
f247a43b97
commit
d3df165e0b
2 changed files with 43 additions and 43 deletions
|
|
@ -10,7 +10,7 @@
|
|||
# Remember to include the asterisk ('*').
|
||||
$SRC_PATH='src';
|
||||
|
||||
@files = `find src -name '*.c'`;
|
||||
@files = sort `find src -name '*.c'`;
|
||||
|
||||
foreach $file (@files) {
|
||||
open (FILE, "$file");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue