SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Tk-TextVi rpm build for : OpenSuSE. For other distributions click perl-Tk-TextVi.

Name : perl-Tk-TextVi
Version : 0.015 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.6.1 Date : 2023-01-27 18:43:13
Group : Development/Libraries/Perl Source RPM : perl-Tk-TextVi-0.015-lp154.6.1.src.rpm
Size : 0.07 MB
Packager : https://www_suse_com/
Summary : Tk::Text widget with Vi-like commands
Description :
Tk::TextVi is a Tk::TextUndo widget that replaces InsertKeypress() to
handle user input similar to vi. All other methods remain the same (and
most code should be using $text->insert( ... ) rather than
$text->InsertKeypress()). This only implements the text widget and key
press logic; the status bar must be drawn by the application (see
TextViDemo.pl for an example of this).

To use Tk::TextVi as a drop-in replacement for other text widgets, see
Tk::EditorVi which encapsulates Tk::TextVi and the status bar into a
composite widget. (This module is included in the Tk::TextVi distribution,
but is not installed.)

Functions in Vi that require interaction with the system (such as reading
or writing files) are not (currently) handled by this module (This is a
feature since you probably don\'t want :quit to do exactly that). Instead a
callback is provided so that the application using the Tk::TextVi widget
may decide how to act on them.

The cursor in a Tk::Text widget is a mark placed between two characters.
Vi\'s idea of a cursor is placed on a non-newline character or a blank line.
Tk::TextVi treats the cursor as on (in the Vi-sense) the characters
following the cursor (in the Tk::Text sense). This means that $ will place
the cursor just before the final character on the line.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Tk-TextVi-0.015-lp154.6.1.noarch.rpm
     

Provides :
perl(Tk::TextVi)
perl-Tk-TextVi

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Tk) >= 804.027
perl(Tk::TextUndo) >= 4.013
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/bin/TextViDemo.pl
/usr/lib/perl5/vendor_perl/5.26.1/Tk
/usr/lib/perl5/vendor_perl/5.26.1/Tk/TextVi.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Tk-TextVi
/usr/share/doc/packages/perl-Tk-TextVi/Changes
/usr/share/doc/packages/perl-Tk-TextVi/README
/usr/share/man/man3/Tk::TextVi.3pm.gz

 
ICM