Revision 13a7879c
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
scripts/console | ||
---|---|---|
14 | 14 |
use File::Slurp; |
15 | 15 |
use Getopt::Long; |
16 | 16 |
use Pod::Usage; |
17 |
use Term::ReadLine::Perl::Bind; # use sane key binding for rxvt users |
|
18 | 17 |
|
19 | 18 |
use SL::LxOfficeConf; |
20 | 19 |
SL::LxOfficeConf->read; |
Auch abrufbar als: Unified diff
Term::ReadLine::Perl::Bind in Console nicht nutzen
Fixt zwar unter RXVT, macht aber unter anderen Emulatoren die Bindings
ziemlich kaputt.