Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove FvwmConsoleC.pl front-end #379

Merged
merged 1 commit into from
Dec 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ modules/FvwmCommand/scripts/test1
modules/FvwmCommandS/FvwmCommandS
modules/FvwmConsole/FvwmConsole
modules/FvwmConsole/FvwmConsoleC
modules/FvwmConsole/FvwmConsoleC.pl
modules/FvwmCpp/FvwmCpp
modules/FvwmDebug/FvwmDebug
modules/FvwmEvent/FvwmEvent
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,6 @@ dnl
modules/FvwmBacker/Makefile
modules/FvwmButtons/Makefile
modules/FvwmConsole/Makefile
modules/FvwmConsole/FvwmConsoleC.pl
modules/FvwmEvent/Makefile
modules/FvwmForm/Makefile
modules/FvwmIconMan/Makefile
Expand Down
29 changes: 4 additions & 25 deletions doc/modules/FvwmConsole.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ different front-end. Although this option is still provided for
backwards compatibility its use is discouraged unless you know exactly
what you are doing.

____
Module FvwmConsole -e FvwmConsoleC.pl
____

(see _FvwmConsoleC.pl_(1)).

Also X resources can be set in your ~/.Xdefaults file:

____
Expand All @@ -72,25 +66,10 @@ ____

== COMMAND EDITING

There are a few options. If the GNU readline library is available, it
can be used.

If Perl5 is installed, FvwmConsoleC.pl can be used as a command editor.
This can be accomplished by either copying FvwmConsoleC.pl to fvwmlib
directory as FvwmConsoleC or invoking FvwmConsole with -e option. For
example:

____
Module FvwmConsole -e FvwmConsoleC.pl
____

If neither one is installed, a simple input reading function which
If the GNU readline library is available, it can be used.
Overwise a simple input reading function which
doesn't have editing capabilities is used.

GNU readline and FvwmConsoleC.pl have some frequent used commands in
common as default. These commands are similar to emacs. For more
details, refer GNU readline man and info pages, and FvwmConsoleC.pl man
page.
For more details, refer GNU readline man and info pages.

____
Ctrl-A::
Expand Down Expand Up @@ -135,7 +114,7 @@ typing "quit" at the FvwmConsole command line will cause fvwm to exit.

== SEE ALSO

_xterm_(1), _FvwmConsoleC.pl_(1), GNU Readline library
_xterm_(1), GNU Readline library

== AUTHOR

Expand Down
186 changes: 0 additions & 186 deletions doc/modules/FvwmConsoleC.pl.adoc

This file was deleted.

2 changes: 1 addition & 1 deletion modules/FvwmConsole/.fvwm2rc.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*FvwmConsoleSubst '^XC' 'Exec xterm -g 40x6-0+200 -fn 7x14 -C &'

# open xterm with console and FvwmConsole - XCF at the begining
*FvwmConsoleSubst '^XCF' 'FvwmConsole -C -e /usr/lib/X11/fvwm2/FvwmConsoleC.pl'
*FvwmConsoleSubst '^XCF' 'FvwmConsole -C'

# list functions
*FvwmConsoleKey \mc list_func
Expand Down
Loading